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

Side by Side 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 unified diff | Download patch
OLDNEW
(Empty)
1 <body onload="document.write('PASS');">
2 <script>
3 if (window.testRunner)
4 testRunner.dumpAsText();
5 </script>
6 <iframe src="http://127.0.0.1:8000/security/XFrameOptions/resources/x-frame-opti ons-deny-meta-tag-subframe-in-body.html">
7 </iframe>
8 </body>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698