Chromium Code Reviews| Index: android_webview/test/data/device_files/hello_world.html |
| diff --git a/chrome_frame/test/data/CFInstance_basic_frame.html b/android_webview/test/data/device_files/hello_world.html |
| similarity index 50% |
| copy from chrome_frame/test/data/CFInstance_basic_frame.html |
| copy to android_webview/test/data/device_files/hello_world.html |
| index 11938ee327f16dea967fd0e5be107630158e863d..8974ba78de7d60da706156a01f4fcc10aa17ff1a 100644 |
| --- a/chrome_frame/test/data/CFInstance_basic_frame.html |
| +++ b/android_webview/test/data/device_files/hello_world.html |
| @@ -1,8 +1,8 @@ |
| <html> |
| <head> |
| - <title></title> |
| + <title>Hello, World!</title> |
| </head> |
| <body> |
| - <h1>do nothing</h1> |
| + Hello, World! |
| </body> |
| </html> |