summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/repaint/set-text-content-same.html
blob: 00a6ee7e11ee668e26ff765f76f63e46e42786c0 (plain)
1
2
3
4
5
6
7
8
9
10
<!DOCTYPE html>
<body onload="runRepaintTest();">
<pre id="target">PASS if does not repaint.</pre>
<script src="resources/text-based-repaint.js" type="text/javascript"></script>
<script type="text/javascript">
   function repaintTest()
   {
        target.textContent = "PASS if does not repaint.";
   }
</script>