Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(77)

Side by Side Diff: third_party/WebKit/LayoutTests/fast/repaint/make-children-non-inline-expected.html

Issue 1994373002: Convert some repaint tests into ref tests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 <html> 1 <html>
2 <head> 2 <head>
3 <title></title> 3 <title></title>
4 <script src="resources/text-based-repaint.js"></script>
5 <script>
6 function repaintTest()
7 {
8 document.getElementById("target").style.display = "";
9 }
10 </script>
11 </head> 4 </head>
12 <body onload="runRepaintTest()"> 5 <body>
13 <p> 6 <p>
14 Repaint test for <i><a href="http://bugs.webkit.org/show_bug.cgi?id=1583 8">http://bugs.webkit.org/show_bug.cgi?id=15838</a> Incomplete repaint toggling "How you know this person" on Facebook</i>. 7 Repaint test for <i><a href="http://bugs.webkit.org/show_bug.cgi?id=1583 8">http://bugs.webkit.org/show_bug.cgi?id=15838</a> Incomplete repaint toggling "How you know this person" on Facebook</i>.
15 </p> 8 </p>
16 <div> 9 <div>
17 Word,<br> 10 Word,<br>
18 words,<br> 11 words,<br>
19 more words.<br> 12 more words.<br>
20 I could<br> 13 I could<br>
21 write a book<br> 14 write a book<br>
22 <div id="target" style="background-color: yellow; display: none; height: 100px; width: 10px;"></div> 15 <div id="target" style="background-color: yellow; height: 100px; width: 10px;"></div>
23 about all the stuff<br> 16 about all the stuff<br>
24 that comes<br> 17 that comes<br>
25 after<br> 18 after<br>
26 the break. 19 the break.
27 </div> 20 </div>
28 </body> 21 </body>
29 </html> 22 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698