| 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>
|
|
|