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

Side by Side Diff: LayoutTests/http/tests/security/drag-drop-different-origin.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 <html> 1 <html>
2 <head> 2 <head>
3 <script> 3 <script>
4 if (window.testRunner) { 4 if (window.testRunner) {
5 testRunner.dumpAsText(); 5 testRunner.dumpAsText();
6 testRunner.waitUntilDone(); 6 testRunner.waitUntilDone();
7 } 7 }
8 8
9 function moveToCenter(element) 9 function moveToCenter(element)
10 { 10 {
(...skipping 25 matching lines...) Expand all
36 36
37 input.contentWindow.postMessage("go", "*"); 37 input.contentWindow.postMessage("go", "*");
38 } 38 }
39 </script> 39 </script>
40 </head> 40 </head>
41 <body onload="runTest()"> 41 <body onload="runTest()">
42 <span id="span">Dragme</span> 42 <span id="span">Dragme</span>
43 <iframe id="target" src="http://localhost:8000/security/resources/drag-drop.html "></iframe> 43 <iframe id="target" src="http://localhost:8000/security/resources/drag-drop.html "></iframe>
44 </body> 44 </body>
45 </html> 45 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698