Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / editing / pasteboard / paste-noplugin-expected.txt
blob7cc13740c9c34deb93fdfa19d3f57f441da12657
1 This test copies embed and object elements, pastes them into an editable area, and verifies that unsafe tags are not pasted when the setting prohibits this.
3 Original contents:
4 | "
6 | <p>
7 |   "Some text to paste."
8 | "
10 | <embed>
11 |   src="http://localhost:8000/evil.swf"
12 |   <shadow:root>
13 |     <content>
14 | "
16 | <object>
17 |   data="http://localhost:8000/evil.swf"
18 |   <param>
19 |     name="src"
20 |     value="http://localhost:8000/evil.swf"
21 |   <embed>
22 |     src="http://localhost:8000/evil.swf"
23 |     <shadow:root>
24 |       <content>
25 |   <shadow:root>
26 |     <content>
27 | "
30 Pasted contents:
31 | <p>
32 |   "Some text to paste."
33 | " <#selection-caret>"