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

Unified 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, 10 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
« 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 »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/fast/frames/resources/sandboxed-iframe-about-blank.html
diff --git a/third_party/WebKit/LayoutTests/fast/frames/resources/sandboxed-iframe-about-blank.html b/third_party/WebKit/LayoutTests/fast/frames/resources/sandboxed-iframe-about-blank.html
index 87327325683a4c4cead42b9f0c1f338c6dc053fb..c90b4a3c743553484f8ec45ada600b09bea66df0 100644
--- a/third_party/WebKit/LayoutTests/fast/frames/resources/sandboxed-iframe-about-blank.html
+++ b/third_party/WebKit/LayoutTests/fast/frames/resources/sandboxed-iframe-about-blank.html
@@ -4,10 +4,8 @@
<body>
<iframe src="about:blank" sandbox>
</iframe>
- <embed id="plugin"
- type="application/x-webkit-test-netscape"
- src="data:text/plain,"
- style="width:0; height:0">
- </embed>
+ <script>
+ parent.testPassed("Container frame is able to run script.");
+ </script>
</body>
</html>
« 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