Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(212)

Side by Side Diff: LayoutTests/http/tests/security/isolatedWorld/userGestureEvents.html

Issue 216553010: Remove carriage returns from LayoutTests (04) (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <html> 2 <html>
3 <title>Event handlers in isolated worlds for user gesture generated events shoul d should the same permissions as handlers within the page</title> 3 <title>Event handlers in isolated worlds for user gesture generated events shoul d should the same permissions as handlers within the page</title>
4 <script> 4 <script>
5 5
6 // This test is meaningless without a testRunner. 6 // This test is meaningless without a testRunner.
7 if (window.testRunner && window.eventSender) { 7 if (window.testRunner && window.eventSender) {
8 8
9 testRunner.setCanOpenWindows(true); 9 testRunner.setCanOpenWindows(true);
10 testRunner.waitUntilDone(); 10 testRunner.waitUntilDone();
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
49 } 49 }
50 50
51 } else 51 } else
52 document.getElementById("log").innerHTML += "FAIL\n"; 52 document.getElementById("log").innerHTML += "FAIL\n";
53 </script> 53 </script>
54 <body onload="runTest()"> 54 <body onload="runTest()">
55 <div id="test"><button id='button1'>Click Me</button></div> 55 <div id="test"><button id='button1'>Click Me</button></div>
56 <div id="log"></div> 56 <div id="log"></div>
57 </body> 57 </body>
58 </html> 58 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698