| <!DOCTYPE html><!-- webkit-test-runner [ AttachmentElementEnabled=true ] --> | |
| <html> | |
| <body> | |
| <attachment title=" "></attachment> | |
| <attachment title=" "></attachment> | |
| <script> | |
| if (window.internals) | |
| file = window.internals.createFile("resources/"); | |
| var attachments = document.getElementsByTagName("attachment"); | |
| for (var i = 0; i < attachments.length; i++) | |
| attachments[i].file = file; | |
| </script> | |
| </body> | |
| </html> |