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

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: fixed link bug 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/em.html b/content/test/data/accessibility/html/code.html
similarity index 53%
copy from content/test/data/accessibility/html/em.html
copy to content/test/data/accessibility/html/code.html
index 859c7938523fd0235e6ae641e500d377be437134..efa5ed460f42c9129ebc0c9ea053ffab5d18a7a8 100644
--- a/content/test/data/accessibility/html/em.html
+++ b/content/test/data/accessibility/html/code.html
@@ -1,6 +1,6 @@
<!DOCTYPE html>
<html>
<body>
-One word is <em>emphasized</em>.
+ <code>A piece of computer code</code>
</body>
</html>

Powered by Google App Engine
This is Rietveld 408576698