| Index: chrome/test/data/extensions/api_test/offscreen_tabs/a.html
|
| ===================================================================
|
| --- chrome/test/data/extensions/api_test/offscreen_tabs/a.html (revision 127861)
|
| +++ chrome/test/data/extensions/api_test/offscreen_tabs/a.html (working copy)
|
| @@ -1,14 +0,0 @@
|
| -<html>
|
| - <head>
|
| - <script src="tab_util.js"></script>
|
| - <script>
|
| - function keyboard(e) {
|
| - if (e.charCode == Q_KEY)
|
| - window.location = 'c.html';
|
| - }
|
| - </script>
|
| - </head>
|
| - <body onkeypress="keyboard(event)">
|
| - <a href="b.html" style="position:absolute; left:10px; top:10px;">b.html</a>
|
| - </body>
|
| -</head>
|
|
|