2 <title>This is a test for regression against https://bugs.webkit.org/show_bug.cgi?id=
40142</title>
8 border:
1px solid #ddd;
13 <body style=
"margin: 0;" onload=
"runRepaintTest()">
15 function repaintTest()
17 document
.getElementById("target").innerHTML
+=
18 '<span style="float: right;">the quick brown fox jumped over the lazy dog</span>';
20 document
.getElementById("target").innerHTML
+=
21 '<span style="position: absolute;">the quick brown fox jumped over the lazy dog</span>';
25 <script src=
"resources/text-based-repaint.js"></script>
27 <p>This is a test for regression against
<a href=
"https://bugs.webkit.org/show_bug.cgi?id=40142">https://bugs.webkit.org/show_bug.cgi?id=
40142</a></p>
30 <div id=
"target"></div>