Bug 188974
| Summary: | [WPE] fast/css/unknown-pseudo-element-matching.html is failing | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Zan Dobersek <zan> |
| Component: | New Bugs | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | dpino |
| Priority: | P2 | Keywords: | LayoutTestFailure |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Zan Dobersek
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 | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Diego Pino
Fixed within the range [r257048-r257050].