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

Side by Side Diff: third_party/WebKit/LayoutTests/paint/invalidation/float-move-during-layout-expected.html

Issue 2321183002: Move repaint tests (except for svg/) to paint/invalidation (Closed)
Patch Set: - Created 4 years, 3 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 </HEAD> 4 </HEAD>
5 <BODY> 5 <BODY>
6 <p> 6 <p>
7 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> 7 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>
8 float inserted in fixed height block via DOM not repainted</i>. 8 float inserted in fixed height block via DOM not repainted</i>.
9 </p> 9 </p>
10 <p> 10 <p>
11 There should be a green square below. 11 There should be a green square below.
12 </p> 12 </p>
13 <hr> 13 <hr>
14 <div id="t" style="height: 100px"></div> 14 <div id="t" style="height: 100px"></div>
15 <div id="s"> 15 <div id="s">
16 <div style="float:left; background: green; width: 100px; height: 100 px;"></div> 16 <div style="float:left; background: green; width: 100px; height: 100 px;"></div>
17 </div> 17 </div>
18 </BODY> 18 </BODY>
19 </HTML> 19 </HTML>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698