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

Side by Side Diff: LayoutTests/fast/css-grid-layout/non-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(singleSingleTrackRepeat, '').getPropertyValue('grid -template-columns') is "15%" 7 PASS window.getComputedStyle(singleSingleTrackRepeat, '').getPropertyValue('grid -template-columns') is "15%"
8 PASS window.getComputedStyle(singleSingleTrackRepeat, '').getPropertyValue('grid -template-rows') is "18px" 8 PASS window.getComputedStyle(singleSingleTrackRepeat, '').getPropertyValue('grid -template-rows') is "18px"
9 PASS window.getComputedStyle(twoSingleTrackRepeat, '').getPropertyValue('grid-te mplate-columns') is "minmax(15px, 50%) minmax(15px, 50%)" 9 PASS window.getComputedStyle(twoSingleTrackRepeat, '').getPropertyValue('grid-te mplate-columns') is "minmax(15px, 50%) minmax(15px, 50%)"
10 PASS window.getComputedStyle(twoSingleTrackRepeat, '').getPropertyValue('grid-te mplate-rows') is "auto auto" 10 PASS window.getComputedStyle(twoSingleTrackRepeat, '').getPropertyValue('grid-te mplate-rows') is "auto auto"
(...skipping 13 matching lines...) Expand all
24 PASS window.getComputedStyle(mixNonRepeatAfterRepeat, '').getPropertyValue('grid -template-rows') is "10px 10px (end) auto" 24 PASS window.getComputedStyle(mixNonRepeatAfterRepeat, '').getPropertyValue('grid -template-rows') is "10px 10px (end) auto"
25 25
26 Test invalid repeat syntax. 26 Test invalid repeat syntax.
27 PASS window.getComputedStyle(element, '').getPropertyValue('grid-template-column s') is "none" 27 PASS window.getComputedStyle(element, '').getPropertyValue('grid-template-column s') is "none"
28 PASS window.getComputedStyle(element, '').getPropertyValue('grid-template-column s') is "none" 28 PASS window.getComputedStyle(element, '').getPropertyValue('grid-template-column s') is "none"
29 PASS window.getComputedStyle(element, '').getPropertyValue('grid-template-column s') is "none" 29 PASS window.getComputedStyle(element, '').getPropertyValue('grid-template-column s') is "none"
30 PASS window.getComputedStyle(element, '').getPropertyValue('grid-template-column s') is "none" 30 PASS window.getComputedStyle(element, '').getPropertyValue('grid-template-column s') is "none"
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"
35 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"
38 PASS window.getComputedStyle(element, '').getPropertyValue('grid-template-column s') is "none"
39 PASS window.getComputedStyle(element, '').getPropertyValue('grid-template-column s') is "none"
34 PASS successfullyParsed is true 40 PASS successfullyParsed is true
35 41
36 TEST COMPLETE 42 TEST COMPLETE
37 43
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698