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

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

Issue 200263003: [CSS Grid Layout] the "grid-template-areas" is not identified as computable property. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Added DOCTYPE and html tags to the test. Created 6 years, 9 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 CSS Grid Layout Attributes that are exposed in the CSS computed style object:
2
3 grid-auto-columns: auto;
4 grid-auto-flow: none;
5 grid-auto-rows: auto;
6 grid-column-end: auto;
7 grid-column-start: auto;
8 grid-template-areas: none;
9 grid-template-columns: none;
10 grid-template-rows: none;
11 grid-row-end: auto;
12 grid-row-start: auto;
13
OLDNEW
« no previous file with comments | « LayoutTests/fast/css/getComputedStyle/computed-style-grid-layout.html ('k') | Source/core/css/CSSComputedStyleDeclaration.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698