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

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: Incorporated review comments 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 <style>
5 .grid, .inline-grid
6 {
7 width: 20em;
8 }
9 </style>
10
11 <body>
12
13 <div class='grid'>
14 AAAAAAAAAA BBBBBBBBBB
15 </div>
16
17 <div class='inline-grid'>
18 AAAAAAAAAA BBBBBBBBBB
19 </div>
20
21 </body>
22 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698