Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / repaint / make-children-non-inline.html
blob1469dc3688f9a211903483949356e49c323c59a3
1 <html>
2 <head>
3 <title></title>
4 <script src="resources/text-based-repaint.js"></script>
5 <script>
6 function repaintTest()
8 document.getElementById("target").style.display = "";
10 </script>
11 </head>
12 <body onload="runRepaintTest()">
13 <p>
14 Repaint test for <i><a href="http://bugs.webkit.org/show_bug.cgi?id=15838">http://bugs.webkit.org/show_bug.cgi?id=15838</a> Incomplete repaint toggling "How you know this person" on Facebook</i>.
15 </p>
16 <div>
17 Word,<br>
18 words,<br>
19 more words.<br>
20 I could<br>
21 write a book<br>
22 <div id="target" style="background-color: yellow; display: none; height: 100px; width: 10px;"></div>
23 about all the stuff<br>
24 that comes<br>
25 after<br>
26 the break.
27 </div>
28 </body>
29 </html>