RESOLVED FIXED188974
[WPE] fast/css/unknown-pseudo-element-matching.html is failing
https://bugs.webkit.org/show_bug.cgi?id=188974
Summary [WPE] fast/css/unknown-pseudo-element-matching.html is failing
Zan Dobersek
Reported 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
Attachments
Diego Pino
Comment 1 2020-03-12 03:31:05 PDT
Fixed within the range [r257048-r257050].
Note You need to log in before you can comment on or make changes to this bug.