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 27a87b6f56b6bbfaf724b7855985068cfdbf56b3..cc3fd4fcfd52215f968cf94d1d3c63f56c72160b 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 |
@@ -11,6 +11,8 @@ PASS window.getComputedStyle(gridWithTwoRowsTemplate).getPropertyValue('grid-tem |
PASS window.getComputedStyle(gridWithSpanningColumnsTemplate).getPropertyValue('grid-template-areas') is "\"span span\"" |
PASS window.getComputedStyle(gridWithSpanningRowsDotTemplate).getPropertyValue('grid-template-areas') is "\"span\" \".\"" |
PASS window.getComputedStyle(gridWithDotColumn).getPropertyValue('grid-template-areas') is "\"header .\" \"footer .\"" |
+PASS window.getComputedStyle(gridWithHorizontalRectangle).getPropertyValue('grid-template-areas') is "\"a a a\" \"a a a\"" |
+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\"" |
Test grid-template-areas: inherit |