blob: 5f61514741c5ba65ec45af9e5937a819ccca37e5 [file] [log] [blame]
<!doctype HTML>
<script src="resources/text-based-repaint.js"></script>
<svg style="position: absolute; left: 0px; height: 200px">
<g id="g" transform="scale(0.001)">
<foreignobject height="100" width="100">
PASS
</p>
<script>
function repaintTest() {
document.getElementById("g").setAttribute('transform', 'scale(-5)');
}
</script>
<script>
if (window.internals)
internals.runtimeFlags.paintUnderInvalidationCheckingEnabled = true;
runRepaintTest()
</script>