Change log level: info -> debug
[framework/web/webkit-efl.git] / LayoutTests / editing / pasteboard / paste-noscript-xhtml-expected.txt
1 ALERT: hello
2 ALERT: hello
3
4 This test copies the content of an iframe and pastes it
5 in an editable area in an xhtml document and verifies that no script, handlers or javascript urls are copied.
6
7
8 Copied content:
9 | "
10 "
11 | <button>
12 |   id="button1"
13 |   onclick="sayHello()"
14 |   ondblclick="sayHello()"
15 |   style="width: 100px;"
16 |   "<#selection-anchor>Hello"
17 | <a>
18 |   href="http://www.bing.com/search?q=cnn"
19 |   id="anchor1"
20 |   "CNN"
21 | <a>
22 |   href="javascript:sayHello()"
23 |   id="anchor2"
24 |   "Hello"
25 | "
26 "
27 | <script>
28 |   style="display: block; position: fixed; top: 4000px"
29 |   "alert('hello');"
30 | "
31 "
32 | <script>
33 |   src="../editing.js"
34 |   style="display: block; position: fixed; top: 4000px"
35 | "
36 "
37 | <iframe>
38 |   id="iframe1"
39 |   src="javascript:alert('hello')"
40 |   style="width: 200px; height: 100px; background-color:#cee;"
41 | "
42 "
43 | <form>
44 |   action="javascript:sayHello()"
45 |   id="form1"
46 |   style="width: 200px; height: 150px; background-color:#cee;"
47 |   "This is a form<#selection-focus>"
48 | "
49
50 "
51
52 FRAME 0:
53 | <head>
54 | <body>
55
56 Pasted content:
57 | <button>
58 |   id="button1"
59 |   style="width: 100px; "
60 |   "Hello"
61 | <a>
62 |   href="http://www.bing.com/search?q=cnn"
63 |   id="anchor1"
64 |   "CNN"
65 | <a>
66 |   href=""
67 |   id="anchor2"
68 |   "Hello"
69 | <iframe>
70 |   id="iframe1"
71 |   src=""
72 |   style="width: 200px; height: 100px; background-color: rgb(204, 238, 238); "
73 | <form>
74 |   action=""
75 |   id="form1"
76 |   style="width: 200px; height: 150px; background-color: rgb(204, 238, 238); "
77 |   "This is a form<#selection-caret>"
78
79 FRAME 0:
80 | <head>
81 | <body>