Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(17)

Side by Side Diff: chrome_frame/test/data/chrome_frame_window_open_popup.html

Issue 340029: Added unit tests for ChromeFrame IE full tab mode. These test the following c... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
Property Changes:
Added: svn:eol-style
+ LF
OLDNEW
(Empty)
1 <html>
2 <head>
3 <meta http-equiv="x-ua-compatible" content="chrome=1" />
4 <title>ChromeFrame window open popup</title>
5 <script type="text/javascript" src="chrome_frame_tester_helpers.js"></script>
6 <script type="text/javascript">
7 function onLoad() {
8 if (!TestIfRunningInChrome()) {
9 onFailure("ChromeFrameWindowOpenPopup",
10 "Window Open failed to enter Chrome:-(",
11 "User agent = " + navigator.userAgent.toLowerCase());
12 } else {
13 onSuccess("ChromeFrameWindowOpenPopup", 1);
14 }
15 }
16
17 </script>
18 </head>
19 <body onload="onLoad();">
20 ChromeFrame full tab mode window open popup test
21 </body>
22 </html>
OLDNEW
« no previous file with comments | « chrome_frame/test/data/chrome_frame_window_open.html ('k') | chrome_frame/test/run_all_unittests.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698