[WK2] Small Caps font variant issue for Italic fonts
[framework/web/webkit-efl.git] / LayoutTests / editing / editability / ignored-content-expected.txt
1 This test ensures WebKit does not ignore the content of hr, datagrid, and object with child nodes.
2
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
20 The result below should be identical to the result above:
21 | <hr>
22 |   "hello "
23 |   <b>
24 |     "world"
25 |   " WebKit"
26 | <datagrid>
27 |   "hello "
28 |   <b>
29 |     "world"
30 |   " WebKit"
31 | <object>
32 |   "hello "
33 |   <b>
34 |     "world"
35 |   " WebKit"