Test, these are strong italic normal.
foo
bar
foo
bar
foo

bar

Summary

Harness status: OK

Found 7 tests

Details

ResultTest NameMessage
PassStop at previous word boundary when whitespaces are trimmed
Asserts run
Pass
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)
PassJump linefeed forward
Asserts run
Pass
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)
PassJump linefeed backward
Asserts run
Pass
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)
PassJump <br> forward
Asserts run
Pass
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)
PassJump <br> backward
Asserts run
Pass
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)
PassJump <br> forward which follows a linefeed
Asserts run
Pass
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)
FailJump <br> backward which follows a linefeedassert_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 run
Fail
assert_equals(Element node <pre id="preLinefeedBr">foo <br> bar </pre>, Text node "foo ")
    at Test.<anonymous> ( /selection/modify.tentative.html:87:3)