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

Side by Side Diff: LayoutTests/http/tests/security/isolatedWorld/resources/userGestureEvents-second-window.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 (resource)</title> 3 <title>Event handlers in isolated worlds for user gesture generated events shoul d should the same permissions as handlers within the page (resource)</title>
4 <script> 4 <script>
5 5
6 // success! 6 // success!
7 window.opener.pass(); 7 window.opener.pass();
8 window.close(); 8 window.close();
9 9
10 </script> 10 </script>
11 <body> 11 <body>
12 </body> 12 </body>
13 </html> 13 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698