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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: LayoutTests/http/tests/security/isolatedWorld/resources/userGestureEvents-second-window.html
diff --git a/LayoutTests/http/tests/security/isolatedWorld/resources/userGestureEvents-second-window.html b/LayoutTests/http/tests/security/isolatedWorld/resources/userGestureEvents-second-window.html
index 0b420be222184606b2333e5856ca36b1beba20a8..8c483b4a3f1d95bb01754c7bbd9fbecf050c9e43 100644
--- a/LayoutTests/http/tests/security/isolatedWorld/resources/userGestureEvents-second-window.html
+++ b/LayoutTests/http/tests/security/isolatedWorld/resources/userGestureEvents-second-window.html
@@ -1,13 +1,13 @@
-<!DOCTYPE html>
-<html>
-<title>Event handlers in isolated worlds for user gesture generated events should should the same permissions as handlers within the page (resource)</title>
-<script>
-
-// success!
-window.opener.pass();
-window.close();
-
-</script>
-<body>
-</body>
-</html>
+<!DOCTYPE html>
+<html>
+<title>Event handlers in isolated worlds for user gesture generated events should should the same permissions as handlers within the page (resource)</title>
+<script>
+
+// success!
+window.opener.pass();
+window.close();
+
+</script>
+<body>
+</body>
+</html>

Powered by Google App Engine
This is Rietveld 408576698