Pass | e.style['text-align'] = "start" should set the property value | Asserts runPass | assert_not_equals("start", "", "property should be set")
at Test.<anonymous> ( /css/support/parsing-testcommon.js:28:9) | Pass | assert_equals("start", "start", "serialization should be canonical")
at Test.<anonymous> ( /css/support/parsing-testcommon.js:34:13) | Pass | assert_equals("start", "start", "serialization should round-trip")
at Test.<anonymous> ( /css/support/parsing-testcommon.js:37:9) |
|
Pass | e.style['text-align'] = "end" should set the property value | Asserts runPass | assert_not_equals("end", "", "property should be set")
at Test.<anonymous> ( /css/support/parsing-testcommon.js:28:9) | Pass | assert_equals("end", "end", "serialization should be canonical")
at Test.<anonymous> ( /css/support/parsing-testcommon.js:34:13) | Pass | assert_equals("end", "end", "serialization should round-trip")
at Test.<anonymous> ( /css/support/parsing-testcommon.js:37:9) |
|
Pass | e.style['text-align'] = "left" should set the property value | Asserts runPass | assert_not_equals("left", "", "property should be set")
at Test.<anonymous> ( /css/support/parsing-testcommon.js:28:9) | Pass | assert_equals("left", "left", "serialization should be canonical")
at Test.<anonymous> ( /css/support/parsing-testcommon.js:34:13) | Pass | assert_equals("left", "left", "serialization should round-trip")
at Test.<anonymous> ( /css/support/parsing-testcommon.js:37:9) |
|
Pass | e.style['text-align'] = "right" should set the property value | Asserts runPass | assert_not_equals("right", "", "property should be set")
at Test.<anonymous> ( /css/support/parsing-testcommon.js:28:9) | Pass | assert_equals("right", "right", "serialization should be canonical")
at Test.<anonymous> ( /css/support/parsing-testcommon.js:34:13) | Pass | assert_equals("right", "right", "serialization should round-trip")
at Test.<anonymous> ( /css/support/parsing-testcommon.js:37:9) |
|
Pass | e.style['text-align'] = "center" should set the property value | Asserts runPass | assert_not_equals("center", "", "property should be set")
at Test.<anonymous> ( /css/support/parsing-testcommon.js:28:9) | Pass | assert_equals("center", "center", "serialization should be canonical")
at Test.<anonymous> ( /css/support/parsing-testcommon.js:34:13) | Pass | assert_equals("center", "center", "serialization should round-trip")
at Test.<anonymous> ( /css/support/parsing-testcommon.js:37:9) |
|
Pass | e.style['text-align'] = "justify" should set the property value | Asserts runPass | assert_not_equals("justify", "", "property should be set")
at Test.<anonymous> ( /css/support/parsing-testcommon.js:28:9) | Pass | assert_equals("justify", "justify", "serialization should be canonical")
at Test.<anonymous> ( /css/support/parsing-testcommon.js:34:13) | Pass | assert_equals("justify", "justify", "serialization should round-trip")
at Test.<anonymous> ( /css/support/parsing-testcommon.js:37:9) |
|
Fail | e.style['text-align'] = "match-parent" should set the property value | assert_not_equals: property should be set got disallowed value "" at Test.<anonymous> (http://wpt.live/css/support/parsing-testcommon.js:28:9)
at Test.step (http://wpt.live/resources/testharness.js:2642:25)
at test (http://wpt.live/resources/testharness.js:633:30)
at test_valid_value (http://wpt.live/css/support/parsing-testcommon.js:23:5)
at http://wpt.live/css/css-text/parsing/text-align-valid.html:20:1 Asserts runFail | assert_not_equals("", "", "property should be set")
at Test.<anonymous> ( /css/support/parsing-testcommon.js:28:9) |
|
Fail | e.style['text-align'] = "justify-all" should set the property value | assert_not_equals: property should be set got disallowed value "" at Test.<anonymous> (http://wpt.live/css/support/parsing-testcommon.js:28:9)
at Test.step (http://wpt.live/resources/testharness.js:2642:25)
at test (http://wpt.live/resources/testharness.js:633:30)
at test_valid_value (http://wpt.live/css/support/parsing-testcommon.js:23:5)
at http://wpt.live/css/css-text/parsing/text-align-valid.html:21:1 Asserts runFail | assert_not_equals("", "", "property should be set")
at Test.<anonymous> ( /css/support/parsing-testcommon.js:28:9) |
|