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

Unified Diff: content/test/data/accessibility/heading.html

Issue 683063002: Add DumpAccessibilityTree tests (9 of 20) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 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/heading.html
diff --git a/content/test/data/accessibility/heading.html b/content/test/data/accessibility/heading.html
index 84ded45f2e606e6db670c4e70f66f8d098f241e2..c5a1ba2250b9947aeee27ace75bd75ff4f1376a6 100644
--- a/content/test/data/accessibility/heading.html
+++ b/content/test/data/accessibility/heading.html
@@ -1,8 +1,7 @@
-<!doctype html>
<!--
@WIN-ALLOW:level:*
-@WIN-ALLOW:xml-roles:heading
-->
+<!DOCTYPE html>
<html>
<body>
<h1>Heading 1</h1>
@@ -11,12 +10,5 @@
<h4>Heading 4</h4>
<h5>Heading 5</h5>
<h6>Heading 6</h6>
-
- <div role="heading" aria-level="1">ARIA Heading 1</div>
- <div role="heading" aria-level="2">ARIA Heading 2</div>
- <div role="heading" aria-level="3">ARIA Heading 3</div>
- <div role="heading" aria-level="4">ARIA Heading 4</div>
- <div role="heading" aria-level="5">ARIA Heading 5</div>
- <div role="heading" aria-level="6">ARIA Heading 6</div>
</body>
</html>

Powered by Google App Engine
This is Rietveld 408576698