| Index: content/test/data/browser_plugin_focus.html
|
| ===================================================================
|
| --- content/test/data/browser_plugin_focus.html (revision 157655)
|
| +++ content/test/data/browser_plugin_focus.html (working copy)
|
| @@ -1,21 +0,0 @@
|
| -<html>
|
| -<head>
|
| -<script type="text/javascript">
|
| - function SetSrc(src) {
|
| - plugin = document.getElementById('plugin');
|
| - plugin.src = src;
|
| - }
|
| -</script>
|
| -</head>
|
| -
|
| -<body>
|
| - <button id="before" tabindex="0">Before</button>
|
| - <object id="plugin"
|
| - tabindex="0"
|
| - type="application/new-browser-plugin"
|
| - width="640"
|
| - height="480"
|
| - border="0px"></object>
|
| - <button id="after" tabindex="0">After</button>
|
| -</body>
|
| -</html>
|
|
|