Bug 188974

Summary: [WPE] fast/css/unknown-pseudo-element-matching.html is failing
Product: WebKit Reporter: Zan Dobersek <zan>
Component: New BugsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: dpino
Priority: P2 Keywords: LayoutTestFailure
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

Description Zan Dobersek 2018-08-26 23:23:31 PDT
The fast/css/unknown-pseudo-element-matching.html layout test is failing on the WPE port:

--- /home/zan/Work/webkit/git/WebKitBuild/Release/layout-test-results/fast/css/unknown-pseudo-element-matching-expected.txt
+++ /home/zan/Work/webkit/git/WebKitBuild/Release/layout-test-results/fast/css/unknown-pseudo-element-matching-actual.txt
@@ -43,13 +43,13 @@
 input[type=range]::-webkit-slider-thumb:disabled should not match: PASS
 
 Should match :hover when the mouse is over the slider thumb:
-::-webkit-slider-thumb:hover should match: PASS
-*::-webkit-slider-thumb:hover should match: PASS
-input::-webkit-slider-thumb:hover should match: PASS
-#foo::-webkit-slider-thumb:hover should match: PASS
-input#foo::-webkit-slider-thumb:hover should match: PASS
-input.bar::-webkit-slider-thumb:hover should match: PASS
-input[type=range]::-webkit-slider-thumb:hover should match: PASS
+::-webkit-slider-thumb:hover should match: FAIL
+*::-webkit-slider-thumb:hover should match: FAIL
+input::-webkit-slider-thumb:hover should match: FAIL
+#foo::-webkit-slider-thumb:hover should match: FAIL
+input#foo::-webkit-slider-thumb:hover should match: FAIL
+input.bar::-webkit-slider-thumb:hover should match: FAIL
+input[type=range]::-webkit-slider-thumb:hover should match: FAIL
 
 Should match when combined with descendant selectors:
 #baz ::-webkit-slider-thumb should match: PASS
Comment 1 Diego Pino 2020-03-12 03:31:05 PDT
Fixed within the range [r257048-r257050].