Change log level: info -> debug
[framework/web/webkit-efl.git] / LayoutTests / editing / pasteboard / copy-null-characters-expected.txt
1 If there are NULL characters in text nodes, they should not be copied to the clipboard.  This test requires DumpRenderTree.
2 | "
3 "
4 | <div>
5 |   id="outerSource"
6 |   <p>
7 |     <b>
8 |       "bold"
9 |   "
10   "
11 |   "
12   "
13 |   <p>
14 |     style="color: green"
15 |     "green"
16 |   "
17 "
18 | "
19 "
20 | <div>
21 |   contenteditable="true"
22 |   id="destination-rich-text"
23 |   <p>
24 |     <b>
25 |       "bold"
26 |   <div>
27 |     id="source"
28 |     "Copy paste me"
29 |   <span>
30 |     style="color: green; "
31 |     "green"
32 |   "Copy paste me"
33 | "
34 "
35 | <textarea>
36 |   id="destination-plain-text"
37 |   this.value="Copy paste mebold
38
39 Copy paste me
40 green"
41 |   <shadow:root>
42 |     <div>
43 |       "Copy paste mebold
44
45 Copy paste me
46 green"
47 | "
48 "
49 | <div>
50 |   id="results"
51 |   "PASSED"
52 | "
53
54 "