Change log level: info -> debug
[framework/web/webkit-efl.git] / LayoutTests / editing / pasteboard / style-from-rules-expected.txt
1 This test ensures WebKit does not duplicate styles from matched rules in inline style declarations when copying and pasting contents.
2 To manually test, copy "hello world WebKit" and paste it in the box blow.
3 Each element should have exact properties stated in its title attribute
4
5 Original:
6 | <blockquote>
7 |   title="none"
8 |   "hello"
9 | "
10 "
11 | <p>
12 |   title="none"
13 |   <span>
14 |     class="red"
15 |     style="font-size: 1em; font-weight: bold;"
16 |     title="font-size: 1em; font-weight: bold;"
17 |     "world"
18 |   "
19 "
20 |   <em>
21 |     style="color: blue;"
22 |     title="font-style: normal; font-weight: bold; color: blue;"
23 |     "WebKit"
24
25 Pasted:
26 | <blockquote>
27 |   title="none"
28 |   "hello"
29 | <p>
30 |   title="none"
31 |   <span>
32 |     class="red"
33 |     style="font-size: 1em; font-weight: bold; "
34 |     title="font-size: 1em; font-weight: bold;"
35 |     "world"
36 |   " "
37 |   <em>
38 |     style="font-style: normal; font-weight: bold; color: blue; "
39 |     title="font-style: normal; font-weight: bold; color: blue;"
40 |     "WebKit<#selection-caret>"