RESOLVED LATER 90775
[Gtk] fast/dom/shadow/focus-navigation.html is failing
https://bugs.webkit.org/show_bug.cgi?id=90775
Summary [Gtk] fast/dom/shadow/focus-navigation.html is failing
Zan Dobersek
Reported 2012-07-09 04:12:45 PDT
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
Simon Pena
Comment 1 2013-07-05 09:40:54 PDT
This is now crashing on Debug (probably an unmet assertion). I have already updated the TestExpectations.
Alberto Garcia
Comment 2 2013-10-10 14:52:43 PDT
(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
Comment 3 2013-10-10 14:52:57 PDT
Martin Robinson
Comment 4 2015-05-07 18:36:33 PDT
We no longer enable shadow dom, so I'm going to close this for now.
Note You need to log in before you can comment on or make changes to this bug.