blob: a6384dbfcb11fc76cd448a2bd8682b3a040a7f66 [file] [log] [blame]
<!-- Based on fast/repaint/set-text-content-same.html -->
<!DOCTYPE html>
<body onload="runPaintInvalidationTest();">
<pre id="target">PASS if does not repaint.</pre>
<script src="resources/paint-invalidation-test.js" type="text/javascript"></script>
<script type="text/javascript">
if (window.testRunner)
testRunner.dumpAsText();
window.expectedPaintInvalidationObjects = [
];
function paintInvalidationTest()
{
target.textContent = "PASS if does not repaint.";
}
</script>