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

Side by Side Diff: third_party/WebKit/LayoutTests/paint/invalidation/flexible-box-overflow-horizontal.html

Issue 2327223002: Move all remaining fast/repaint tests 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 <style> 3 <style>
4 div.flexbox { 4 div.flexbox {
5 height: 80px; 5 height: 80px;
6 width: 80px; 6 width: 80px;
7 background-color: yellow; 7 background-color: yellow;
8 display: -moz-box; 8 display: -moz-box;
9 display: -webkit-box; 9 display: -webkit-box;
10 display: box; 10 display: box;
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
55 <div class="bigbox"></div> 55 <div class="bigbox"></div>
56 </div> 56 </div>
57 </div> 57 </div>
58 <div style="padding:10px; margin-top: 20px; margin-bottom: 40px;"> 58 <div style="padding:10px; margin-top: 20px; margin-bottom: 40px;">
59 <div class="flexbox vertical"> 59 <div class="flexbox vertical">
60 <div class="bigbox">Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Et iam et ipsum. Nam consectetuer mi eget velit.</div> 60 <div class="bigbox">Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Et iam et ipsum. Nam consectetuer mi eget velit.</div>
61 </div> 61 </div>
62 </div> 62 </div>
63 </body> 63 </body>
64 </html> 64 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698