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

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

Issue 535893002: Adds conversion rule for WebAXRoleFigcaption. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: add expected android file with skip comment 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/figcaption.html
diff --git a/content/test/data/accessibility/figcaption.html b/content/test/data/accessibility/figcaption.html
new file mode 100644
index 0000000000000000000000000000000000000000..f53674b7f013b1f840171e6a27d6c49b358bd4d7
--- /dev/null
+++ b/content/test/data/accessibility/figcaption.html
@@ -0,0 +1,9 @@
+<!DOCTYPE html>
+<html>
+<body>
+<figure>
+ <img src="greenbox.png" alt="This is a green box.">
+ <figcaption>Fig.1 - A green Box</figcaption>
+</figure>
+</body>
+</html>

Powered by Google App Engine
This is Rietveld 408576698