Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / editing / editability / ignored-content-expected.txt
blob48599288655a324e152ed98913cdbd9041473b4e
1 This test ensures WebKit does not ignore the content of hr, datagrid, and object with child nodes.
3 "world" and only "world" should be bolded in each element below:
4 | <hr>
5 |   "hello "
6 |   <b>
7 |     "world"
8 |   " WebKit"
9 | <datagrid>
10 |   "hello "
11 |   <b>
12 |     "world"
13 |   " WebKit"
14 | <object>
15 |   "hello "
16 |   <b>
17 |     "<#selection-anchor>world<#selection-focus>"
18 |   " WebKit"
19 |   <shadow:root>
20 |     <content>
22 The result below should be identical to the result above:
23 | <hr>
24 |   "hello "
25 |   <b>
26 |     "world"
27 |   " WebKit"
28 | <datagrid>
29 |   "hello "
30 |   <b>
31 |     "world"
32 |   " WebKit"
33 | <object>
34 |   "hello "
35 |   <b>
36 |     "world"
37 |   " WebKit"
38 |   <shadow:root>
39 |     <content>