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

Side by Side Diff: third_party/WebKit/LayoutTests/http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-parent-same-origin-allow.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 <script>
2 if (window.testRunner) {
3 testRunner.dumpAsText();
4 testRunner.dumpChildFramesAsText();
5 testRunner.dumpResourceLoadCallbacks();
6 }
7 </script>
8
9 <p>There should be content in the iframe below</p>
10 <iframe style="width:500px; height:500px" src="http://127.0.0.1:8000/security/XF rameOptions/resources/x-frame-options-deny-meta-tag-subframe-parent-same-origin- allow.html" onload="alert('PASS: onload fired.');"></iframe>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698