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

Unified Diff: content/test/data/browser_plugin_embedder.html

Issue 11046002: Browser Plugin: Fixed browser process crash on embedder reload. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Alternative behavior to match Istiaque's previous implementation of NavigateGuest Created 8 years, 2 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
Index: content/test/data/browser_plugin_embedder.html
diff --git a/content/test/data/browser_plugin_embedder.html b/content/test/data/browser_plugin_embedder.html
index fb70190a767173c43b5f411923db241b084328da..c02a55dfd480fb4efd26c70812b661940fccffd2 100644
--- a/content/test/data/browser_plugin_embedder.html
+++ b/content/test/data/browser_plugin_embedder.html
@@ -20,6 +20,11 @@ function Go(relativeIndex) {
var plugin = document.getElementById('plugin');
plugin.go(relativeIndex);
}
+function MarkAsReady() {
+ window.document.title = 'ready';
+}
+
+window.document.title = 'embedder';
</script>
<object id="plugin"

Powered by Google App Engine
This is Rietveld 408576698