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

Side by Side Diff: LayoutTests/plugins/focus.html

Issue 48903019: Delete js-test-post.js. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 1 month 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 <!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
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>
OLDNEW
« no previous file with comments | « LayoutTests/permissionclient/storage-permission-detached.html ('k') | LayoutTests/plugins/navigator-mimeTypes-length.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698