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

Unified Diff: content/test/data/accessibility/input-text-value.html

Issue 815463006: Separating ARIA, HTML & event AX test. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years 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/input-text-value.html
diff --git a/content/test/data/accessibility/input-text-value.html b/content/test/data/accessibility/input-text-value.html
deleted file mode 100644
index d6f3697b1fea64f742f535b715e710bb7407145c..0000000000000000000000000000000000000000
--- a/content/test/data/accessibility/input-text-value.html
+++ /dev/null
@@ -1,23 +0,0 @@
-<!--
-@WIN-ALLOW:description*
--->
-<html>
-<body>
- <label for="i1">l1</label>
- <input id="i1">
- <label for="i2">l2</label>
- <input id="i2" value="value">
-
- <input aria-label="l2">
- <input aria-label="l2" value="value">
-
- <label id="l3">Email</label>
- <span id="l4"></span>
- <input aria-labelledby="l3 42">
- <input aria-labelledby="l3 l4" value="value">
-
- <textarea aria-label="l5"></textarea>
- <textarea aria-label="l6">Value</textarea>
-
-</body>
-</html>

Powered by Google App Engine
This is Rietveld 408576698