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

Side by Side Diff: LayoutTests/fast/css-grid-layout/column-property-should-not-apply-on-grid-container-expected.html

Issue 493683002: [CSS Grid Layout] Test coverage for column-* properties. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 4 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
(Empty)
1 <!DOCTYPE html>
2 <html>
3 <link href="resources/grid.css" rel="stylesheet">
4 <body>
5
6 <div class='grid'>
7 AAAAAAAAAA BBBBBBBBBB CCCCCCCCCC DDDDDDDDD
8 </div>
9
10 <div class='inline-grid'>
11 AAAAAAAAAA BBBBBBBBBB CCCCCCCCCC DDDDDDDDD
12 </div>
13
14 </body>
15 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698