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

Unified Diff: content/test/data/accessibility/aria/aria-textbox.html

Issue 2931893002: More precise use of multiline state (Closed)
Patch Set: Remove unnecessary changes Created 3 years, 5 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/aria/aria-textbox.html
diff --git a/content/test/data/accessibility/aria/aria-textbox.html b/content/test/data/accessibility/aria/aria-textbox.html
index 93435e65ab9bd674efe98cddeb3c86818c19efc8..8a0cb02aa9253f00e0102db446257f75993d370c 100644
--- a/content/test/data/accessibility/aria/aria-textbox.html
+++ b/content/test/data/accessibility/aria/aria-textbox.html
@@ -16,6 +16,8 @@
<body>
<!-- There should be no selection on the document because the textboxes are
not content editable. -->
+ <!-- There should be no single/multi-line state on the textboxes because
+ they are not content editable -->
<div role="textbox">TextBox1</div>
<div role="textbox" aria-multiline="true">TextBox2</div>
</body>

Powered by Google App Engine
This is Rietveld 408576698