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

Unified Diff: android_webview/test/data/device_files/hello_world.html

Issue 10911097: [Android] Upstream org.chromium.base.test.UrlUtils (partially) and device files (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixed layering violation Created 8 years, 3 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
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>
« no previous file with comments | « android_webview/test/data/device_files/chrome.png ('k') | android_webview/test/data/device_files/iframe_access.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698