NEW183140
[WK2] fast/selectors/querySelector-window-inactive.html fails
https://bugs.webkit.org/show_bug.cgi?id=183140
Summary [WK2] fast/selectors/querySelector-window-inactive.html fails
Daniel Bates
Reported 2018-02-26 12:56:43 PST
The test fast/selectors/querySelector-window-inactive.html fails in WebKit2 and passes in WebKit1. The following is the failure diff: [[ --- /Volumes/.../OpenSource/WebKitBuild/Debug/layout-test-results/fast/selectors/querySelector-window-inactive-expected.txt +++ /Volumes/.../OpenSource/WebKitBuild/Debug/layout-test-results/fast/selectors/querySelector-window-inactive-actual.txt @@ -4,7 +4,7 @@ PASS document.querySelectorAll("a:window-inactive").length is 0 -PASS document.querySelectorAll("a:window-inactive").length is 1 +FAIL document.querySelectorAll("a:window-inactive").length should be 1. Was 0. PASS successfullyParsed is true TEST COMPLETE ]]
Attachments
Note You need to log in before you can comment on or make changes to this bug.