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

Side by Side Diff: LayoutTests/fast/css/getComputedStyle/computed-style-grid-layout-expected.txt

Issue 333563003: [CSS Grid Layout] Update grid-auto-flow to the new syntax (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Attempt 2 to fix win_blink_rel Created 6 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
OLDNEW
1 CSS Grid Layout Attributes that are exposed in the CSS computed style object: 1 CSS Grid Layout Attributes that are exposed in the CSS computed style object:
2 2
3 grid-auto-columns: auto; 3 grid-auto-columns: auto;
4 grid-auto-flow: none; 4 grid-auto-flow: row;
5 grid-auto-rows: auto; 5 grid-auto-rows: auto;
6 grid-column-end: auto; 6 grid-column-end: auto;
7 grid-column-start: auto; 7 grid-column-start: auto;
8 grid-template-areas: none; 8 grid-template-areas: none;
9 grid-template-columns: none; 9 grid-template-columns: none;
10 grid-template-rows: none; 10 grid-template-rows: none;
11 grid-row-end: auto; 11 grid-row-end: auto;
12 grid-row-start: auto; 12 grid-row-start: auto;
13 13
OLDNEW
« no previous file with comments | « LayoutTests/fast/css-grid-layout/resources/grid.css ('k') | LayoutTests/ietestcenter/css3/grid/grid-column-002.htm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698