Pass | Property background-attachment value 'fixed' | Asserts runPass | assert_true(true, "background-attachment doesn't seem to be supported in the computed style")
at Test.<anonymous> ( /css/support/computed-testcommon.js:24:5) | Pass | assert_true(true, "'fixed' is a supported value for background-attachment.")
at Test.<anonymous> ( /css/support/computed-testcommon.js:25:5) | Pass | assert_equals("fixed", "fixed")
at Test.<anonymous> ( /css/support/computed-testcommon.js:35:7) |
|
Pass | Property background-attachment value 'scroll, fixed, local' | Asserts runPass | assert_true(true, "background-attachment doesn't seem to be supported in the computed style")
at Test.<anonymous> ( /css/support/computed-testcommon.js:24:5) | Pass | assert_true(true, "'scroll, fixed, local' is a supported value for background-attachment.")
at Test.<anonymous> ( /css/support/computed-testcommon.js:25:5) | Pass | assert_equals("scroll", "scroll")
at Test.<anonymous> ( /css/support/computed-testcommon.js:35:7) | Pass | assert_equals("scroll", "scroll", "computed value should round-trip")
at Test.<anonymous> ( /css/support/computed-testcommon.js:40:7) |
|