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

Unified Diff: content/test/data/accessibility/html/frame/static_text.html

Issue 1552683002: Enable DumpAccessibilityTree tests to use cross-process iframes. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebaseline last win tests Created 4 years, 11 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: content/test/data/accessibility/html/frame/static_text.html
diff --git a/content/test/data/accessibility/html/html.html b/content/test/data/accessibility/html/frame/static_text.html
similarity index 52%
copy from content/test/data/accessibility/html/html.html
copy to content/test/data/accessibility/html/frame/static_text.html
index eaca3f49fd15840a3688a10a91b56524566893c5..a28993bd70a6285c0ae7f8d0331425ea455779b0 100644
--- a/content/test/data/accessibility/html/html.html
+++ b/content/test/data/accessibility/html/frame/static_text.html
@@ -1,5 +1,4 @@
<!DOCTYPE html>
<html>
-<body>
-</body>
+<body>Text in iframe</body>
</html>

Powered by Google App Engine
This is Rietveld 408576698