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

Side by Side 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, 10 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 unified diff | Download patch
OLDNEW
(Empty)
1 PASS successfullyParsed is true
2
3 TEST COMPLETE
4 PASS getComputedStyle(firstGrid, '').getPropertyValue('width') is getComputedSty le(firstFloat, '').getPropertyValue('width')
5 PASS getComputedStyle(secondGrid, '').getPropertyValue('width') is getComputedSt yle(secondFloat, '').getPropertyValue('width')
6 Description
7
8 Grid flex columns width should be updated properly when you resize the window (y ou should not see the grid background in grey color). It should work like in the float case.
9
10 Grid
11
12 first column
13 second column
14 Float
15
16 second column
17 first column
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698