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

Unified Diff: LayoutTests/fast/css-grid-layout/grid-template-areas-get-set-expected.txt

Issue 1117123005: [CSS Grid Layout] grid-template-areas should accept none value (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 7 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 side-by-side diff with in-line comments
Download patch
Index: LayoutTests/fast/css-grid-layout/grid-template-areas-get-set-expected.txt
diff --git a/LayoutTests/fast/css-grid-layout/grid-template-areas-get-set-expected.txt b/LayoutTests/fast/css-grid-layout/grid-template-areas-get-set-expected.txt
index cc3fd4fcfd52215f968cf94d1d3c63f56c72160b..fbf07102e178378963aed31e2695e813c42d1c22 100644
--- a/LayoutTests/fast/css-grid-layout/grid-template-areas-get-set-expected.txt
+++ b/LayoutTests/fast/css-grid-layout/grid-template-areas-get-set-expected.txt
@@ -15,6 +15,9 @@ PASS window.getComputedStyle(gridWithHorizontalRectangle).getPropertyValue('grid
PASS window.getComputedStyle(gridWithVerticalRectangle).getPropertyValue('grid-template-areas') is "\"a a\" \"a a\" \"a a\""
Test grid-template-areas: initial
PASS window.getComputedStyle(element).getPropertyValue('grid-template-areas') is "\"foobar\""
+PASS window.getComputedStyle(element).getPropertyValue('grid-template-areas') is "none"
+PASS window.getComputedStyle(element).getPropertyValue('grid-template-areas') is "\"foobar\""
+PASS window.getComputedStyle(element).getPropertyValue('grid-template-areas') is "none"
Test grid-template-areas: inherit
PASS window.getComputedStyle(parentElement).getPropertyValue('grid-template-areas') is "\"foo bar\""
PASS window.getComputedStyle(element).getPropertyValue('grid-template-areas') is "\"foo bar\""
« no previous file with comments | « LayoutTests/fast/css-grid-layout/grid-template-areas-get-set.html ('k') | Source/core/css/parser/CSSPropertyParser.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698