OLD | NEW |
1 <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN"> | 1 <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN"> |
2 <html> | 2 <html> |
3 <head> | 3 <head> |
4 <script src="../../js-test-resources/js-test-pre.js"></script> | 4 <script src="../../js-test-resources/js-test-pre.js"></script> |
5 </head> | 5 </head> |
6 <body> | 6 <body> |
7 <p id="description"></p> | 7 <p id="description"></p> |
8 <div id="console"></div> | 8 <div id="console"></div> |
9 <script> | 9 <script> |
10 description("Tests access to event.dataTransfer.files and .types"); | 10 description("Tests access to event.dataTransfer.files and .types"); |
(...skipping 165 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
176 if (window.eventSender) { | 176 if (window.eventSender) { |
177 runTest(); | 177 runTest(); |
178 // Clean up after ourselves | 178 // Clean up after ourselves |
179 dragTarget.parentNode.removeChild(dragTarget); | 179 dragTarget.parentNode.removeChild(dragTarget); |
180 } else { | 180 } else { |
181 testFailed("This test is not interactive, please run using DumpRenderTree"); | 181 testFailed("This test is not interactive, please run using DumpRenderTree"); |
182 } | 182 } |
183 | 183 |
184 var successfullyParsed = true; | 184 var successfullyParsed = true; |
185 </script> | 185 </script> |
186 <script src="../../js-test-resources/js-test-post.js"></script> | |
187 </body> | 186 </body> |
188 </html> | 187 </html> |
OLD | NEW |