| 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..dc2e780d72bebc3e23816992d104a631272d9307 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 SetTitle(str) {
|
| + document.title = str;
|
| +}
|
| +
|
| +window.document.title = 'embedder';
|
| </script>
|
|
|
| <object id="plugin"
|
|
|