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

Unified Diff: LayoutTests/http/tests/security/resources/innocent-victim-with-notify.html

Issue 494343003: Eliminate globalFlag usage from http security layout tests. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: consistify Created 6 years, 4 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/resources/innocent-victim-with-notify.html
diff --git a/LayoutTests/http/tests/security/resources/innocent-victim-with-notify.html b/LayoutTests/http/tests/security/resources/innocent-victim-with-notify.html
deleted file mode 100644
index 7f758b5b5ab5275bfa8a9cbd6fc6802857a8e55c..0000000000000000000000000000000000000000
--- a/LayoutTests/http/tests/security/resources/innocent-victim-with-notify.html
+++ /dev/null
@@ -1,14 +0,0 @@
-<html>
-<head>
- <script>
- onload = function()
- {
- if (window.testRunner)
- testRunner.globalFlag = true;
- }
- </script>
-</head>
-<body>
-This page doesn't do anything special (except signal that it has finished loading).
-</body>
-</html>

Powered by Google App Engine
This is Rietveld 408576698