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

Unified Diff: chrome_frame/test/data/anchor.html

Issue 2822016: [chrome_frame] Refactor/merge IE no interference tests with other mock event ... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 years, 5 months 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome_frame/test/chrome_frame_test_utils.cc ('k') | chrome_frame/test/data/javascript_redirect.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome_frame/test/data/anchor.html
===================================================================
--- chrome_frame/test/data/anchor.html (revision 51968)
+++ chrome_frame/test/data/anchor.html (working copy)
@@ -1,9 +1,8 @@
-<HTML>
- <HEAD>
- <meta http-equiv="X-UA-Compatible" content="chrome=1" />
- <TITLE> Chrome Frame Test </TITLE>
- </HEAD>
- <BODY>
+<html>
+ <head>
+ <title> Chrome Frame Test </title>
+ </head>
+ <body>
Chrome frame in full tab mode
Jump to different named sections here
@@ -47,5 +46,5 @@
<br /><br /><br /><br /><br /><br /><br /><br /><br /><br />
<br /><br /><br /><br /><br /><br /><br /><br /><br /><br />
<a name="a4"> A4 </a>
- </BODY>
-</HTML>
+ </body>
+</html>
« no previous file with comments | « chrome_frame/test/chrome_frame_test_utils.cc ('k') | chrome_frame/test/data/javascript_redirect.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698