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

Side by Side Diff: LayoutTests/fast/css-grid-layout/flex-content-sized-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: Move check to RenderGrid::resolveContentBasedTrackSizingFunctions() 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(firstColumnGrid, '').getPropertyValue('width') is getCompu tedStyle(firstColumnFloat, '').getPropertyValue('width')
5 PASS getComputedStyle(secondColumnGrid, '').getPropertyValue('width') is getComp utedStyle(secondColumnFloat, '').getPropertyValue('width')
6 PASS getComputedStyle(oneColumnGrid, '').getPropertyValue('width') is getCompute dStyle(oneColumnRegular, '').getPropertyValue('width')
7 Description
8
9 Grid flex and content sized columns width should be updated properly when you re size the window (you should not see the grid background in grey color). It shoul d work like in the float and regular cases.
10
11 Grid 2 flex columns
12
13 first column
14 second column
15 Float 2 columns
16
17 second column
18 first column
19 Grid 1 auto column
20
21 one column one column one column one column one column one column one column one column one column one column one column one column one column one column one co lumn one column one column one column one column one column one column one colum n one column one column one column one column one column one column one column o ne column one column one column
22 Regular 1 column
23
24 one column one column one column one column one column one column one column one column one column one column one column one column one column one column one co lumn one column one column one column one column one column one column one colum n one column one column one column one column one column one column one column o ne column one column one column
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698