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

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

Issue 769783002: Modifying aria-level AX test due to changes related to aria-level for heading. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: skipping test on android Created 6 years 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-level-expected-mac.txt
diff --git a/content/test/data/accessibility/aria-level-expected-mac.txt b/content/test/data/accessibility/aria-level-expected-mac.txt
index 43fccc3c502f46fe3f7506311a8e1c1283f849ac..b46b24f2f3633a858f55e04560e20de60dded516 100644
--- a/content/test/data/accessibility/aria-level-expected-mac.txt
+++ b/content/test/data/accessibility/aria-level-expected-mac.txt
@@ -1,8 +1,18 @@
AXWebArea
- AXHeading AXTitle='H3' AXValue='3'
- AXStaticText AXValue='H3'
- AXHeading AXTitle='ARIA heading level 3' AXValue='3'
- AXStaticText AXValue='ARIA heading level 3'
+ AXHeading AXTitle='Level 2' AXValue='2'
+ AXStaticText AXValue='Level 2'
+ AXHeading AXTitle='Level 9' AXValue='9'
+ AXStaticText AXValue='Level 9'
+ AXHeading AXTitle='Level 1' AXValue='1'
+ AXStaticText AXValue='Level 1'
+ AXHeading AXTitle='Level 3' AXValue='3'
+ AXStaticText AXValue='Level 3'
+ AXHeading AXTitle='Level 3' AXValue='3'
+ AXStaticText AXValue='Level 3'
+ AXHeading AXTitle='Level 4' AXValue='4'
+ AXStaticText AXValue='Level 4'
+ AXHeading AXTitle='Level 5' AXValue='5'
+ AXStaticText AXValue='Level 5'
AXOutline
AXRow AXSubrole=AXOutlineRow AXDisclosing='1' AXDisclosureLevel='0'
AXStaticText AXValue='Tree item at level 1'

Powered by Google App Engine
This is Rietveld 408576698