Index: content/test/data/accessibility/html/li.html |
diff --git a/content/test/data/accessibility/html/li.html b/content/test/data/accessibility/html/li.html |
new file mode 100644 |
index 0000000000000000000000000000000000000000..a145de8030cc346d0662e4d4ccf342e287c16fe3 |
--- /dev/null |
+++ b/content/test/data/accessibility/html/li.html |
@@ -0,0 +1,12 @@ |
+<!-- |
+@WIN-ALLOW:display* |
+--> |
+<!DOCTYPE html> |
+<html> |
+<body> |
+ <ul> |
+ <li tabindex="-1">Chromium</li> |
+ <li tabindex="-1">Blink</li> |
+ </ul> |
+</body> |
+</html> |