Index: chrome/test/data/extensions/api_test/offscreen_tabs/a.html |
=================================================================== |
--- chrome/test/data/extensions/api_test/offscreen_tabs/a.html (revision 0) |
+++ chrome/test/data/extensions/api_test/offscreen_tabs/a.html (revision 0) |
@@ -0,0 +1,16 @@ |
+<html> |
+ |
+<head> |
+ <script type="text/javascript"> |
+ function keyboard(e) { |
+ if (e.charCode == 113) // q |
+ window.location = "b.html"; |
+ } |
+ </script> |
+</head> |
+ |
+<body onkeypress="keyboard(event)"> |
+ <a href="b.html" style="position:absolute; left:10px; top:10px;"> b.html </a> |
+</body> |
+ |
+</html> |
Property changes on: chrome/test/data/extensions/api_test/offscreen_tabs/a.html |
___________________________________________________________________ |
Added: svn:eol-style |
+ LF |