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

Side by Side Diff: content/test/data/accessibility/html/input-text-value.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 unified diff | Download patch
OLDNEW
1 <!-- 1 <!--
2 @WIN-ALLOW:description* 2 @WIN-ALLOW:description*
3 @WIN-ALLOW:IA2_STATE_MULTI_LINE
4 @BLINK-ALLOW:description*
5 @BLINK-ALLOW:focus*
6 @BLINK-ALLOW:multiline
3 --> 7 -->
4 <html> 8 <html>
5 <body> 9 <body>
6 <label for="i1">l1</label> 10 <label for="i1">l1</label>
7 <input id="i1"> 11 <input id="i1">
8 <label for="i2">l2</label> 12 <label for="i2">l2</label>
9 <input id="i2" value="value"> 13 <input id="i2" value="value">
10 14
11 <input aria-label="l2"> 15 <input aria-label="l2">
12 <input aria-label="l2" value="value"> 16 <input aria-label="l2" value="value">
13 17
14 <label id="l3">Email</label> 18 <label id="l3">Email</label>
15 <span id="l4"></span> 19 <span id="l4"></span>
16 <input aria-labelledby="l3 42"> 20 <input aria-labelledby="l3 42">
17 <input aria-labelledby="l3 l4" value="value"> 21 <input aria-labelledby="l3 l4" value="value">
18 22
19 <textarea aria-label="l5"></textarea> 23 <textarea aria-label="l5"></textarea>
20 <textarea aria-label="l6">Value</textarea> 24 <textarea aria-label="l6">Value</textarea>
21 25
22 </body> 26 </body>
23 </html> 27 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698