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

Side by Side Diff: LayoutTests/fast/css-grid-layout/grid-item-order-paint-order-expected.html

Issue 18516007: Add support for 'order' on grid items (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Squashed the 2 constructors per Ojan's review comment Created 7 years, 5 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 | Annotate | Revision Log
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <style>
5 .grid {
6 width: 100px;
7 height: 100px;
8 background-color: green;
9 }
10 </style>
11 </head>
12 <body>
13 <p>This test checks that 'order' changes the paint ordering.</p>
14 <p>There should be 2 green squares below.</p>
15 <div class="grid"></div>
16
17 <div class="grid"></div>
18 </body>
19 </html>
OLDNEW
« no previous file with comments | « LayoutTests/fast/css-grid-layout/grid-item-order-paint-order.html ('k') | Source/core/rendering/OrderIterator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698