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

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

Issue 543953003: Adding DumpAccessibilityTree Tests (8 of 20) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Adding expectations file for mac Created 6 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: content/test/data/accessibility/body.html
diff --git a/chrome/test/data/printing/layout_tests/source_html/images/test-image.html b/content/test/data/accessibility/body.html
similarity index 50%
copy from chrome/test/data/printing/layout_tests/source_html/images/test-image.html
copy to content/test/data/accessibility/body.html
index 17e712345b285054fe1cdf8cd0e5a8c368098203..c556f281dcd3fbdd83dbdb2730155accc6476f21 100644
--- a/chrome/test/data/printing/layout_tests/source_html/images/test-image.html
+++ b/content/test/data/accessibility/body.html
@@ -1,6 +1,6 @@
-<!DOCTYPE html>
-<html>
-<body>
- <img src="resources/test_image.jpg"></img>
-</body>
-</html>
+<!DOCTYPE html>
+<html>
+<body>
+<p>This test is for body tag</p>
+</body>
+</html>

Powered by Google App Engine
This is Rietveld 408576698