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

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: Adding more content to show the bug 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
« no previous file with comments | « LayoutTests/fast/css-grid-layout/column-property-should-not-apply-on-grid-container.html ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 CCCCCCCCCC DDDDDDDDDD
15 </div>
16
17 <div class='inline-grid'>
18 AAAAAAAAAA BBBBBBBBBB CCCCCCCCCC DDDDDDDDDD
19 </div>
20
21 </body>
22 </html>
OLDNEW
« no previous file with comments | « LayoutTests/fast/css-grid-layout/column-property-should-not-apply-on-grid-container.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698