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

Side by Side Diff: LayoutTests/fast/css-grid-layout/grid-auto-flow-get-set-expected.txt

Issue 826893002: [CSS Grid Layout] Remove stack from grid-auto-flow syntax (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebased patch Created 5 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 unified diff | Download patch
OLDNEW
1 Test that setting and getting grid-auto-flow works as expected 1 Test that setting and getting grid-auto-flow works as expected
2 2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4 4
5 5
6 Test getting grid-auto-flow set through CSS 6 Test getting grid-auto-flow set through CSS
7 PASS window.getComputedStyle(gridAutoFlowColumnSparse, '').getPropertyValue('gri d-auto-flow') is 'column' 7 PASS window.getComputedStyle(gridAutoFlowColumnSparse, '').getPropertyValue('gri d-auto-flow') is 'column'
8 PASS window.getComputedStyle(gridAutoFlowRowSparse, '').getPropertyValue('grid-a uto-flow') is 'row' 8 PASS window.getComputedStyle(gridAutoFlowRowSparse, '').getPropertyValue('grid-a uto-flow') is 'row'
9 PASS window.getComputedStyle(gridAutoFlowDense, '').getPropertyValue('grid-auto- flow') is 'row dense'
9 PASS window.getComputedStyle(gridAutoFlowColumnDense, '').getPropertyValue('grid -auto-flow') is 'column dense' 10 PASS window.getComputedStyle(gridAutoFlowColumnDense, '').getPropertyValue('grid -auto-flow') is 'column dense'
10 PASS window.getComputedStyle(gridAutoFlowRowDense, '').getPropertyValue('grid-au to-flow') is 'row dense' 11 PASS window.getComputedStyle(gridAutoFlowRowDense, '').getPropertyValue('grid-au to-flow') is 'row dense'
11 PASS window.getComputedStyle(gridAutoFlowDenseColumn, '').getPropertyValue('grid -auto-flow') is 'column dense' 12 PASS window.getComputedStyle(gridAutoFlowDenseColumn, '').getPropertyValue('grid -auto-flow') is 'column dense'
12 PASS window.getComputedStyle(gridAutoFlowDenseRow, '').getPropertyValue('grid-au to-flow') is 'row dense' 13 PASS window.getComputedStyle(gridAutoFlowDenseRow, '').getPropertyValue('grid-au to-flow') is 'row dense'
13 PASS window.getComputedStyle(gridAutoFlowStack, '').getPropertyValue('grid-auto- flow') is 'stack row'
14 PASS window.getComputedStyle(gridAutoFlowStackColumn, '').getPropertyValue('grid -auto-flow') is 'stack column'
15 PASS window.getComputedStyle(gridAutoFlowStackRow, '').getPropertyValue('grid-au to-flow') is 'stack row'
16 PASS window.getComputedStyle(gridAutoFlowColumnStack, '').getPropertyValue('grid -auto-flow') is 'stack column'
17 PASS window.getComputedStyle(gridAutoFlowRowStack, '').getPropertyValue('grid-au to-flow') is 'stack row'
18 PASS window.getComputedStyle(gridAutoFlowInherit, '').getPropertyValue('grid-aut o-flow') is 'column' 14 PASS window.getComputedStyle(gridAutoFlowInherit, '').getPropertyValue('grid-aut o-flow') is 'column'
19 PASS window.getComputedStyle(gridAutoFlowNoInherit, '').getPropertyValue('grid-a uto-flow') is 'row' 15 PASS window.getComputedStyle(gridAutoFlowNoInherit, '').getPropertyValue('grid-a uto-flow') is 'row'
20 16
21 Test getting grid-auto-flow bad values set through CSS 17 Test getting grid-auto-flow bad values set through CSS
22 PASS window.getComputedStyle(gridAutoFlowNone, '').getPropertyValue('grid-auto-f low') is 'row' 18 PASS window.getComputedStyle(gridAutoFlowNone, '').getPropertyValue('grid-auto-f low') is 'row'
23 PASS window.getComputedStyle(gridAutoFlowColumns, '').getPropertyValue('grid-aut o-flow') is 'row' 19 PASS window.getComputedStyle(gridAutoFlowColumns, '').getPropertyValue('grid-aut o-flow') is 'row'
24 PASS window.getComputedStyle(gridAutoFlowRows, '').getPropertyValue('grid-auto-f low') is 'row' 20 PASS window.getComputedStyle(gridAutoFlowRows, '').getPropertyValue('grid-auto-f low') is 'row'
25 PASS window.getComputedStyle(gridAutoFlowDense, '').getPropertyValue('grid-auto- flow') is 'row'
26 PASS window.getComputedStyle(gridAutoFlowColumnFoo, '').getPropertyValue('grid-a uto-flow') is 'row' 21 PASS window.getComputedStyle(gridAutoFlowColumnFoo, '').getPropertyValue('grid-a uto-flow') is 'row'
27 PASS window.getComputedStyle(gridAutoFlowColumnColumn, '').getPropertyValue('gri d-auto-flow') is 'row' 22 PASS window.getComputedStyle(gridAutoFlowColumnColumn, '').getPropertyValue('gri d-auto-flow') is 'row'
28 PASS window.getComputedStyle(gridAutoFlowDenseColumnStack, '').getPropertyValue( 'grid-auto-flow') is 'row' 23 PASS window.getComputedStyle(gridAutoFlowStackRow, '').getPropertyValue('grid-au to-flow') is 'row'
24 PASS window.getComputedStyle(gridAutoFlowColumnStack, '').getPropertyValue('grid -auto-flow') is 'row'
25 PASS window.getComputedStyle(gridAutoFlowDenseColumnDense, '').getPropertyValue( 'grid-auto-flow') is 'row'
29 PASS window.getComputedStyle(gridAutoFlowDenseRowStack, '').getPropertyValue('gr id-auto-flow') is 'row' 26 PASS window.getComputedStyle(gridAutoFlowDenseRowStack, '').getPropertyValue('gr id-auto-flow') is 'row'
30 PASS window.getComputedStyle(gridAutoFlowStackRowRow, '').getPropertyValue('grid -auto-flow') is 'row'
31 27
32 Test the initial value 28 Test the initial value
33 PASS element.style.gridAutoFlow is '' 29 PASS element.style.gridAutoFlow is ''
34 PASS window.getComputedStyle(element, '').getPropertyValue('grid-auto-flow') is 'row' 30 PASS window.getComputedStyle(element, '').getPropertyValue('grid-auto-flow') is 'row'
35 Test getting and setting grid-auto-flow through JS 31 Test getting and setting grid-auto-flow through JS
36 PASS element.style.gridAutoFlow is 'column' 32 PASS element.style.gridAutoFlow is 'column'
37 PASS window.getComputedStyle(element, '').getPropertyValue('grid-auto-flow') is 'column' 33 PASS window.getComputedStyle(element, '').getPropertyValue('grid-auto-flow') is 'column'
38 PASS element.style.gridAutoFlow is 'column dense' 34 PASS element.style.gridAutoFlow is 'column dense'
39 PASS window.getComputedStyle(element, '').getPropertyValue('grid-auto-flow') is 'column dense' 35 PASS window.getComputedStyle(element, '').getPropertyValue('grid-auto-flow') is 'column dense'
40 PASS element.style.gridAutoFlow is 'row dense' 36 PASS element.style.gridAutoFlow is 'row dense'
41 PASS window.getComputedStyle(element, '').getPropertyValue('grid-auto-flow') is 'row dense' 37 PASS window.getComputedStyle(element, '').getPropertyValue('grid-auto-flow') is 'row dense'
42 PASS element.style.gridAutoFlow is 'dense column' 38 PASS element.style.gridAutoFlow is 'dense column'
43 PASS window.getComputedStyle(element, '').getPropertyValue('grid-auto-flow') is 'column dense' 39 PASS window.getComputedStyle(element, '').getPropertyValue('grid-auto-flow') is 'column dense'
44 PASS element.style.gridAutoFlow is 'dense row' 40 PASS element.style.gridAutoFlow is 'dense row'
45 PASS window.getComputedStyle(element, '').getPropertyValue('grid-auto-flow') is 'row dense' 41 PASS window.getComputedStyle(element, '').getPropertyValue('grid-auto-flow') is 'row dense'
46 PASS element.style.gridAutoFlow is 'row' 42 PASS element.style.gridAutoFlow is 'row'
47 PASS window.getComputedStyle(element, '').getPropertyValue('grid-auto-flow') is 'row' 43 PASS window.getComputedStyle(element, '').getPropertyValue('grid-auto-flow') is 'row'
48 PASS element.style.gridAutoFlow is 'stack'
49 PASS window.getComputedStyle(element, '').getPropertyValue('grid-auto-flow') is 'stack row'
50 PASS element.style.gridAutoFlow is 'stack column'
51 PASS window.getComputedStyle(element, '').getPropertyValue('grid-auto-flow') is 'stack column'
52 PASS element.style.gridAutoFlow is 'stack row'
53 PASS window.getComputedStyle(element, '').getPropertyValue('grid-auto-flow') is 'stack row'
54 PASS element.style.gridAutoFlow is 'column stack'
55 PASS window.getComputedStyle(element, '').getPropertyValue('grid-auto-flow') is 'stack column'
56 PASS element.style.gridAutoFlow is 'row stack'
57 PASS window.getComputedStyle(element, '').getPropertyValue('grid-auto-flow') is 'stack row'
58 44
59 Test getting and setting bad values for grid-auto-flow through JS 45 Test getting and setting bad values for grid-auto-flow through JS
60 PASS element.style.gridAutoFlow is '' 46 PASS element.style.gridAutoFlow is ''
61 PASS window.getComputedStyle(element, '').getPropertyValue('grid-auto-flow') is 'row' 47 PASS window.getComputedStyle(element, '').getPropertyValue('grid-auto-flow') is 'row'
62 PASS element.style.gridAutoFlow is '' 48 PASS element.style.gridAutoFlow is ''
63 PASS window.getComputedStyle(element, '').getPropertyValue('grid-auto-flow') is 'row' 49 PASS window.getComputedStyle(element, '').getPropertyValue('grid-auto-flow') is 'row'
64 PASS element.style.gridAutoFlow is '' 50 PASS element.style.gridAutoFlow is ''
65 PASS window.getComputedStyle(element, '').getPropertyValue('grid-auto-flow') is 'row' 51 PASS window.getComputedStyle(element, '').getPropertyValue('grid-auto-flow') is 'row'
66 PASS element.style.gridAutoFlow is '' 52 PASS element.style.gridAutoFlow is ''
67 PASS window.getComputedStyle(element, '').getPropertyValue('grid-auto-flow') is 'row' 53 PASS window.getComputedStyle(element, '').getPropertyValue('grid-auto-flow') is 'row'
68 PASS element.style.gridAutoFlow is '' 54 PASS element.style.gridAutoFlow is ''
69 PASS window.getComputedStyle(element, '').getPropertyValue('grid-auto-flow') is 'row' 55 PASS window.getComputedStyle(element, '').getPropertyValue('grid-auto-flow') is 'row'
70 PASS element.style.gridAutoFlow is '' 56 PASS element.style.gridAutoFlow is ''
71 PASS window.getComputedStyle(element, '').getPropertyValue('grid-auto-flow') is 'row' 57 PASS window.getComputedStyle(element, '').getPropertyValue('grid-auto-flow') is 'row'
58 PASS element.style.gridAutoFlow is ''
59 PASS window.getComputedStyle(element, '').getPropertyValue('grid-auto-flow') is 'row'
72 60
73 Test setting grid-auto-flow to 'initial' through JS 61 Test setting grid-auto-flow to 'initial' through JS
74 PASS element.style.gridAutoFlow is 'initial' 62 PASS element.style.gridAutoFlow is 'initial'
75 PASS window.getComputedStyle(element, '').getPropertyValue('grid-auto-flow') is 'row' 63 PASS window.getComputedStyle(element, '').getPropertyValue('grid-auto-flow') is 'row'
76 PASS successfullyParsed is true 64 PASS successfullyParsed is true
77 65
78 TEST COMPLETE 66 TEST COMPLETE
79 67
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698