Summary

Harness status: OK

Found 6 tests

Details

ResultTest NameMessage
Pass`text-wrap: balance` should be set
Asserts run
Pass
assert_equals("balance", "balance")
    at Test.<anonymous> ( /css/css-text/parsing/white-space-shorthand-text-wrap.html:15:3)
Pass`text-wrap` should not be affected by previous `white-space`
Asserts run
Pass
assert_equals("balance", "balance")
    at Test.<anonymous> ( /css/css-text/parsing/white-space-shorthand-text-wrap.html:29:3)
Fail`white-space` should not overwrite previous `text-wrap-style: balance`assert_equals: expected "balance" but got "wrap"
    at Test.<anonymous> (http://wpt.live/css/css-text/parsing/white-space-shorthand-text-wrap.html:43:3)
    at Test.step (http://wpt.live/resources/testharness.js:2642:25)
    at test (http://wpt.live/resources/testharness.js:633:30)
    at http://wpt.live/css/css-text/parsing/white-space-shorthand-text-wrap.html:41:1
Asserts run
Fail
assert_equals("wrap", "balance")
    at Test.<anonymous> ( /css/css-text/parsing/white-space-shorthand-text-wrap.html:43:3)
Fail`white-space` should overwrite previous `text-wrap-mode: nowrap`assert_equals: expected "balance" but got "wrap"
    at Test.<anonymous> (http://wpt.live/css/css-text/parsing/white-space-shorthand-text-wrap.html:57:3)
    at Test.step (http://wpt.live/resources/testharness.js:2642:25)
    at test (http://wpt.live/resources/testharness.js:633:30)
    at http://wpt.live/css/css-text/parsing/white-space-shorthand-text-wrap.html:55:1
Asserts run
Fail
assert_equals("wrap", "balance")
    at Test.<anonymous> ( /css/css-text/parsing/white-space-shorthand-text-wrap.html:57:3)
Pass`text-wrap` should not be affected by `white-space` on the parent
Asserts run
Pass
assert_equals("balance", "balance")
    at Test.<anonymous> ( /css/css-text/parsing/white-space-shorthand-text-wrap.html:72:3)
Fail`white-space` should overwrite `text-wrap-mode` on the parentassert_equals: expected "balance" but got "wrap"
    at Test.<anonymous> (http://wpt.live/css/css-text/parsing/white-space-shorthand-text-wrap.html:82:3)
    at Test.step (http://wpt.live/resources/testharness.js:2642:25)
    at test (http://wpt.live/resources/testharness.js:633:30)
    at http://wpt.live/css/css-text/parsing/white-space-shorthand-text-wrap.html:80:1
Asserts run
Fail
assert_equals("wrap", "balance")
    at Test.<anonymous> ( /css/css-text/parsing/white-space-shorthand-text-wrap.html:82:3)