Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / editing / pasteboard / copy-null-characters-expected.txt
blob624f75fee1db58f33b34b24e2cbbcfcb40866583
1 If there are NULL characters in text nodes, they should not be copied to the clipboard.  This test requires DumpRenderTree.
2 | "
4 | <div>
5 |   id="outerSource"
6 |   <p>
7 |     <b>
8 |       "bold"
9 |   "
10   "
11 |   "
12   "
13 |   <p>
14 |     style="color: green"
15 |     "green"
16 |   "
18 | "
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 | "
35 | <textarea>
36 |   id="destination-plain-text"
37 |   this.value="Copy paste mebold
39 Copy paste me
40 green"
41 |   <shadow:root>
42 |     <div>
43 |       id="inner-editor"
44 |       "Copy paste mebold
46 Copy paste me
47 green"
48 | "
50 | <div>
51 |   id="results"
52 |   "PASSED"
53 | "