Pass | Stop at previous word boundary when whitespaces are trimmed | Asserts runPass | assert_equals(Text node " strong ", Text node " strong ")
at Test.<anonymous> ( /selection/modify.tentative.html:29:3) | Pass | assert_equals(1, 1)
at Test.<anonymous> ( /selection/modify.tentative.html:30:3) | Pass | assert_equals(Text node " italic ", Text node " italic ")
at Test.<anonymous> ( /selection/modify.tentative.html:33:3) | Pass | assert_equals(1, 1)
at Test.<anonymous> ( /selection/modify.tentative.html:34:3) |
|
Pass | Jump linefeed forward | Asserts runPass | assert_equals(Text node "foo bar ", Text node "foo bar ")
at Test.<anonymous> ( /selection/modify.tentative.html:42:3) | Pass | assert_equals(4, 4)
at Test.<anonymous> ( /selection/modify.tentative.html:43:3) |
|
Pass | Jump linefeed backward | Asserts runPass | assert_equals(Text node "foo bar ", Text node "foo bar ")
at Test.<anonymous> ( /selection/modify.tentative.html:51:3) | Pass | assert_equals(3, 3)
at Test.<anonymous> ( /selection/modify.tentative.html:52:3) |
|
Pass | Jump <br> forward | Asserts runPass | assert_equals(Text node "bar ", Text node "bar ")
at Test.<anonymous> ( /selection/modify.tentative.html:60:3) | Pass | assert_equals(0, 0)
at Test.<anonymous> ( /selection/modify.tentative.html:61:3) |
|
Pass | Jump <br> backward | Asserts runPass | assert_equals(Text node "foo", Text node "foo")
at Test.<anonymous> ( /selection/modify.tentative.html:69:3) | Pass | assert_equals(3, 3)
at Test.<anonymous> ( /selection/modify.tentative.html:70:3) |
|
Pass | Jump <br> forward which follows a linefeed | Asserts runPass | assert_equals(Text node " bar ", Text node " bar ")
at Test.<anonymous> ( /selection/modify.tentative.html:78:3) | Pass | assert_equals(0, 0)
at Test.<anonymous> ( /selection/modify.tentative.html:79:3) |
|
Fail | Jump <br> backward which follows a linefeed | assert_equals: expected Text node "foo
" but got Element node <pre id="preLinefeedBr">foo
<br>
bar
</pre> at Test.<anonymous> (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/selection/modify.tentative.html:87:3)
at Test.step (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/resources/testharness.js:2642:25)
at test (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/resources/testharness.js:633:30)
at https://xn--n8j6ds53lwwkrqhv28a.wpt.live/selection/modify.tentative.html:82:1 Asserts runFail | assert_equals(Element node <pre id="preLinefeedBr">foo <br> bar </pre>, Text node "foo ")
at Test.<anonymous> ( /selection/modify.tentative.html:87:3) |
|