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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/frames/resources/sandboxed-iframe-about-blank.html

Issue 1744073002: Remove NPAPI use in fast/frames/sandboxed-iframe-navigation-allowed.html (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Make test results slightly more sensible. Created 4 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 | third_party/WebKit/LayoutTests/fast/frames/sandboxed-iframe-about-blank.html » ('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 </head> 3 </head>
4 <body> 4 <body>
5 <iframe src="about:blank" sandbox> 5 <iframe src="about:blank" sandbox>
6 </iframe> 6 </iframe>
7 <embed id="plugin" 7 <script>
8 type="application/x-webkit-test-netscape" 8 parent.testPassed("Container frame is able to run script.");
9 src="data:text/plain," 9 </script>
10 style="width:0; height:0">
11 </embed>
12 </body> 10 </body>
13 </html> 11 </html>
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/fast/frames/sandboxed-iframe-about-blank.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698