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

Unified Diff: third_party/WebKit/LayoutTests/http/tests/misc/onload-write-during-xframe-deny.html

Issue 1889433003: Ignore 'X-Frame-Options' inside '<meta>' tags. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: One more. Created 4 years, 8 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/misc/onload-write-during-xframe-deny.html
diff --git a/third_party/WebKit/LayoutTests/http/tests/misc/onload-write-during-xframe-deny.html b/third_party/WebKit/LayoutTests/http/tests/misc/onload-write-during-xframe-deny.html
deleted file mode 100644
index 88de10b3797188c00970fe76706df49f74058293..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/http/tests/misc/onload-write-during-xframe-deny.html
+++ /dev/null
@@ -1,8 +0,0 @@
-<body onload="document.write('PASS');">
-<script>
-if (window.testRunner)
- testRunner.dumpAsText();
-</script>
-<iframe src="http://127.0.0.1:8000/security/XFrameOptions/resources/x-frame-options-deny-meta-tag-subframe-in-body.html">
-</iframe>
-</body>

Powered by Google App Engine
This is Rietveld 408576698