Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / editing / selection / document-mutation-expected.txt
blob582568471439ed7a5abe24e6f951305a3e82cdf9
1 This test ensures WebKit adjusts the selection under document mutation.
3 Examples are from:
4 http://www.w3.org/TR/DOM-Level-2-Traversal-Range/ranges.html#Level-2-Range-Mutation
6 Base is first
8 Insertion tests:
9 PASS: selection is (24, 32) "Y blah i"
10 PASS: selection is (11, 32) "inserted textY blah i"
11 PASS: selection is (11, 32) "Yinserted text blah i"
12 PASS: selection is (11, 32) "Y blahinserted text i"
13 PASS: selection is (11, 19) "Y blah i"
15 Deletion tests:
16 PASS: selection is (5, 13) "Range i"
17 PASS: selection is (5, 5) ""
18 PASS: selection is (5, 15) "he Range i"
19 PASS: selection is (1, 1) ""
22 Extent is first
24 Insertion tests:
25 PASS: selection is (24, 32) "Y blah i"
26 PASS: selection is (11, 32) "inserted textY blah i"
27 PASS: selection is (11, 32) "Yinserted text blah i"
28 PASS: selection is (11, 32) "Y blahinserted text i"
29 PASS: selection is (11, 19) "Y blah i"
31 Deletion tests:
32 PASS: selection is (5, 13) "Range i"
33 PASS: selection is (5, 5) ""
34 PASS: selection is (5, 15) "he Range i"
35 PASS: selection is (1, 1) ""
37 DONE