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

Unified Diff: LayoutTests/fast/css-grid-layout/flex-columns-resize-expected.txt

Issue 146833018: [CSS Grid Layout] Fix missing layout in flexible and content sized columns (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 11 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/flex-columns-resize-expected.txt
diff --git a/LayoutTests/fast/css-grid-layout/flex-columns-resize-expected.txt b/LayoutTests/fast/css-grid-layout/flex-columns-resize-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..8b13ac10adac25a18271042ee7b733898c936c80
--- /dev/null
+++ b/LayoutTests/fast/css-grid-layout/flex-columns-resize-expected.txt
@@ -0,0 +1,17 @@
+PASS successfullyParsed is true
+
+TEST COMPLETE
+PASS getComputedStyle(firstGrid, '').getPropertyValue('width') is getComputedStyle(firstFloat, '').getPropertyValue('width')
+PASS getComputedStyle(secondGrid, '').getPropertyValue('width') is getComputedStyle(secondFloat, '').getPropertyValue('width')
+Description
+
+Grid flex columns width should be updated properly when you resize the window (you should not see the grid background in grey color). It should work like in the float case.
+
+Grid
+
+first column
+second column
+Float
+
+second column
+first column

Powered by Google App Engine
This is Rietveld 408576698