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

Unified Diff: content/test/data/accessibility/html/textarea.html

Issue 1046883002: Use multiline attribute to check for IA2_STATE_MULTILINE. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Removing textarea Created 5 years, 8 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/textarea.html
diff --git a/content/test/data/accessibility/html/textarea.html b/content/test/data/accessibility/html/textarea.html
index eee3569de12b904756b47bd59a82d883d752f092..e56ac63c0d0648d65e45296c5cafbd8f738d2739 100644
--- a/content/test/data/accessibility/html/textarea.html
+++ b/content/test/data/accessibility/html/textarea.html
@@ -1,5 +1,6 @@
<!--
@MAC-ALLOW:AXRole*
+@WIN-ALLOW:IA2_STATE*
-->
<!DOCTYPE html>
<html>
@@ -11,4 +12,3 @@ The textarea tag defines a multi-line text input control.
</body>
</html>
-

Powered by Google App Engine
This is Rietveld 408576698