aboutsummaryrefslogtreecommitdiffstats
path: root/tests/wpt/web-platform-tests/css/css-properties-values-api/register-property-syntax-parsing.html
diff options
context:
space:
mode:
authorWPT Sync Bot <josh+wptsync@joshmatthews.net>2019-07-20 10:25:14 +0000
committerWPT Sync Bot <josh+wptsync@joshmatthews.net>2019-07-20 14:47:24 +0000
commitdc1f7ba3ec4ac980906bdd130fb1491c5b7acc22 (patch)
tree768b3927f8d7c51dff23043156c68193afcb18fc /tests/wpt/web-platform-tests/css/css-properties-values-api/register-property-syntax-parsing.html
parent60f1ffc5a79f98c261dbf5f8d184da160dfadfc5 (diff)
downloadservo-dc1f7ba3ec4ac980906bdd130fb1491c5b7acc22.tar.gz
servo-dc1f7ba3ec4ac980906bdd130fb1491c5b7acc22.zip
Update web-platform-tests to revision 6fa9de7201cd41564d02c3edd62365aeb40e171b
Diffstat (limited to 'tests/wpt/web-platform-tests/css/css-properties-values-api/register-property-syntax-parsing.html')
-rw-r--r--tests/wpt/web-platform-tests/css/css-properties-values-api/register-property-syntax-parsing.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/wpt/web-platform-tests/css/css-properties-values-api/register-property-syntax-parsing.html b/tests/wpt/web-platform-tests/css/css-properties-values-api/register-property-syntax-parsing.html
index fe2a63a57a1..6d7dbc63a1d 100644
--- a/tests/wpt/web-platform-tests/css/css-properties-values-api/register-property-syntax-parsing.html
+++ b/tests/wpt/web-platform-tests/css/css-properties-values-api/register-property-syntax-parsing.html
@@ -54,6 +54,8 @@ assert_valid("<percentage>", "-9.3e3%");
assert_valid("<length-percentage>", "-54%");
assert_valid("<length-percentage>", "0");
assert_valid("<length-percentage>", "calc(-11px + 10.4%)");
+assert_valid("<length>", "10vmin");
+assert_valid("<percentage> | <length>+", "calc(100vh - 10px) 30px");
assert_valid("<number>", "-109");
assert_valid("<number>", "2.3e4");
@@ -183,14 +185,12 @@ assert_invalid("<length>", "10%");
assert_invalid("<length>", "calc(5px + 10%)");
assert_invalid("<length>", "calc(5px * 3px / 6px)");
assert_invalid("<length>", "10em");
-assert_invalid("<length>", "10vmin");
assert_invalid("<length>", "calc(4px + 3em)");
assert_invalid("<length>", "calc(4px + calc(8 * 2em))");
assert_invalid("<length>+", "calc(2ex + 16px)");
assert_invalid("<length>+", "10px calc(20px + 4rem)");
assert_invalid("<length>+", "");
assert_invalid("<length>#", "");
-assert_invalid("<percentage> | <length>+", "calc(100vh - 10px) 30px");
assert_invalid("<length>", "10px;");
assert_invalid("<length-percentage>", "calc(2px + 10% + 7ex)");
assert_invalid("<percentage>", "0");