| Index: content/test/data/browser_plugin_title_change.html
|
| diff --git a/content/test/data/browser_plugin_title_change.html b/content/test/data/browser_plugin_title_change.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..0ad78e8ac8805045fdf8710035bccfa0eda48d88
|
| --- /dev/null
|
| +++ b/content/test/data/browser_plugin_title_change.html
|
| @@ -0,0 +1,12 @@
|
| +<html>
|
| + <head>
|
| + <script type="text/javascript">
|
| + function SetTitle(title) {
|
| + document.title = title;
|
| + }
|
| + </script>
|
| + </head>
|
| + <body>
|
| + <script>SetTitle('done');</script>
|
| + </body>
|
| +</html>
|
|
|