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

Unified Diff: content/test/data/accessibility/html/input-checkbox-label.html

Issue 2348663002: Mac accessibility: only use AXTitleUIElement if that element has valid text. (Closed)
Patch Set: Fix last expectation Created 4 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/html/input-checkbox-label.html
diff --git a/content/test/data/accessibility/html/input-checkbox-label.html b/content/test/data/accessibility/html/input-checkbox-label.html
new file mode 100644
index 0000000000000000000000000000000000000000..0fcd6e6adfa925b5ca5d9663931545b2a0ca77c6
--- /dev/null
+++ b/content/test/data/accessibility/html/input-checkbox-label.html
@@ -0,0 +1,8 @@
+<html>
+<body>
+ <label style="position: relative;">
+ <input type="checkbox">
+ Checkbox Title
+ </label>
+</body>
+</html>

Powered by Google App Engine
This is Rietveld 408576698