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

Unified Diff: third_party/WebKit/LayoutTests/http/tests/security/suborigins/suborigin-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/suborigin-multiple-suborigins-disallowed.php
diff --git a/third_party/WebKit/LayoutTests/http/tests/css/css-imports-redirect-cycle.html b/third_party/WebKit/LayoutTests/http/tests/security/suborigins/suborigin-multiple-suborigins-disallowed.php
similarity index 59%
copy from third_party/WebKit/LayoutTests/http/tests/css/css-imports-redirect-cycle.html
copy to third_party/WebKit/LayoutTests/http/tests/security/suborigins/suborigin-multiple-suborigins-disallowed.php
index ec86ec4cd86875d9b22c38ae7556536f73c790d9..1f61f72c82ccf300e99546c42881d6f1d8f35b8f 100644
--- a/third_party/WebKit/LayoutTests/http/tests/css/css-imports-redirect-cycle.html
+++ b/third_party/WebKit/LayoutTests/http/tests/security/suborigins/suborigin-multiple-suborigins-disallowed.php
@@ -1,11 +1,15 @@
+<?php
+header("Suborigin: foo, bar");
+?>
<!DOCTYPE html>
<html>
<head>
+<meta charset="utf-8">
+</head>
+<body>
<script>
if (window.testRunner)
testRunner.dumpAsText();
</script>
-<link href="css-imports-redirect-cycle.css" rel="stylesheet">
-</head>
-<body></body>
+</body>
</html>

Powered by Google App Engine
This is Rietveld 408576698