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> |