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

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

Issue 757573002: Updating AX test for html ruby tag. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 1 month 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
« no previous file with comments | « no previous file | content/test/data/accessibility/ruby-expected-android.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/data/accessibility/ruby.html
diff --git a/content/test/data/accessibility/ruby.html b/content/test/data/accessibility/ruby.html
index 9d44c1588a46a54b3cc5732505e943f88c37cbd8..8e869adbc8ea890140582c65d57259f675e5de58 100644
--- a/content/test/data/accessibility/ruby.html
+++ b/content/test/data/accessibility/ruby.html
@@ -2,8 +2,11 @@
<html>
<body>
-<ruby>
- <rt> 1 </rt>
+<ruby>
+<rb>ruby base</rb>
+<rp>(</rp>
+<rt>ruby text</rt>
+<rp>)</rp>
</ruby>
</body>
« no previous file with comments | « no previous file | content/test/data/accessibility/ruby-expected-android.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698