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

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

Issue 837123004: Add DumpAccessibilityTree tests (12 of 20) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: updating expectations for mac and android Created 5 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/code.html
diff --git a/content/test/data/accessibility/html/body.html b/content/test/data/accessibility/html/code.html
similarity index 51%
copy from content/test/data/accessibility/html/body.html
copy to content/test/data/accessibility/html/code.html
index ec450a057127b50013c020b4c04687ab813806d9..99a40943fb60ed43e5f5f7bf450ed5cab025e70a 100644
--- a/content/test/data/accessibility/html/body.html
+++ b/content/test/data/accessibility/html/code.html
@@ -1,6 +1,6 @@
<!DOCTYPE html>
<html>
<body>
-<p>This test is for body tag</p>
+ <code>A piece of computer code</code><br>
</body>
</html>

Powered by Google App Engine
This is Rietveld 408576698