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

Side by Side Diff: third_party/WebKit/LayoutTests/custom-properties/register-property-syntax-parsing-expected.txt

Issue 2917573002: CSS Custom Properties: Angles do not support unitless 0 (Closed)
Patch Set: remove obsolete test Created 3 years, 6 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
None
OLDNEW
1 This is a testharness.js-based test. 1 This is a testharness.js-based test.
2 PASS syntax:'*', initialValue:'a' is valid 2 PASS syntax:'*', initialValue:'a' is valid
3 PASS syntax:' * ', initialValue:'b' is valid 3 PASS syntax:' * ', initialValue:'b' is valid
4 PASS syntax:'<length>', initialValue:'2px' is valid 4 PASS syntax:'<length>', initialValue:'2px' is valid
5 PASS syntax:' <number>', initialValue:'5' is valid 5 PASS syntax:' <number>', initialValue:'5' is valid
6 PASS syntax:'<percentage> ', initialValue:'10%' is valid 6 PASS syntax:'<percentage> ', initialValue:'10%' is valid
7 PASS syntax:'<color>+', initialValue:'red' is valid 7 PASS syntax:'<color>+', initialValue:'red' is valid
8 PASS syntax:' <length>+ | <percentage>', initialValue:'2px 8px' is valid 8 PASS syntax:' <length>+ | <percentage>', initialValue:'2px 8px' is valid
9 PASS syntax:'<length>|<percentage>|<length-percentage>', initialValue:'2px' is v alid 9 PASS syntax:'<length>|<percentage>|<length-percentage>', initialValue:'2px' is v alid
10 PASS syntax:'<color> | <image> | <url> | <integer> | <angle>', initialValue:'red ' is valid 10 PASS syntax:'<color> | <image> | <url> | <integer> | <angle>', initialValue:'red ' is valid
(...skipping 91 matching lines...) Expand 10 before | Expand all | Expand 10 after
102 PASS syntax:'<length>', initialValue:'calc(5px * 3px / 6px)' is invalid 102 PASS syntax:'<length>', initialValue:'calc(5px * 3px / 6px)' is invalid
103 PASS syntax:'<length>', initialValue:'10em' is invalid 103 PASS syntax:'<length>', initialValue:'10em' is invalid
104 PASS syntax:'<length>', initialValue:'10vmin' is invalid 104 PASS syntax:'<length>', initialValue:'10vmin' is invalid
105 PASS syntax:'<length>', initialValue:'calc(4px + 3em)' is invalid 105 PASS syntax:'<length>', initialValue:'calc(4px + 3em)' is invalid
106 PASS syntax:'<length>', initialValue:'calc(4px + calc(8 * 2em))' is invalid 106 PASS syntax:'<length>', initialValue:'calc(4px + calc(8 * 2em))' is invalid
107 PASS syntax:'<length>+', initialValue:'calc(2ex + 16px)' is invalid 107 PASS syntax:'<length>+', initialValue:'calc(2ex + 16px)' is invalid
108 PASS syntax:'<length>+', initialValue:'10px calc(20px + 4rem)' is invalid 108 PASS syntax:'<length>+', initialValue:'10px calc(20px + 4rem)' is invalid
109 PASS syntax:'<percentage> | <length>+', initialValue:'calc(100vh - 10px) 30px' i s invalid 109 PASS syntax:'<percentage> | <length>+', initialValue:'calc(100vh - 10px) 30px' i s invalid
110 PASS syntax:'<length>', initialValue:'10px;' is invalid 110 PASS syntax:'<length>', initialValue:'10px;' is invalid
111 PASS syntax:'<length-percentage>', initialValue:'calc(2px + 10% + 7ex)' is inval id 111 PASS syntax:'<length-percentage>', initialValue:'calc(2px + 10% + 7ex)' is inval id

error: old chunk mismatch

OLDNEW

Powered by Google App Engine
This is Rietveld 408576698