OLD | NEW |
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 Loading... |
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 id="iframe" src="resources/binaryData.sitx" onload="iframeLoaded()">
</iframe> | 45 <iframe name="iframe" src="resources/binaryData.sitx" onload="iframeLoaded()
"></iframe> |
46 </body> | 46 </body> |
OLD | NEW |