Pass | e.style['white-space'] = "auto" should not set the property value | Asserts runPass | assert_equals("", "")
at Test.<anonymous> ( /css/support/parsing-testcommon.js:49:9) |
|
Pass | e.style['white-space'] = "normal pre" should not set the property value | Asserts runPass | assert_equals("", "")
at Test.<anonymous> ( /css/support/parsing-testcommon.js:49:9) |
|
Pass | e.style['white-space'] = "nowrap pre-wrap" should not set the property value | Asserts runPass | assert_equals("", "")
at Test.<anonymous> ( /css/support/parsing-testcommon.js:49:9) |
|
Pass | e.style['white-space'] = "pre-line break-spaces" should not set the property value | Asserts runPass | assert_equals("", "")
at Test.<anonymous> ( /css/support/parsing-testcommon.js:49:9) |
|
Fail | e.style['white-space'] = "balance" should not set the property value | assert_equals: expected "" but got "balance" at Test.<anonymous> (http://wpt.live/css/support/parsing-testcommon.js:49:9)
at Test.step (http://wpt.live/resources/testharness.js:2642:25)
at test (http://wpt.live/resources/testharness.js:633:30)
at test_invalid_value (http://wpt.live/css/support/parsing-testcommon.js:45:5)
at http://wpt.live/css/css-text/parsing/white-space-invalid.html:18:1 Asserts runFail | assert_equals("balance", "")
at Test.<anonymous> ( /css/support/parsing-testcommon.js:49:9) |
|
Fail | e.style['white-space'] = "pretty" should not set the property value | assert_equals: expected "" but got "pretty" at Test.<anonymous> (http://wpt.live/css/support/parsing-testcommon.js:49:9)
at Test.step (http://wpt.live/resources/testharness.js:2642:25)
at test (http://wpt.live/resources/testharness.js:633:30)
at test_invalid_value (http://wpt.live/css/support/parsing-testcommon.js:45:5)
at http://wpt.live/css/css-text/parsing/white-space-invalid.html:19:1 Asserts runFail | assert_equals("pretty", "")
at Test.<anonymous> ( /css/support/parsing-testcommon.js:49:9) |
|