Index: content/test/data/accessibility/html/frame/static_text.html |
diff --git a/chrome/test/data/android/url_overriding/hello.html b/content/test/data/accessibility/html/frame/static_text.html |
similarity index 52% |
copy from chrome/test/data/android/url_overriding/hello.html |
copy to content/test/data/accessibility/html/frame/static_text.html |
index 6d57e243b0aa010f604b8b5db375fb2f6bd1d770..a28993bd70a6285c0ae7f8d0331425ea455779b0 100644 |
--- a/chrome/test/data/android/url_overriding/hello.html |
+++ b/content/test/data/accessibility/html/frame/static_text.html |
@@ -1,6 +1,4 @@ |
<!DOCTYPE html> |
<html> |
-<body> |
- Hello!! |
-</body> |
+<body>Text in iframe</body> |
</html> |