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

Unified Diff: third_party/WebKit/LayoutTests/fast/css-grid-layout/grid-content-alignment-and-self-alignment-expected.txt

Issue 1880393005: [css-grid] Fix alignment with content distribution (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix typo Created 4 years, 8 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: third_party/WebKit/LayoutTests/fast/css-grid-layout/grid-content-alignment-and-self-alignment-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/css-grid-layout/grid-content-alignment-and-self-alignment-expected.txt b/third_party/WebKit/LayoutTests/fast/css-grid-layout/grid-content-alignment-and-self-alignment-expected.txt
deleted file mode 100644
index 80a6647b061f336eb2baf457dadd6bd03fb67833..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/fast/css-grid-layout/grid-content-alignment-and-self-alignment-expected.txt
+++ /dev/null
@@ -1,98 +0,0 @@
-This test checks that Content Distribution alignment works fine in combination with Self Alignmet and items span more than one track.
-
-direction: LTR | distribution: 'space-between' | self-alignment: center
-
-PASS
-direction: LTR | distribution: 'space-between' | self-alignment: end
-
-PASS
-direction: LTR | distribution: 'space-around' | self-alignment: center
-
-PASS
-direction: LTR | distribution: 'space-around' | self-alignment: end
-
-PASS
-direction: LTR | distribution: 'space-evenly' | self-alignment: center
-
-PASS
-direction: LTR | distribution: 'space-evenly' | self-alignment: end
-
-PASS
-direction: LTR | distribution: 'stretch' | self-alignment: center
-
-PASS
-direction: LTR | distribution: 'stretch' | self-alignment: end
-
-PASS
-direction: LTR | distribution: 'default' | self-alignment: center
-
-PASS
-direction: LTR | distribution: 'default' | self-alignment: end
-
-PASS
-direction: LTR | distribution: 'space-between' | self-alignment: center
-
-PASS
-direction: LTR | distribution: 'space-between' | self-alignment: end
-
-PASS
-direction: LTR | rows/columns gap: 20px/40px | distribution: 'default' | self-alignment: center
-
-PASS
-direction: LTR | rows/columns gap: 20px/40px | distribution: 'default' | self-alignment: end
-
-PASS
-direction: LTR | rows/columns gap: 20px/40px | distribution: 'space-between' | self-alignment: center
-
-PASS
-direction: LTR | rows/columns gap: 20px/40px | distribution: 'space-between' | self-alignment: end
-
-PASS
-direction: RTL | distribution: 'space-between' | self-alignment: center
-
-PASS
-direction: RTL | distribution: 'space-between' | self-alignment: end
-
-PASS
-direction: RTL | distribution: 'space-around' | self-alignment: center
-
-PASS
-direction: RTL | distribution: 'space-around' | self-alignment: end
-
-PASS
-direction: RTL | distribution: 'space-evenly' | self-alignment: center
-
-PASS
-direction: RTL | distribution: 'space-evenly' | self-alignment: end
-
-PASS
-direction: RTL | distribution: 'stretch' | self-alignment: center
-
-PASS
-direction: RTL | distribution: 'stretch' | self-alignment: end
-
-PASS
-direction: RTL | distribution: 'default' | self-alignment: center
-
-PASS
-direction: RTL | distribution: 'default' | self-alignment: end
-
-PASS
-direction: RTL | distribution: 'space-between' | self-alignment: center
-
-PASS
-direction: RTL | distribution: 'space-between' | self-alignment: end
-
-PASS
-direction: RTL | rows/columns gap: 20px/40px | distribution: 'default' | self-alignment: center
-
-PASS
-direction: RTL | rows/columns gap: 20px/40px | distribution: 'default' | self-alignment: end
-
-PASS
-direction: RTL | rows/columns gap: 20px/40px | distribution: 'space-between' | self-alignment: center
-
-PASS
-direction: RTL | rows/columns gap: 20px/40px | distribution: 'space-between' | self-alignment: end
-
-PASS

Powered by Google App Engine
This is Rietveld 408576698