Pass | Property box-shadow value 'none' | Asserts runPass | assert_true(true, "box-shadow doesn't seem to be supported in the computed style")
at Test.<anonymous> ( /css/support/computed-testcommon.js:24:5) | Pass | assert_true(true, "'none' is a supported value for box-shadow.")
at Test.<anonymous> ( /css/support/computed-testcommon.js:25:5) | Pass | assert_equals("none", "none")
at Test.<anonymous> ( /css/support/computed-testcommon.js:35:7) |
|
Pass | Property box-shadow value '1px 2px' | Asserts runPass | assert_true(true, "box-shadow doesn't seem to be supported in the computed style")
at Test.<anonymous> ( /css/support/computed-testcommon.js:24:5) | Pass | assert_true(true, "'1px 2px' is a supported value for box-shadow.")
at Test.<anonymous> ( /css/support/computed-testcommon.js:25:5) | Pass | assert_equals("rgb(0, 0, 255) 1px 2px 0px 0px", "rgb(0, 0, 255) 1px 2px 0px 0px")
at Test.<anonymous> ( /css/support/computed-testcommon.js:35:7) | Pass | assert_equals("rgb(0, 0, 255) 1px 2px 0px 0px", "rgb(0, 0, 255) 1px 2px 0px 0px", "computed value should round-trip")
at Test.<anonymous> ( /css/support/computed-testcommon.js:40:7) |
|
Pass | Property box-shadow value 'currentcolor -1em -2em 3em -4em' | Asserts runPass | assert_true(true, "box-shadow doesn't seem to be supported in the computed style")
at Test.<anonymous> ( /css/support/computed-testcommon.js:24:5) | Pass | assert_true(true, "'currentcolor -1em -2em 3em -4em' is a supported value for box-shadow.")
at Test.<anonymous> ( /css/support/computed-testcommon.js:25:5) | Pass | assert_equals("rgb(0, 0, 255) -20px -40px 60px -80px", "rgb(0, 0, 255) -20px -40px 60px -80px")
at Test.<anonymous> ( /css/support/computed-testcommon.js:35:7) | Pass | assert_equals("rgb(0, 0, 255) -20px -40px 60px -80px", "rgb(0, 0, 255) -20px -40px 60px -80px", "computed value should round-trip")
at Test.<anonymous> ( /css/support/computed-testcommon.js:40:7) |
|
Pass | Property box-shadow value 'rgb(0, 255, 0) 1px 2px 3px 4px inset' | Asserts runPass | assert_true(true, "box-shadow doesn't seem to be supported in the computed style")
at Test.<anonymous> ( /css/support/computed-testcommon.js:24:5) | Pass | assert_true(true, "'rgb(0, 255, 0) 1px 2px 3px 4px inset' is a supported value for box-shadow.")
at Test.<anonymous> ( /css/support/computed-testcommon.js:25:5) | Pass | assert_equals("rgb(0, 255, 0) 1px 2px 3px 4px inset", "rgb(0, 255, 0) 1px 2px 3px 4px inset")
at Test.<anonymous> ( /css/support/computed-testcommon.js:35:7) |
|