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

Unified Diff: LayoutTests/fast/plugins/empty-url-object.html

Issue 1185773003: Empty object@data url shouldn't be resolved and loaded (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 6 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 | LayoutTests/fast/plugins/empty-url-object-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/plugins/empty-url-object.html
diff --git a/LayoutTests/fast/frames/sandboxed-iframe-noscript.html b/LayoutTests/fast/plugins/empty-url-object.html
similarity index 64%
copy from LayoutTests/fast/frames/sandboxed-iframe-noscript.html
copy to LayoutTests/fast/plugins/empty-url-object.html
index 89552398182a42d2083cf0dddd25954fc4648de9..c717630af46740b2a2d4c6b0966ded4e91e5d12e 100644
--- a/LayoutTests/fast/frames/sandboxed-iframe-noscript.html
+++ b/LayoutTests/fast/plugins/empty-url-object.html
@@ -1,15 +1,13 @@
<!DOCTYPE html>
<html>
-<head>
+<body>
<script>
if (window.testRunner) {
testRunner.dumpAsText();
testRunner.dumpChildFramesAsText();
}
</script>
-</head>
-<body>
-<iframe sandbox src="data:text/html,<noscript>PASS</noscript>">
-</iframe>
+This text should only appear once.
+<object data="" type="text/plain"></object>
</body>
</html>
« no previous file with comments | « no previous file | LayoutTests/fast/plugins/empty-url-object-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698