Bug 90775
Summary: | [Gtk] fast/dom/shadow/focus-navigation.html is failing | ||
---|---|---|---|
Product: | WebKit | Reporter: | Zan Dobersek <zan> |
Component: | Accessibility | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED LATER | ||
Severity: | Normal | CC: | berto, koivisto, mrobinson, spena, webkit-bug-importer |
Priority: | P2 | Keywords: | Gtk, InRadar, LayoutTestFailure |
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Linux |
Zan Dobersek
The focusing through the Shadow DOM tree via Tab and Shift-Tab is incorrect.
--- /home/zan/Dev/webkit/webkit/WebKitBuild/Release/layout-test-results/fast/dom/shadow/focus-navigation-expected.txt
+++ /home/zan/Dev/webkit/webkit/WebKitBuild/Release/layout-test-results/fast/dom/shadow/focus-navigation-actual.txt
@@ -51,9 +51,11 @@
Should move from host-D to input-E-0 in forward
PASS
Should move from input-E-0 to input-A-1 in forward
-PASS
+Expected innermost activeElement is input-A-1, but actual innermost activeElement is [object HTMLBodyElement]
+FAIL
Should move from input-A-1 to input-E-0 in backward
-PASS
+Expected innermost activeElement is input-E-0, but actual innermost activeElement is [object HTMLBodyElement]
+FAIL
Should move from input-E-0 to host-D in backward
PASS
Should move from host-D to input-D-0 in backward
@@ -105,7 +107,8 @@
Should move from input-B-1 to input-A-1 in backward
PASS
Should move from input-A-1 to input-E-0 in backward
-PASS
+Expected innermost activeElement is input-E-0, but actual innermost activeElement is [object HTMLBodyElement]
+FAIL
Test finished.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Simon Pena
This is now crashing on Debug (probably an unmet assertion). I have already updated the TestExpectations.
Alberto Garcia
(In reply to comment #1)
> This is now crashing on Debug (probably an unmet assertion). I have
> already updated the TestExpectations.
That's because since bug 115570 there can be only one shadow tree per
element, yet in this test there's a case with two, which hits the
assertion.
Radar WebKit Bug Importer
<rdar://problem/15201885>
Martin Robinson
We no longer enable shadow dom, so I'm going to close this for now.