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

Unified Diff: LayoutTests/fast/css-grid-layout/floating-not-effect-on-grid-items-expected.txt

Issue 273893002: New Layout Test to verify 'float' and 'clear' don't affect grid's items. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Using a text test, instead of a ref test. Created 6 years, 7 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: LayoutTests/fast/css-grid-layout/floating-not-effect-on-grid-items-expected.txt
diff --git a/LayoutTests/fast/css-grid-layout/floating-not-effect-on-grid-items-expected.txt b/LayoutTests/fast/css-grid-layout/floating-not-effect-on-grid-items-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..251fd432adecdbda510bd7809aabc8caab8b7d67
--- /dev/null
+++ b/LayoutTests/fast/css-grid-layout/floating-not-effect-on-grid-items-expected.txt
@@ -0,0 +1,6 @@
+This test checks that the grid's items are not affected by the 'float' and 'clear' properties.
+
+PASS
+This layout shows where the float blocks would be positioned without the grid.
+
+PASS

Powered by Google App Engine
This is Rietveld 408576698