Adding DumpAccessibilityTree Tests (8 of 20)
commitad03444a481cf5618dcf40b9449b7ace8fee15e7
authorshreeram.k <shreeram.k@samsung.com>
Mon, 15 Sep 2014 10:39:44 +0000 (15 03:39 -0700)
committerCommit bot <commit-bot@chromium.org>
Mon, 15 Sep 2014 10:40:47 +0000 (15 10:40 +0000)
tree892742b63147f01f331711d2dbea105c16861ec7
parent1bd52ffda33ffc5614dab8e3f3d677f0a528e763
Adding DumpAccessibilityTree Tests (8 of 20)

HTML Tags: object, ins, mark, i, legend, frameset, caption, body, th
Aria role: row, spinbutton
Aria state/property: aria-atomic

BUG=170580

Review URL: https://codereview.chromium.org/570983002

Cr-Commit-Position: refs/heads/master@{#294800}
44 files changed:
content/browser/accessibility/dump_accessibility_tree_browsertest.cc
content/test/data/accessibility/aria-atomic-expected-android.txt [new file with mode: 0644]
content/test/data/accessibility/aria-atomic-expected-mac.txt [new file with mode: 0644]
content/test/data/accessibility/aria-atomic-expected-win.txt [new file with mode: 0644]
content/test/data/accessibility/aria-atomic.html [new file with mode: 0644]
content/test/data/accessibility/aria-row-expected-android.txt [new file with mode: 0644]
content/test/data/accessibility/aria-row-expected-mac.txt [new file with mode: 0644]
content/test/data/accessibility/aria-row-expected-win.txt [new file with mode: 0644]
content/test/data/accessibility/aria-row.html [new file with mode: 0644]
content/test/data/accessibility/body-expected-android.txt [new file with mode: 0644]
content/test/data/accessibility/body-expected-mac.txt [new file with mode: 0644]
content/test/data/accessibility/body-expected-win.txt [new file with mode: 0644]
content/test/data/accessibility/body.html [new file with mode: 0644]
content/test/data/accessibility/caption-expected-android.txt [new file with mode: 0644]
content/test/data/accessibility/caption-expected-mac.txt [new file with mode: 0644]
content/test/data/accessibility/caption-expected-win.txt [new file with mode: 0644]
content/test/data/accessibility/caption.html [new file with mode: 0644]
content/test/data/accessibility/frameset-expected-android.txt [new file with mode: 0644]
content/test/data/accessibility/frameset-expected-mac.txt [new file with mode: 0644]
content/test/data/accessibility/frameset-expected-win.txt [new file with mode: 0644]
content/test/data/accessibility/frameset.html [new file with mode: 0644]
content/test/data/accessibility/i-expected-android.txt [new file with mode: 0644]
content/test/data/accessibility/i-expected-mac.txt [new file with mode: 0644]
content/test/data/accessibility/i-expected-win.txt [new file with mode: 0644]
content/test/data/accessibility/i.html [new file with mode: 0644]
content/test/data/accessibility/ins-expected-android.txt [new file with mode: 0644]
content/test/data/accessibility/ins-expected-mac.txt [new file with mode: 0644]
content/test/data/accessibility/ins-expected-win.txt [new file with mode: 0644]
content/test/data/accessibility/ins.html [new file with mode: 0644]
content/test/data/accessibility/legend-expected-android.txt [new file with mode: 0644]
content/test/data/accessibility/legend-expected-mac.txt [new file with mode: 0644]
content/test/data/accessibility/legend-expected-win.txt [new file with mode: 0644]
content/test/data/accessibility/legend.html [new file with mode: 0644]
content/test/data/accessibility/mark-expected-android.txt [new file with mode: 0644]
content/test/data/accessibility/mark-expected-mac.txt [new file with mode: 0644]
content/test/data/accessibility/mark-expected-win.txt [new file with mode: 0644]
content/test/data/accessibility/mark.html [new file with mode: 0644]
content/test/data/accessibility/object-expected-android.txt [new file with mode: 0644]
content/test/data/accessibility/object-expected-mac.txt [new file with mode: 0644]
content/test/data/accessibility/object-expected-win.txt [new file with mode: 0644]
content/test/data/accessibility/object.html [new file with mode: 0644]
content/test/data/accessibility/table-simple-expected-android.txt
content/test/data/accessibility/table-simple-expected-mac.txt
content/test/data/accessibility/table-simple.html