Pass | `text-wrap: balance` should be set | Asserts runPass | 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 runPass | 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 runFail | 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 runFail | 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 runPass | 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 parent | assert_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 runFail | assert_equals("wrap", "balance")
at Test.<anonymous> ( /css/css-text/parsing/white-space-shorthand-text-wrap.html:82:3) |
|