Index: third_party/WebKit/LayoutTests/fast/css-grid-layout/grid-template-areas-get-set-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/fast/css-grid-layout/grid-template-areas-get-set-expected.txt b/third_party/WebKit/LayoutTests/fast/css-grid-layout/grid-template-areas-get-set-expected.txt |
index d25615d93ac4cd7202e7262a4d8323b4fdbfb86a..33972e2ac59e604a332e1262bfff165eede2423a 100644 |
--- a/third_party/WebKit/LayoutTests/fast/css-grid-layout/grid-template-areas-get-set-expected.txt |
+++ b/third_party/WebKit/LayoutTests/fast/css-grid-layout/grid-template-areas-get-set-expected.txt |
@@ -28,6 +28,8 @@ PASS window.getComputedStyle(element).getPropertyValue('grid-template-areas') is |
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(parentElement).getPropertyValue('grid-template-areas') is "\"foo bar\"" |
+PASS window.getComputedStyle(parentElement).getPropertyValue('grid-template-areas') is "\"foo bar\"" |
PASS window.getComputedStyle(element).getPropertyValue('grid-template-areas') is "\"foo bar\"" |
Test invalid grid-template-areas values. |
PASS window.getComputedStyle(element).getPropertyValue('grid-template-areas') is "none" |
@@ -35,6 +37,10 @@ PASS window.getComputedStyle(element).getPropertyValue('grid-template-areas') is |
PASS window.getComputedStyle(element).getPropertyValue('grid-template-areas') is "none" |
PASS window.getComputedStyle(element).getPropertyValue('grid-template-areas') is "none" |
PASS window.getComputedStyle(element).getPropertyValue('grid-template-areas') is "none" |
+PASS window.getComputedStyle(element).getPropertyValue('grid-template-areas') is "none" |
+PASS window.getComputedStyle(element).getPropertyValue('grid-template-areas') is "none" |
+PASS window.getComputedStyle(element).getPropertyValue('grid-template-areas') is "none" |
+PASS window.getComputedStyle(element).getPropertyValue('grid-template-areas') is "none" |
FIXME: We currently don't validate that the named grid areas are <indent>. |
FAIL window.getComputedStyle(element).getPropertyValue('grid-template-areas') should be none. Was "nav-up". |