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

Unified Diff: third_party/WebKit/LayoutTests/http/tests/security/suborigins/multiple-suborigins-disallowed.php

Issue 2370843003: Suborigin LayoutTest formatting and refactoring (Closed)
Patch Set: Created 4 years, 3 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: third_party/WebKit/LayoutTests/http/tests/security/suborigins/multiple-suborigins-disallowed.php
diff --git a/third_party/WebKit/LayoutTests/http/tests/security/suborigins/multiple-suborigins-disallowed.php b/third_party/WebKit/LayoutTests/http/tests/security/suborigins/multiple-suborigins-disallowed.php
deleted file mode 100644
index 29438a0a0532c28d5967b071aedea4acd22ab0fd..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/http/tests/security/suborigins/multiple-suborigins-disallowed.php
+++ /dev/null
@@ -1,12 +0,0 @@
-<?php
-header("Suborigin: foo, bar");
-?>
-<!DOCTYPE html>
-<html>
-<body>
- <script>
- if (window.testRunner)
- testRunner.dumpAsText();
- </script>
-</body>
-</html>

Powered by Google App Engine
This is Rietveld 408576698