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

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: 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/content/test/data/accessibility/del.html b/content/test/data/accessibility/body.html
similarity index 54%
copy from content/test/data/accessibility/del.html
copy to content/test/data/accessibility/body.html
index bf175303f0f1cd0ee1bea41d9b8bb558cfe6c841..c556f281dcd3fbdd83dbdb2730155accc6476f21 100644
--- a/content/test/data/accessibility/del.html
+++ b/content/test/data/accessibility/body.html
@@ -1,8 +1,6 @@
-<!DOCTYPE html>
-<html>
-<body>
-
-<p>I am <del>vegetarian</del></p>
-
-</body>
-</html>
+<!DOCTYPE html>
+<html>
+<body>
+<p>This test is for body tag</p>
+</body>
+</html>
« no previous file with comments | « content/test/data/accessibility/aria-row-expected-win.txt ('k') | content/test/data/accessibility/body-expected-android.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698