Pass | e.style['interpolate-size'] = "numeric-only" should set the property value | Asserts runPass | assert_not_equals("numeric-only", "", "property should be set")
at Test.<anonymous> ( /css/support/parsing-testcommon.js:28:9) | Pass | assert_equals("numeric-only", "numeric-only", "serialization should be canonical")
at Test.<anonymous> ( /css/support/parsing-testcommon.js:34:13) | Pass | assert_equals("numeric-only", "numeric-only", "serialization should round-trip")
at Test.<anonymous> ( /css/support/parsing-testcommon.js:37:9) |
|
Pass | e.style['interpolate-size'] = "allow-keywords" should set the property value | Asserts runPass | assert_not_equals("allow-keywords", "", "property should be set")
at Test.<anonymous> ( /css/support/parsing-testcommon.js:28:9) | Pass | assert_equals("allow-keywords", "allow-keywords", "serialization should be canonical")
at Test.<anonymous> ( /css/support/parsing-testcommon.js:34:13) | Pass | assert_equals("allow-keywords", "allow-keywords", "serialization should round-trip")
at Test.<anonymous> ( /css/support/parsing-testcommon.js:37:9) |
|
Pass | e.style['interpolate-size'] = "auto" should not set the property value | Asserts runPass | assert_equals("", "")
at Test.<anonymous> ( /css/support/parsing-testcommon.js:49:9) |
|
Pass | e.style['interpolate-size'] = "none" should not set the property value | Asserts runPass | assert_equals("", "")
at Test.<anonymous> ( /css/support/parsing-testcommon.js:49:9) |
|
Pass | e.style['interpolate-size'] = "100%" should not set the property value | Asserts runPass | assert_equals("", "")
at Test.<anonymous> ( /css/support/parsing-testcommon.js:49:9) |
|