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

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

Issue 179383003: [CSS Grid Layout] Disallow using <ident> and function names as <custom-ident> (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 9 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-template-columns and grid-template-rows with repeat() works as expected 1 Test that setting and getting grid-template-columns and grid-template-rows with repeat() 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-template-columns and grid-template-rows set through CSS 6 Test getting grid-template-columns and grid-template-rows set through CSS
7 PASS window.getComputedStyle(singleSingleTrackRepeatWithSize, '').getPropertyVal ue('grid-template-columns') is "120px" 7 PASS window.getComputedStyle(singleSingleTrackRepeatWithSize, '').getPropertyVal ue('grid-template-columns') is "120px"
8 PASS window.getComputedStyle(singleSingleTrackRepeatWithSize, '').getPropertyVal ue('grid-template-rows') is "18px" 8 PASS window.getComputedStyle(singleSingleTrackRepeatWithSize, '').getPropertyVal ue('grid-template-rows') is "18px"
9 PASS window.getComputedStyle(singleSingleTrackRepeatWithoutSize, '').getProperty Value('grid-template-columns') is "0px" 9 PASS window.getComputedStyle(singleSingleTrackRepeatWithoutSize, '').getProperty Value('grid-template-columns') is "0px"
10 PASS window.getComputedStyle(singleSingleTrackRepeatWithoutSize, '').getProperty Value('grid-template-rows') is "18px" 10 PASS window.getComputedStyle(singleSingleTrackRepeatWithoutSize, '').getProperty Value('grid-template-rows') is "18px"
(...skipping 17 matching lines...) Expand all
28 PASS window.getComputedStyle(mixNonRepeatAfterRepeat, '').getPropertyValue('grid -template-rows') is "10px 10px (end) 0px" 28 PASS window.getComputedStyle(mixNonRepeatAfterRepeat, '').getPropertyValue('grid -template-rows') is "10px 10px (end) 0px"
29 29
30 Test invalid repeat syntax. 30 Test invalid repeat syntax.
31 PASS window.getComputedStyle(element, '').getPropertyValue('grid-template-column s') is "none" 31 PASS window.getComputedStyle(element, '').getPropertyValue('grid-template-column s') is "none"
32 PASS window.getComputedStyle(element, '').getPropertyValue('grid-template-column s') is "none" 32 PASS window.getComputedStyle(element, '').getPropertyValue('grid-template-column s') is "none"
33 PASS window.getComputedStyle(element, '').getPropertyValue('grid-template-column s') is "none" 33 PASS window.getComputedStyle(element, '').getPropertyValue('grid-template-column s') is "none"
34 PASS window.getComputedStyle(element, '').getPropertyValue('grid-template-column s') is "none" 34 PASS window.getComputedStyle(element, '').getPropertyValue('grid-template-column s') is "none"
35 PASS window.getComputedStyle(element, '').getPropertyValue('grid-template-column s') is "none" 35 PASS window.getComputedStyle(element, '').getPropertyValue('grid-template-column s') is "none"
36 PASS window.getComputedStyle(element, '').getPropertyValue('grid-template-column s') is "none" 36 PASS window.getComputedStyle(element, '').getPropertyValue('grid-template-column s') is "none"
37 PASS window.getComputedStyle(element, '').getPropertyValue('grid-template-column s') is "none" 37 PASS window.getComputedStyle(element, '').getPropertyValue('grid-template-column s') is "none"
38 PASS window.getComputedStyle(element, '').getPropertyValue('grid-template-column s') is "none"
39 PASS window.getComputedStyle(element, '').getPropertyValue('grid-template-column s') is "none"
40 PASS window.getComputedStyle(element, '').getPropertyValue('grid-template-column s') is "none"
41 PASS window.getComputedStyle(element, '').getPropertyValue('grid-template-column s') is "none"
42 PASS window.getComputedStyle(element, '').getPropertyValue('grid-template-column s') is "none"
43 PASS window.getComputedStyle(element, '').getPropertyValue('grid-template-column s') is "none"
38 PASS successfullyParsed is true 44 PASS successfullyParsed is true
39 45
40 TEST COMPLETE 46 TEST COMPLETE
41 47
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698