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

Unified Diff: content/test/data/accessibility/aria-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/aria-heading.html
diff --git a/content/test/data/accessibility/heading.html b/content/test/data/accessibility/aria-heading.html
similarity index 75%
copy from content/test/data/accessibility/heading.html
copy to content/test/data/accessibility/aria-heading.html
index 84ded45f2e606e6db670c4e70f66f8d098f241e2..a5a3e40dd540983f989993df3c3655b90524f7f3 100644
--- a/content/test/data/accessibility/heading.html
+++ b/content/test/data/accessibility/aria-heading.html
@@ -1,22 +1,15 @@
-<!doctype html>
-<!--
-@WIN-ALLOW:level:*
-@WIN-ALLOW:xml-roles:heading
--->
-<html>
-<body>
- <h1>Heading 1</h1>
- <h2>Heading 2</h2>
- <h3>Heading 3</h3>
- <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>
+<!--
+@WIN-ALLOW:level:*
+@WIN-ALLOW:xml-roles:heading
+-->
+<!DOCTYPE html>
+<html>
+<body>
+ <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