Index: third_party/WebKit/LayoutTests/fast/css-grid-layout/grid-gutters-and-alignment-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/fast/css-grid-layout/grid-gutters-and-alignment-expected.txt b/third_party/WebKit/LayoutTests/fast/css-grid-layout/grid-gutters-and-alignment-expected.txt |
new file mode 100644 |
index 0000000000000000000000000000000000000000..b5ebe2d53ee4d640dfebbf89933f66347535c5b6 |
--- /dev/null |
+++ b/third_party/WebKit/LayoutTests/fast/css-grid-layout/grid-gutters-and-alignment-expected.txt |
@@ -0,0 +1,58 @@ |
+PASS successfullyParsed is true |
+ |
+TEST COMPLETE |
+PASS |
+PASS |
+PASS |
+direction: LTR | align-content: 'center' |
+ |
+PASS |
+direction: LTR | align-content: 'right' |
+ |
+PASS |
+direction: RTL | align-content: 'right' |
+ |
+PASS |
+direction: RTL | align-content: 'start' |
+ |
+PASS |
+direction: LTR | justify-content: 'center' |
+ |
+PASS |
+direction: LTR | justify-content: 'end' |
+ |
+PASS |
+direction: RTL | justify-content: 'end' |
+ |
+PASS |
+direction: RTL | justify-content: 'start' |
+ |
+PASS |
+direction: RTL | justify-content: 'stretch' |
+ |
+PASS |
+direction: LTR | justify-content: 'space-evenly' |
+ |
+PASS |
+direction: LTR | justify-content: 'space-between' |
+ |
+PASS |
+direction: LTR | justify-content: 'space-around' |
+ |
+PASS |
+border: 5px 10px 15px 20px | padding: 10px 15px 20px 30px | margin: 4px 8px 12px 16px |
+direction: LTR (parall) | align-items: 'self-start' | justify-items: 'self-start' |
+ |
+PASS |
+border: 5px 10px 15px 20px | padding: 10px 15px 20px 30px | margin: 4px 8px 12px 16px |
+direction: LTR (ortho) | align-items: 'self-end' | justify-items: 'self-end' |
+ |
+PASS |
+border: 5px 10px 15px 20px | padding: 10px 15px 20px 30px | margin: 4px 8px 12px 16px |
+direction: RTL | align-items: 'right' | justify-items: 'right' |
+ |
+PASS |
+border: 5px 10px 15px 20px | padding: 10px 15px 20px 30px | margin: 4px 8px 12px 16px |
+direction: RTL (parall) | align-items: 'self-start' | justify-items: 'self-start' |
+ |
+PASS |