| OLD | NEW |
| 1 <!DOCTYPE html> | 1 <!DOCTYPE html> |
| 2 <html> | 2 <html> |
| 3 <head> | 3 <head> |
| 4 <meta charset="utf-8"> | 4 <meta charset="utf-8"> |
| 5 <script src="../fast/js/resources/js-test-pre.js"></script> | 5 <script src="../fast/js/resources/js-test-pre.js"></script> |
| 6 </head> | 6 </head> |
| 7 <body> | 7 <body> |
| 8 <p>Test for <a href="https://bugs.webkit.org/show_bug.cgi?id=32292">bug 32292</a
>: | 8 <p>Test for <a href="https://bugs.webkit.org/show_bug.cgi?id=32292">bug 32292</a
>: |
| 9 "Unable to focus on embedded plugins such as Flash via javascript focus()"</p> | 9 "Unable to focus on embedded plugins such as Flash via javascript focus()"</p> |
| 10 <p>This tests focusing Embeds and Objects. See LayoutTests/java for Applet eleme
nts.</p> | 10 <p>This tests focusing Embeds and Objects. See LayoutTests/java for Applet eleme
nts.</p> |
| (...skipping 29 matching lines...) Expand all Loading... |
| 40 shouldBe('"' + pluginElement.id + '"; document.activeElement === plu
ginElement', | 40 shouldBe('"' + pluginElement.id + '"; document.activeElement === plu
ginElement', |
| 41 pluginElement.getAttribute("shouldFocus").toString()); | 41 pluginElement.getAttribute("shouldFocus").toString()); |
| 42 pluginElement.blur(); | 42 pluginElement.blur(); |
| 43 } | 43 } |
| 44 } | 44 } |
| 45 } | 45 } |
| 46 | 46 |
| 47 document.addEventListener("DOMContentLoaded", RunTest, false); | 47 document.addEventListener("DOMContentLoaded", RunTest, false); |
| 48 | 48 |
| 49 </script> | 49 </script> |
| 50 <script src="../fast/js/resources/js-test-post.js"></script> | |
| 51 </body> | 50 </body> |
| 52 </html> | 51 </html> |
| OLD | NEW |