Change log level: info -> debug
[framework/web/webkit-efl.git] / LayoutTests / editing / pasteboard / paste-noscript-expected.txt
1 This test copies all the elements containing event handlers and javascript urls, pastes them in an editable area and verifies that no script, handlers or javascript urls are copied.
2 Hello 
3 CNN Hello 
4 This is a form
5
6 Hello 
7 CNN Hello 
8 This is a form
9
10 <button id="button1" onclick="sayHello()" ondblclick="sayHello()" style="width: 100px;">Hello</button>
11 <button id="button1" style="width: 100px; ">Hello</button>
12 <a id="anchor1" href="http://www.cnn.com/">CNN</a>
13 <a id="anchor1" href="http://www.cnn.com/">CNN</a>
14 <a id="anchor2" href="javascript:sayHello()">Hello</a>
15 <a id="anchor2" href="">Hello</a>
16 <iframe id="iframe1" src="javascript:var x = 1;" style="width: 200px; height: 100px; background-color:#cee;"></iframe>
17 <iframe id="iframe1" src="" style="width: 200px; height: 100px; background-color: rgb(204, 238, 238); "></iframe>
18 <form id="form1" action="javascript:sayHello()" style="width: 200px; height: 150px; background-color:#cee;">This is a form<br><img src="../resources/abe.png"></form>
19 <form id="form1" action="" style="width: 200px; height: 150px; background-color: rgb(204, 238, 238); ">This is a form<br><img src="../resources/abe.png"></form>