10 /* Not needed but helps to see the bug. */
15 <script src=
"resources/text-based-repaint.js" type=
"text/javascript"></script>
17 function repaintTest()
19 iframe
.style
.display
= "block";
21 window
.addEventListener("load", runRepaintTest
, false);
24 <p><a href=
"https://code.google.com/p/chromium/issues/detail?id=353933">issue
353933</a>: Pages missing invalidations
<br>
25 The test checks that creating a new renderer correctly invalidate the existing shifted content.
26 The image should be correctly invalidated below.
</p>
27 <iframe id=
"iframe" width=
"728" height=
"90" style=
"display: none"></iframe>
28 <div class=
"relative">
29 <div class=
"relative paddingTop">
30 <img src=
"resources/ducky.png"></img>