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

Unified Diff: content/test/data/accessibility/aria-valuemax-expected-mac.txt

Issue 13479003: Modify AccessibilityTreeFormatter to build up an internal representation of the tree (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 7 years, 8 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-valuemax-expected-mac.txt
diff --git a/content/test/data/accessibility/aria-valuemax-expected-mac.txt b/content/test/data/accessibility/aria-valuemax-expected-mac.txt
index ce04ee5c6639e1c14004fb1b134022c9e444e549..2914a44ef995e98b59381c5edd80bd5409549e68 100644
--- a/content/test/data/accessibility/aria-valuemax-expected-mac.txt
+++ b/content/test/data/accessibility/aria-valuemax-expected-mac.txt
@@ -1,5 +1,5 @@
AXWebArea
- AXProgressIndicator value='51' maxValue='101'
- AXScrollBar value='52' maxValue='102'
- AXSlider value='53' maxValue='103'
- AXSlider value='54' maxValue='104'
+ AXProgressIndicator AXValue='51' AXMaxValue='101'
+ AXScrollBar AXValue='52' AXMaxValue='102'
+ AXSlider AXValue='53' AXMaxValue='103'
+ AXSlider AXValue='54' AXMaxValue='104'
« no previous file with comments | « content/test/data/accessibility/aria-valuemax.html ('k') | content/test/data/accessibility/aria-valuemin.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698