1 <!-- Based on fast/repaint/text-in-relative-positioned-inline.html -->
3 <script src=
"resources/paint-invalidation-test.js"></script>
5 window
.expectedPaintInvalidationObjects
= [
9 "LayoutInline (relative positioned) SPAN id='target'",
13 function paintInvalidationTest()
15 document
.getElementById("target").style
.display
= "none";
19 <body onload=
"runPaintInvalidationTest()">
20 <div style=
"margin-left: 100px; font: 100px; -webkit-font-smoothing: none; height: 100px;">
21 <span id=
"target" style=
"position: relative; left: -100px; color: red;">ab
</span>
23 <div style=
"width: 100px; height: 100px; background-color: green; margin-top: -100px;"></div>