Index: chrome_frame/test/data/simple_object_focus_cf.html |
=================================================================== |
--- chrome_frame/test/data/simple_object_focus_cf.html (revision 0) |
+++ chrome_frame/test/data/simple_object_focus_cf.html (revision 0) |
@@ -0,0 +1,10 @@ |
+<html> |
+<!-- This page is meant to load inside Chrome Frame --> |
+ <body> |
+ <button onfocus="externalHost.postMessage('btnOnFocus');"> |
+ hello world</button> |
+ <div id="statusPanel" style="border: 1px solid green; width: 100%"> |
+ Inside Chrome Frame.... |
+ </div> |
+ </body> |
+</html> |