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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/repaint/float-move-during-layout.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, 6 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" type="text/javascript"></s cript> 4 <script src="resources/text-based-repaint.js" type="text/javascript"></s cript>
5 <script type="text/javascript"> 5 <script type="text/javascript">
6 function repaintTest() 6 function repaintTest()
7 { 7 {
8 document.getElementById('t').style.height = '100px'; 8 document.getElementById('t').style.height = '100px';
9 } 9 }
10 </script> 10 </script>
11 </HEAD> 11 </HEAD>
12 <BODY onload="runRepaintTest();"> 12 <BODY onload="runRepaintAndPixelTest();">
13 <p> 13 <p>
14 This is a repaint test for <i><a href="https://bugs.webkit.org/show_b ug.cgi?id=7204">http://bugzilla.opendarwin.org/show_bug.cgi?id=7204</a> 14 This is a repaint test for <i><a href="https://bugs.webkit.org/show_b ug.cgi?id=7204">http://bugzilla.opendarwin.org/show_bug.cgi?id=7204</a>
15 float inserted in fixed height block via DOM not repainted</i>. 15 float inserted in fixed height block via DOM not repainted</i>.
16 </p> 16 </p>
17 <p> 17 <p>
18 There should be a green square below. 18 There should be a green square below.
19 </p> 19 </p>
20 <hr> 20 <hr>
21 <div id="t"></div> 21 <div id="t"></div>
22 <div id="s"> 22 <div id="s">
23 <div style="float:left; background: green; width: 100px; height: 100 px;"></div> 23 <div style="float:left; background: green; width: 100px; height: 100 px;"></div>
24 </div> 24 </div>
25 </BODY> 25 </BODY>
26 </HTML> 26 </HTML>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698