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

Side by Side Diff: LayoutTests/http/tests/loading/text-content-type-with-binary-extension.html

Issue 196523007: Revert of id of iframe incorrectly sets window name (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 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 | Annotate | Revision Log
OLDNEW
1 <head> 1 <head>
2 <script> 2 <script>
3 var failed = false; 3 var failed = false;
4 4
5 if (window.testRunner) { 5 if (window.testRunner) {
6 testRunner.dumpAsText(); 6 testRunner.dumpAsText();
7 testRunner.waitUntilDone(); 7 testRunner.waitUntilDone();
8 } 8 }
9 9
10 function iframeNotLoaded() 10 function iframeNotLoaded()
(...skipping 24 matching lines...) Expand all
35 </script> 35 </script>
36 </head> 36 </head>
37 <body onload="bodyLoaded()"> 37 <body onload="bodyLoaded()">
38 <p> 38 <p>
39 Test for <i><a href="https://bugs.webkit.org/show_bug.cgi?id=17360">http s://bugs.webkit.org/show_bug.cgi?id=17360</a> 39 Test for <i><a href="https://bugs.webkit.org/show_bug.cgi?id=17360">http s://bugs.webkit.org/show_bug.cgi?id=17360</a>
40 REGRESSION: mp4 file downloaded from server is downloaded as html</i>. 40 REGRESSION: mp4 file downloaded from server is downloaded as html</i>.
41 </p> 41 </p>
42 <p id="result"> 42 <p id="result">
43 Test running... 43 Test running...
44 </p> 44 </p>
45 <iframe name="iframe" src="resources/binaryData.sitx" onload="iframeLoaded() "></iframe> 45 <iframe id="iframe" src="resources/binaryData.sitx" onload="iframeLoaded()"> </iframe>
46 </body> 46 </body>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698