1 <!-- Based on fast/repaint/set-text-content-same.html -->
3 <body onload=
"runPaintInvalidationTest();">
4 <pre id=
"target">PASS if does not repaint.
</pre>
5 <script src=
"resources/paint-invalidation-test.js" type=
"text/javascript"></script>
6 <script type=
"text/javascript">
8 testRunner
.dumpAsText();
9 window
.expectedPaintInvalidationObjects
= [
11 function paintInvalidationTest()
13 target
.textContent
= "PASS if does not repaint.";