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

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

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
« no previous file with comments | « no previous file | content/test/data/accessibility/aria-level-expected-android.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/data/accessibility/aria-level.html
diff --git a/content/test/data/accessibility/aria-level.html b/content/test/data/accessibility/aria-level.html
index 94df22db53dde14915fff82896056888778ef5bb..89bacc2019fc1b7fd774b494b0c5b4c90d70921b 100644
--- a/content/test/data/accessibility/aria-level.html
+++ b/content/test/data/accessibility/aria-level.html
@@ -1,20 +1,23 @@
-<!doctype html>
<!--
@MAC-ALLOW:AXSubrole=AXOutlineRow
@MAC-ALLOW:AXDisclosing*
@MAC-ALLOW:AXDisclosureLevel*
-@WIN-ALLOW:level:1
-@WIN-ALLOW:level:2
-@WIN-ALLOW:level:3
+@WIN-ALLOW:level:*
@WIN-ALLOW:EXPANDED
@WIN-DENY:name=''
-->
+<!DOCTYPE html>
<html>
<body>
-<h3>H3</h3>
+<h1 aria-level="2">Level 2</h1>
+<h2 aria-level="9">Level 9</h2>
+<h1 aria-level="20">Level 1</h1>
+<h3>Level 3</h3>
-<div role="heading" aria-level="3">ARIA heading level 3</div>
+<div role="heading" aria-level="3">Level 3</div>
+<h2 role="heading" aria-level="4">Level 4</h2>
+<h5 role="heading">Level 5</h5>
<div role="tree">
<div role="treeitem" aria-expanded="true">
« no previous file with comments | « no previous file | content/test/data/accessibility/aria-level-expected-android.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698