Bug 183140 - [WK2] fast/selectors/querySelector-window-inactive.html fails
Summary: [WK2] fast/selectors/querySelector-window-inactive.html fails
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: LayoutTestFailure, PlatformOnly
Depends on:
Blocks:
 
Reported: 2018-02-26 12:56 PST by Daniel Bates
Modified: 2018-02-26 14:44 PST (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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
]]