Source code
Revision control
Copy as Markdown
Other Tools
[register-property-syntax-parsing.html]
[syntax:'<string>', initialValue:''foo bar' is valid]
expected:
if (os == "mac") and not debug: [PASS, FAIL]
if (os == "android") and not debug: [PASS, FAIL]
[syntax:'<string># | <string>+', initialValue:'"foo", 'bar'' is valid]
expected:
if (os == "android") and not debug: [PASS, FAIL]
if (os == "mac") and not debug: [PASS, FAIL]
[syntax:'<string>#', initialValue:''foo', 'bar'' is valid]
expected:
if (os == "android") and not debug: [PASS, FAIL]
if (os == "mac") and not debug: [PASS, FAIL]
[syntax:'<string>', initialValue:'"bar 'baz'"' is valid]
expected:
if (os == "android") and not debug: [PASS, FAIL]
if (os == "mac") and not debug: [PASS, FAIL]
[syntax:'<string>+ | <string>#', initialValue:''foo' 'bar'' is valid]
expected:
if (os == "android") and not debug: [PASS, FAIL]
if (os == "mac") and not debug: [PASS, FAIL]
[syntax:'<string># | <string>+', initialValue:''foo', 'bar' ' is valid]
expected:
if (os == "mac") and not debug: [PASS, FAIL]
if (os == "android") and not debug: [PASS, FAIL]
[syntax:'<string>', initialValue:'"bar baz"' is valid]
expected:
if (os == "android") and not debug: [PASS, FAIL]
if (os == "mac") and not debug: [PASS, FAIL]
[syntax:'<string>+', initialValue:''foo' 'bar'' is valid]
expected:
if (os == "android") and not debug: [PASS, FAIL]
if (os == "mac") and not debug: [PASS, FAIL]
[syntax:'<string># | <string>+', initialValue:''foo', 'bar'' is valid]
expected:
if (os == "android") and not debug: [PASS, FAIL]
if (os == "mac") and not debug: [PASS, FAIL]
[syntax:'<string>', initialValue:' 'foo bar' ' is valid]
expected:
if (os == "android") and not debug: [PASS, FAIL]
if (os == "mac") and not debug: [PASS, FAIL]
[syntax:'<string>', initialValue:'"bar 'baz'' is valid]
expected:
if (os == "android") and not debug: [PASS, FAIL]
if (os == "mac") and not debug: [PASS, FAIL]
[syntax:'<string># | <string>+', initialValue:'"foo", 'bar' is valid]
expected:
if (os == "mac") and not debug: [PASS, FAIL]
if (os == "android") and not debug: [PASS, FAIL]
[syntax:'<string>+ | <string>#', initialValue:''foo' "bar"' is valid]
expected:
if (os == "mac") and not debug: [PASS, FAIL]
if (os == "android") and not debug: [PASS, FAIL]
[syntax:'<string>+ | <string>#', initialValue:' 'foo' 'bar'' is valid]
expected:
if (os == "android") and not debug: [PASS, FAIL]
if (os == "mac") and not debug: [PASS, FAIL]
[syntax:'<string>', initialValue:''"foo" bar'' is valid]
expected:
if (os == "android") and not debug: [PASS, FAIL]
if (os == "mac") and not debug: [PASS, FAIL]
[syntax:'<string>', initialValue:''foo bar'' is valid]
expected:
if (os == "mac") and not debug: [PASS, FAIL]
if (os == "android") and not debug: [PASS, FAIL]
[syntax:'<string>+ | <string>#', initialValue:''foo' "bar' is valid]
expected:
if (os == "android") and not debug: [PASS, FAIL]
if (os == "mac") and not debug: [PASS, FAIL]
[syntax:'<number>', initialValue:'calc(15 + (sign(100vh - 10px) * 5))' is valid]
expected: FAIL
[syntax:'<integer>', initialValue:'calc(15 + (sign(100vh - 10px) * 5))' is valid]
expected: FAIL
[syntax:'<angle>', initialValue:'calc(15deg + (sign(100vh - 10px) * 5deg))' is valid]
expected: FAIL
[syntax:'<time>', initialValue:'calc(15s + (sign(100vh - 10px) * 5s))' is valid]
expected: FAIL
[syntax:'<resolution>', initialValue:'calc(15dppx + (sign(100vh - 10px) * 5dpi))' is valid]
expected: FAIL
[syntax:'<length>', initialValue:'calc(5px * 3px / 6px)' is valid]
expected: FAIL