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

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

Issue 2886243002: Multiselectable touchups for ARIA widgets (Closed)
Patch Set: Address review Created 3 years, 7 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-gridcell.html
diff --git a/content/test/data/accessibility/aria/aria-gridcell.html b/content/test/data/accessibility/aria/aria-gridcell.html
index 519ee29cd00ed39fc0593f2661d3eec909084608..258d8dc62d8368be811f3159351b1a879540d538 100644
--- a/content/test/data/accessibility/aria/aria-gridcell.html
+++ b/content/test/data/accessibility/aria/aria-gridcell.html
@@ -6,7 +6,7 @@
<!DOCTYPE html>
<html>
<body>
-<div role="grid">
+<div role="grid" aria-multiselectable="true">
<div role="row">
<span role="columnheader">Browser</span>
<span role="columnheader">Rendering Engine</span>

Powered by Google App Engine
This is Rietveld 408576698