|
Revert of Accessibility: Ignore all anonymous blocks (patchset #15 id:280001 of https://codereview.chromium.org/2387533003/ )
Reason for revert:
crbug.com/658045
Original issue's description:
> Accessibility: Ignore all anonymous blocks
>
> Anonymous blocks are an implementation detail of the
> Blink layout tree. They're surprising and not useful in
> the accessibility tree. Get rid of them by marking them
> all as ignored.
>
> While it may seem counterintuitive, this is actually
> part of a longer-term plan to get rid of the idea of
> ignoring nodes for accessibility, this will bring us
> closer to just exposing the DOM tree plus generated
> content, like FIrefox and IE do.
>
> The code change here is tiny, most of the change is
> rebasing or updating dozens and dozens of affected
> tests. I deleted a couple of tests that specifically
> tested corner cases involving anonymous blocks;
> the whole point of this change is to not make this a
> special case anymore.
>
> Also updates this script, designed to automatically
> pull test output from try servers to a local change:
>
> tools/accessibility/rebase_dump_accessibility_tree_test.py
>
> BUG= 651614
> CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:closure_compilation
TBR=aboxhall@chromium.org,dmazzoni@chromium.org
# Not skipping CQ checks because original CL landed more than 1 days ago.
BUG= 651614
CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:closure_compilation
Committed: https://crrev.com/e4db7ae216888672805a38d8f8fee54c836357c9
Cr-Commit-Position: refs/heads/master@{#426736}
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+489 lines, -316 lines) |
Patch |
 |
M |
chrome/browser/resources/chromeos/chromevox/cvox2/background/automation_util_test.extjs
|
View
|
1
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/resources/chromeos/chromevox/cvox2/background/cursors_test.extjs
|
View
|
1
2
3
4
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/test/data/extensions/api_test/automation/tests/tabs/find.js
|
View
|
1
|
4 chunks |
+19 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/test/data/extensions/api_test/automation/tests/tabs/location.js
|
View
|
|
1 chunk |
+1 line, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/test/data/extensions/api_test/automation/tests/tabs/queryselector.js
|
View
|
1
|
3 chunks |
+14 lines, -2 lines |
0 comments
|
Download
|
 |
M |
content/browser/accessibility/accessibility_ipc_error_browsertest.cc
|
View
|
1
|
1 chunk |
+5 lines, -1 line |
0 comments
|
Download
|
 |
M |
content/browser/accessibility/accessibility_tree_formatter.cc
|
View
|
1
|
1 chunk |
+0 lines, -6 lines |
0 comments
|
Download
|
 |
M |
content/browser/accessibility/android_granularity_movement_browsertest.cc
|
View
|
1
|
2 chunks |
+0 lines, -4 lines |
0 comments
|
Download
|
 |
M |
content/browser/accessibility/dump_accessibility_browsertest_base.cc
|
View
|
1
|
2 chunks |
+6 lines, -7 lines |
0 comments
|
Download
|
 |
M |
content/renderer/accessibility/render_accessibility_impl_browsertest.cc
|
View
|
1
|
1 chunk |
+71 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/test/data/accessibility/aria/aria-current-expected-win.txt
|
View
|
|
1 chunk |
+9 lines, -7 lines |
0 comments
|
Download
|
 |
M |
content/test/data/accessibility/aria/aria-describedby-expected-android.txt
|
View
|
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
content/test/data/accessibility/aria/aria-describedby-expected-mac.txt
|
View
|
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
content/test/data/accessibility/aria/aria-describedby-expected-win.txt
|
View
|
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
content/test/data/accessibility/aria/aria-labelledby-heading-expected-mac.txt
|
View
|
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
content/test/data/accessibility/aria/aria-owns-expected-mac.txt
|
View
|
1
|
1 chunk |
+4 lines, -2 lines |
0 comments
|
Download
|
 |
M |
content/test/data/accessibility/aria/aria-posinset-expected-android.txt
|
View
|
1
|
1 chunk |
+16 lines, -10 lines |
0 comments
|
Download
|
 |
M |
content/test/data/accessibility/aria/aria-posinset-expected-mac.txt
|
View
|
1
|
1 chunk |
+18 lines, -11 lines |
0 comments
|
Download
|
 |
M |
content/test/data/accessibility/aria/aria-posinset-expected-win.txt
|
View
|
1
|
1 chunk |
+18 lines, -11 lines |
0 comments
|
Download
|
 |
M |
content/test/data/accessibility/aria/aria-separator-expected-mac.txt
|
View
|
|
1 chunk |
+4 lines, -2 lines |
0 comments
|
Download
|
 |
M |
content/test/data/accessibility/aria/aria-separator-expected-win.txt
|
View
|
|
1 chunk |
+4 lines, -2 lines |
0 comments
|
Download
|
 |
M |
content/test/data/accessibility/aria/aria-textbox-with-rich-text-expected-mac.txt
|
View
|
|
1 chunk |
+5 lines, -3 lines |
0 comments
|
Download
|
 |
M |
content/test/data/accessibility/aria/aria-textbox-with-rich-text-expected-win.txt
|
View
|
|
1 chunk |
+5 lines, -3 lines |
0 comments
|
Download
|
 |
M |
content/test/data/accessibility/aria/aria-textbox-with-selection-expected-android.txt
|
View
|
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
content/test/data/accessibility/aria/aria-textbox-with-selection-expected-mac.txt
|
View
|
|
1 chunk |
+4 lines, -2 lines |
0 comments
|
Download
|
 |
A |
content/test/data/accessibility/aria/aria-textbox-with-selection-expected-win.txt
|
View
|
|
1 chunk |
+10 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/test/data/accessibility/aria/aria-tooltip-expected-android.txt
|
View
|
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
content/test/data/accessibility/aria/aria-tooltip-expected-mac.txt
|
View
|
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
content/test/data/accessibility/aria/aria-tooltip-expected-win.txt
|
View
|
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
content/test/data/accessibility/html/a-expected-auralinux.txt
|
View
|
|
1 chunk |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
M |
content/test/data/accessibility/html/a-name-calc-expected-android.txt
|
View
|
|
1 chunk |
+8 lines, -7 lines |
0 comments
|
Download
|
 |
M |
content/test/data/accessibility/html/action-verbs-expected-blink.txt
|
View
|
1
|
1 chunk |
+14 lines, -12 lines |
0 comments
|
Download
|
 |
M |
content/test/data/accessibility/html/button-name-calc-expected-android.txt
|
View
|
|
1 chunk |
+7 lines, -6 lines |
0 comments
|
Download
|
 |
M |
content/test/data/accessibility/html/button-name-calc-expected-mac.txt
|
View
|
|
1 chunk |
+7 lines, -6 lines |
0 comments
|
Download
|
 |
M |
content/test/data/accessibility/html/button-name-calc-expected-win.txt
|
View
|
|
1 chunk |
+7 lines, -6 lines |
0 comments
|
Download
|
 |
M |
content/test/data/accessibility/html/checkbox-name-calc-expected-android.txt
|
View
|
|
1 chunk |
+7 lines, -6 lines |
0 comments
|
Download
|
 |
M |
content/test/data/accessibility/html/checkbox-name-calc-expected-mac.txt
|
View
|
|
1 chunk |
+7 lines, -6 lines |
0 comments
|
Download
|
 |
M |
content/test/data/accessibility/html/checkbox-name-calc-expected-win.txt
|
View
|
|
1 chunk |
+7 lines, -6 lines |
0 comments
|
Download
|
 |
M |
content/test/data/accessibility/html/cite-expected-android.txt
|
View
|
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
content/test/data/accessibility/html/cite-expected-mac.txt
|
View
|
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
content/test/data/accessibility/html/cite-expected-win.txt
|
View
|
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
content/test/data/accessibility/html/contenteditable-with-embedded-contenteditables-expected-mac.txt
|
View
|
|
1 chunk |
+10 lines, -4 lines |
0 comments
|
Download
|
 |
M |
content/test/data/accessibility/html/contenteditable-with-embedded-contenteditables-expected-win.txt
|
View
|
|
1 chunk |
+8 lines, -4 lines |
0 comments
|
Download
|
 |
M |
content/test/data/accessibility/html/element-class-id-src-attr-expected-android.txt
|
View
|
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
content/test/data/accessibility/html/element-class-id-src-attr-expected-mac.txt
|
View
|
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
content/test/data/accessibility/html/element-class-id-src-attr-expected-win.txt
|
View
|
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
content/test/data/accessibility/html/figcaption-expected-android.txt
|
View
|
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
content/test/data/accessibility/html/figcaption-expected-mac.txt
|
View
|
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
content/test/data/accessibility/html/figcaption-expected-win.txt
|
View
|
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
content/test/data/accessibility/html/iframe-cross-process-expected-blink.txt
|
View
|
1
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
content/test/data/accessibility/html/input-button-in-menu-expected-win.txt
|
View
|
|
1 chunk |
+4 lines, -2 lines |
0 comments
|
Download
|
 |
M |
content/test/data/accessibility/html/input-radio-expected-android.txt
|
View
|
1
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
content/test/data/accessibility/html/input-radio-expected-mac.txt
|
View
|
1
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
content/test/data/accessibility/html/input-radio-expected-win.txt
|
View
|
|
1 chunk |
+6 lines, -3 lines |
0 comments
|
Download
|
 |
M |
content/test/data/accessibility/html/input-text-name-calc-expected-android.txt
|
View
|
|
1 chunk |
+8 lines, -7 lines |
0 comments
|
Download
|
 |
M |
content/test/data/accessibility/html/input-text-name-calc-expected-win.txt
|
View
|
|
1 chunk |
+8 lines, -7 lines |
0 comments
|
Download
|
 |
M |
content/test/data/accessibility/html/legend-expected-android.txt
|
View
|
1
|
1 chunk |
+5 lines, -4 lines |
0 comments
|
Download
|
 |
M |
content/test/data/accessibility/html/legend-expected-mac.txt
|
View
|
1
|
1 chunk |
+5 lines, -4 lines |
0 comments
|
Download
|
 |
M |
content/test/data/accessibility/html/legend-expected-win.txt
|
View
|
1
|
1 chunk |
+5 lines, -4 lines |
0 comments
|
Download
|
 |
M |
content/test/data/accessibility/html/modal-dialog-closed-expected-mac.txt
|
View
|
|
1 chunk |
+4 lines, -2 lines |
0 comments
|
Download
|
 |
M |
content/test/data/accessibility/html/modal-dialog-closed-expected-win.txt
|
View
|
|
1 chunk |
+4 lines, -2 lines |
0 comments
|
Download
|
 |
M |
content/test/data/accessibility/html/p-expected-blink.txt
|
View
|
|
1 chunk |
+7 lines, -4 lines |
0 comments
|
Download
|
 |
M |
content/test/data/accessibility/html/p-expected-mac.txt
|
View
|
|
1 chunk |
+4 lines, -2 lines |
0 comments
|
Download
|
 |
M |
content/test/data/accessibility/html/p-expected-win.txt
|
View
|
|
1 chunk |
+4 lines, -2 lines |
0 comments
|
Download
|
 |
M |
content/test/data/accessibility/html/ruby-expected-mac.txt
|
View
|
1
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
content/test/data/accessibility/html/ruby-expected-win.txt
|
View
|
1
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
content/test/data/accessibility/html/textarea-expected-mac.txt
|
View
|
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
content/test/data/accessibility/html/textarea-expected-win.txt
|
View
|
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
content/test/data/accessibility/html/textarea-read-only-expected-mac.txt
|
View
|
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
content/test/data/accessibility/html/textarea-read-only-expected-win.txt
|
View
|
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
content/test/data/accessibility/html/textarea-with-selection-expected-mac.txt
|
View
|
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
content/test/data/accessibility/html/textarea-with-selection-expected-win.txt
|
View
|
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
third_party/WebKit/LayoutTests/accessibility/element-role-mapping-normal-expected.txt
|
View
|
1
|
3 chunks |
+24 lines, -19 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/modules/accessibility/AXLayoutObject.cpp
|
View
|
1
|
1 chunk |
+0 lines, -3 lines |
0 comments
|
Download
|
 |
M |
tools/accessibility/rebase_dump_accessibility_tree_test.py
|
View
|
1
|
3 chunks |
+43 lines, -75 lines |
0 comments
|
Download
|
Total messages: 20 (10 generated)
|