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

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: 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
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 f277a97487911450cd34dfddcbdb3f0acbf40513..61990f82275a59470e7adc098f620ecb3018b4c8 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">
aboxhall 2016/08/12 16:05:10 Why this change?
dmazzoni 2016/08/15 05:31:11 A very obscure side effect of this change was that
<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>

Powered by Google App Engine
This is Rietveld 408576698