[Webkit-unassigned] [Bug 194754] Web Inspector: AXI: Audit: image label test is throwing spurious errors on elements with existing alt attr, but no value: <img alt>
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Jun 21 08:00:32 PDT 2019
https://bugs.webkit.org/show_bug.cgi?id=194754
Truitt Savell <tsavell at apple.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |tsavell at apple.com
--- Comment #29 from Truitt Savell <tsavell at apple.com> ---
It looks like the changes in https://trac.webkit.org/changeset/246655/webkit
has broken inspector/dom/getAccessibilityPropertiesForNode.html again
I was able to reproduce this locally
History:
https://webkit-test-results.webkit.org/dashboards/flakiness_dashboard.html#showAllRuns=true&tests=inspector%2Fdom%2FgetAccessibilityPropertiesForNode.html
Diff:
--- /Volumes/Data/slave/mojave-release-tests-wk2/build/layout-test-results/inspector/dom/getAccessibilityPropertiesForNode-expected.txt
+++ /Volumes/Data/slave/mojave-release-tests-wk2/build/layout-test-results/inspector/dom/getAccessibilityPropertiesForNode-actual.txt
@@ -361,7 +361,7 @@
<input aria-hidden="true">
exists: true
label:
- role: presentation
+ role:
focused: false
ignored: true
ignoredByDefault: true
@@ -906,7 +906,7 @@
<span aria-hidden="true"></span>
exists: true
label:
- role: presentation
+ role:
ignored: true
ignoredByDefault: true
hidden: true
@@ -915,7 +915,7 @@
<span></span>
exists: true
label:
- role: presentation
+ role:
ignored: true
ignoredByDefault: true
parentNodeId: exists
@@ -923,7 +923,7 @@
<div aria-hidden="true"></div>
exists: true
label:
- role: presentation
+ role:
ignored: true
ignoredByDefault: true
hidden: true
@@ -932,7 +932,7 @@
<div></div>
exists: true
label:
- role: presentation
+ role:
ignored: true
parentNodeId: exists
@@ -961,14 +961,14 @@
<div><div></div></div>
exists: true
label:
- role: presentation
+ role:
ignored: true
parentNodeId: exists
<script style="display:block;"></script>
exists: true
label:
- role: presentation
+ role:
ignored: true
parentNodeId: exists
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20190621/12847d97/attachment.html>
More information about the webkit-unassigned
mailing list