Bug 188974 - [WPE] fast/css/unknown-pseudo-element-matching.html is failing
Summary: [WPE] fast/css/unknown-pseudo-element-matching.html is failing
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: LayoutTestFailure
Depends on:
Blocks:
 
Reported: 2018-08-26 23:23 PDT by Zan Dobersek
Modified: 2020-03-12 03:31 PDT (History)
1 user (show)

See Also:


Attachments

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