Improve formatting of accessibility tests that dump the tree.
commit6515a992545ce32bce57a6a9e05023ed5f78df7f
authordmazzoni@google.com <dmazzoni@google.com@0039d316-1c4b-4281-b951-d872f2087c98>
Fri, 9 Mar 2012 21:08:06 +0000 (9 21:08 +0000)
committerdmazzoni@google.com <dmazzoni@google.com@0039d316-1c4b-4281-b951-d872f2087c98>
Fri, 9 Mar 2012 21:08:06 +0000 (9 21:08 +0000)
tree4cacf7e62d539ed424c0e1834e0e366d153c124f
parent2574164f5f22473462c78810d39df435dfaaccae
Improve formatting of accessibility tests that dump the tree.

Adds indentation, uses more readable notation.
Adds one new test for static lists to illustrate the indentations.

BUG=none
TEST=Adds new test

Review URL: https://chromiumcodereview.appspot.com/9617019

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@125898 0039d316-1c4b-4281-b951-d872f2087c98
chrome/chrome_tests.gypi
content/browser/accessibility/dump_accessibility_tree_browsertest.cc
content/browser/accessibility/dump_accessibility_tree_helper.cc [new file with mode: 0644]
content/browser/accessibility/dump_accessibility_tree_helper.h
content/browser/accessibility/dump_accessibility_tree_helper_mac.mm
content/browser/accessibility/dump_accessibility_tree_helper_win.cc
content/test/data/accessibility/aria-application-expected-mac.txt
content/test/data/accessibility/aria-application-expected-win.txt
content/test/data/accessibility/ul-expected-mac.txt [new file with mode: 0644]
content/test/data/accessibility/ul-expected-win.txt [new file with mode: 0644]
content/test/data/accessibility/ul.html [new file with mode: 0644]