Pass | e.style['background-attachment'] = "fixed" should set the property value | Asserts runPass | assert_not_equals("fixed", "", "property should be set")
at Test.<anonymous> ( /css/support/parsing-testcommon.js:28:9) | Pass | assert_equals("fixed", "fixed", "serialization should be canonical")
at Test.<anonymous> ( /css/support/parsing-testcommon.js:34:13) | Pass | assert_equals("fixed", "fixed", "serialization should round-trip")
at Test.<anonymous> ( /css/support/parsing-testcommon.js:37:9) |
|
Pass | e.style['background-attachment'] = "scroll, fixed, local, fixed, scroll" should set the property value | Asserts runPass | assert_not_equals("scroll, fixed, local, fixed, scroll", "", "property should be set")
at Test.<anonymous> ( /css/support/parsing-testcommon.js:28:9) | Pass | assert_equals("scroll, fixed, local, fixed, scroll", "scroll, fixed, local, fixed, scroll", "serialization should be canonical")
at Test.<anonymous> ( /css/support/parsing-testcommon.js:34:13) | Pass | assert_equals("scroll, fixed, local, fixed, scroll", "scroll, fixed, local, fixed, scroll", "serialization should round-trip")
at Test.<anonymous> ( /css/support/parsing-testcommon.js:37:9) |
|