Bug 183140

Summary: [WK2] fast/selectors/querySelector-window-inactive.html fails
Product: WebKit Reporter: Daniel Bates <dbates>
Component: Tools / TestsAssignee: Nobody <webkit-unassigned>
Status: NEW ---    
Severity: Normal CC: ap, lforschler
Priority: P2 Keywords: LayoutTestFailure, PlatformOnly
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
See Also: https://bugs.webkit.org/show_bug.cgi?id=81736

Description Daniel Bates 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
]]