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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | LayoutTests/fast/plugins/empty-url-object-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 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <html> 2 <html>
3 <head> 3 <body>
4 <script> 4 <script>
5 if (window.testRunner) { 5 if (window.testRunner) {
6 testRunner.dumpAsText(); 6 testRunner.dumpAsText();
7 testRunner.dumpChildFramesAsText(); 7 testRunner.dumpChildFramesAsText();
8 } 8 }
9 </script> 9 </script>
10 </head> 10 This text should only appear once.
11 <body> 11 <object data="" type="text/plain"></object>
12 <iframe sandbox src="data:text/html,<noscript>PASS</noscript>">
13 </iframe>
14 </body> 12 </body>
15 </html> 13 </html>
OLDNEW
« 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