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 > < otherwise y
|
+</details> |
+ |
+</body> |
+</html> |