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

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

Issue 651223004: Add DumpAccessibilityTree tests (3 of 20) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Skipping aria-haspopup AX test on windows 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-pressed.html
diff --git a/content/test/data/accessibility/aria-pressed.html b/content/test/data/accessibility/aria-pressed.html
index 6c60d846f6e1e5641138c2ac432a1af42cf13775..9aae8d023f84da22332314aea6e850fe5ecda907 100644
--- a/content/test/data/accessibility/aria-pressed.html
+++ b/content/test/data/accessibility/aria-pressed.html
@@ -1,4 +1,4 @@
-<!doctype html>
+<!DOCTYPE html>
<!--
@WIN-DENY:name*
@WIN-ALLOW:PRESSED
@@ -10,8 +10,8 @@
<html>
<body>
<div tabindex=0 role="button">Regular button</div>
-<div tabindex=0 role="button" aria-pressed="false">Toggle button unpressed</div>
-<div tabindex=0 role="button" aria-pressed="true">Toggle button pressed</div>
-<div tabindex=0 role="button" aria-pressed="mixed">Toggle button mixed</div>
+<div tabindex=1 role="button" aria-pressed="false">Toggle button unpressed</div>
+<div tabindex=2 role="button" aria-pressed="true">Toggle button pressed</div>
+<div tabindex=3 role="button" aria-pressed="mixed">Toggle button mixed</div>
</body>
</html>
« no previous file with comments | « content/test/data/accessibility/aria-haspopup-expected-win.txt ('k') | content/test/data/accessibility/aria-relevant.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698