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

Unified Diff: content/test/data/npapi/execute_script_delete_in_mouse_up.html

Issue 487863002: Ensure npapi plugin is loaded before clicking on it (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 4 months 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/data/npapi/execute_script_delete_in_mouse_up.html
diff --git a/content/test/data/npapi/execute_script_delete_in_mouse_up.html b/content/test/data/npapi/execute_script_delete_in_mouse_up.html
index f23c08806af917819745d09f59ff9f9086f2a84b..6a21e6636f58c5b373e00e4f74eaa45b4b1e5682 100644
--- a/content/test/data/npapi/execute_script_delete_in_mouse_up.html
+++ b/content/test/data/npapi/execute_script_delete_in_mouse_up.html
@@ -35,6 +35,9 @@ of a synchronous mouse event.
</DIV>
<script>
var height = document.body.offsetHeight;
+ // Force plugin to be loaded so that we can click on it.
+ var embed = document.getElementById('1');
+ embed.dummy = true;
</script>
</body>
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698