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

Side by Side Diff: LayoutTests/http/tests/security/XFrameOptions/x-frame-options-deny-multiple-clients.html

Issue 12638027: Merge 144338 (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1410/
Patch Set: Created 7 years, 9 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
« no previous file with comments | « no previous file | LayoutTests/http/tests/security/XFrameOptions/x-frame-options-deny-multiple-clients-expected.txt » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <html> 1 <html>
2 <head> 2 <head>
3 <script> 3 <script>
4 if (window.testRunner) 4 if (window.testRunner)
5 testRunner.dumpAsText(); 5 testRunner.dumpAsText();
6 </script> 6 </script>
7 </head> 7 </head>
8 <body> 8 <body>
9 Test that two main resources pointing to the same url that are canceled within d idReceiveResponse() don't cause us to crash. 9 Test that two main resources pointing to the same url that are canceled within d idReceiveResponse() don't cause us to crash.
10 10
11 <iframe src="http://127.0.0.1:8000/security/XFrameOptions/resources/x-frame-opti ons-deny.cgi"></iframe> 11 <iframe src="http://127.0.0.1:8000/security/XFrameOptions/resources/x-frame-opti ons-deny.cgi"></iframe>
12 <iframe src="http://127.0.0.1:8000/security/XFrameOptions/resources/x-frame-opti ons-deny.cgi"></iframe> 12 <iframe src="http://127.0.0.1:8000/security/XFrameOptions/resources/x-frame-opti ons-deny.cgi"></iframe>
13 </body> 13 </body>
14 </html> 14 </html>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/http/tests/security/XFrameOptions/x-frame-options-deny-multiple-clients-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698