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

Unified Diff: third_party/WebKit/LayoutTests/accessibility/role-attribute.html

Issue 2382083002: Make LayoutTests ambivalent of of anonymous blocks (Closed)
Patch Set: 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
« no previous file with comments | « third_party/WebKit/LayoutTests/accessibility/presentation-owned-elements.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/accessibility/role-attribute.html
diff --git a/third_party/WebKit/LayoutTests/accessibility/role-attribute.html b/third_party/WebKit/LayoutTests/accessibility/role-attribute.html
index 7f35c958776e4e2591369547421b40e8d8a7d1a6..dd6c79609788812f0fedb0e82c813a8a3907070b 100644
--- a/third_party/WebKit/LayoutTests/accessibility/role-attribute.html
+++ b/third_party/WebKit/LayoutTests/accessibility/role-attribute.html
@@ -10,6 +10,7 @@
<li>Implicit Item 2</li>
<li>Implicit Item 3</li>
</ol>
+<div role="group">
<select multiple role="group">
<option role="textbox">Explicit Option 1</option>
<option role="textbox">Explicit Option 2</option>
@@ -30,6 +31,7 @@
<progress value="22" max="100"></progress>
<input type="range" name="points" min="0" max="10" role="status">
<input type="range" name="points" min="0" max="10">
+</div>
<p>End of test</p>
<p id="description"></p>
<div id="console"></div>
« no previous file with comments | « third_party/WebKit/LayoutTests/accessibility/presentation-owned-elements.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698