Index: LayoutTests/fast/css/getComputedStyle/computed-style-grid-layout-expected.txt |
diff --git a/LayoutTests/fast/css/getComputedStyle/computed-style-grid-layout-expected.txt b/LayoutTests/fast/css/getComputedStyle/computed-style-grid-layout-expected.txt |
new file mode 100644 |
index 0000000000000000000000000000000000000000..c990ca84f08fde11a1c65e1ea6b6053ba7131fb9 |
--- /dev/null |
+++ b/LayoutTests/fast/css/getComputedStyle/computed-style-grid-layout-expected.txt |
@@ -0,0 +1,13 @@ |
+CSS Grid Layout Attributes that are exposed in the CSS computed style object: |
+ |
+grid-auto-columns: auto; |
+grid-auto-flow: none; |
+grid-auto-rows: auto; |
+grid-column-end: auto; |
+grid-column-start: auto; |
+grid-template-areas: none; |
+grid-template-columns: none; |
+grid-template-rows: none; |
+grid-row-end: auto; |
+grid-row-start: auto; |
+ |