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

Unified Diff: content/test/data/accessibility/head.html

Issue 680483002: Add DumpAccessibilityTree tests (5 of 20). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: uploading expectations for mac and android Created 6 years, 2 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/head.html
diff --git a/content/test/data/frame_tree/1-2.html b/content/test/data/accessibility/head.html
similarity index 66%
copy from content/test/data/frame_tree/1-2.html
copy to content/test/data/accessibility/head.html
index c7f64275cd9e0d1bb7c5d585de29a3cf38c538a3..19289ee3a709112028705dbc4af01d6c2dfca587 100644
--- a/content/test/data/frame_tree/1-2.html
+++ b/content/test/data/accessibility/head.html
@@ -1,10 +1,7 @@
-<html>
-<head>
-</head>
-<body>
-
-Frame 1-2.
-<br>
-
-</body>
-</html>
+<!DOCTYPE html>
+<html>
+<head>
+</head>
+<body>
+</body>
+</html>

Powered by Google App Engine
This is Rietveld 408576698