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

Unified Diff: chrome/browser/resources/chromeos/chromevox/cvox2/background/background_test.extjs

Issue 2217363002: Use relative bounding boxes throughout Chrome accessibility (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address feedback from aboxhall Created 4 years, 4 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 | « no previous file | chrome/common/extensions/chrome_extension_messages.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/chromeos/chromevox/cvox2/background/background_test.extjs
diff --git a/chrome/browser/resources/chromeos/chromevox/cvox2/background/background_test.extjs b/chrome/browser/resources/chromeos/chromevox/cvox2/background/background_test.extjs
index 66bad5b8f20fc24c69ad1ed0d9664de9fef87264..7c77249d16f6584458a504a60b404723f79493c4 100644
--- a/chrome/browser/resources/chromeos/chromevox/cvox2/background/background_test.extjs
+++ b/chrome/browser/resources/chromeos/chromevox/cvox2/background/background_test.extjs
@@ -81,19 +81,18 @@ BackgroundTest.prototype = {
disappearingObjectDoc: function() {/*!
<p>start</p>
- <article>
+ <div role="group">
<p>Before1</p>
<p>Before2</p>
<p>Before3</p>
- </article>
- <article>
+ </div>
+ <div role="group">
<p id="disappearing">Disappearing</p>
- </article>
- <article>
+ </div>
+ <div role="group">
<p>After1</p>
<p>After2</p>
<p>After3</p>
- </article>
</div>
<div id="live" aria-live="polite"></div>
<div id="delete" role="button">Delete</div>
« no previous file with comments | « no previous file | chrome/common/extensions/chrome_extension_messages.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698