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

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

Issue 591363003: Adds conversion rule for WebAXRoleDetails (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Adding dump ax test 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/details.html
diff --git a/content/test/data/accessibility/details.html b/content/test/data/accessibility/details.html
new file mode 100644
index 0000000000000000000000000000000000000000..baef1326006233cbbb95dcab276e66b487014d99
--- /dev/null
+++ b/content/test/data/accessibility/details.html
@@ -0,0 +1,11 @@
+<!DOCTYPE html>
+<html>
+<body>
+
+<details>
dmazzoni 2014/09/24 19:32:24 It'd be nice to have two details elements in the p
+<summary>details tag</summary>
dmazzoni 2014/09/24 19:32:24 nit: indent all of the lines inside of <details> t
+<p>The <details> tag specifies additional details that the user can view or hide on demand.</p>
dmazzoni 2014/09/24 19:32:24 You should escape the < > as &gt; &lt; otherwise y
+</details>
+
+</body>
+</html>

Powered by Google App Engine
This is Rietveld 408576698