Bug 261887
| Summary: | [WPE] Four tests in imported/w3c/web-platform-tests/css/css-masking/mask-image/ are failing | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Said Abou-Hallawa <sabouhallawa> |
| Component: | Layout and Rendering | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | bfulgham, dpino, simon.fraser, zalan |
| Priority: | P2 | ||
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Said Abou-Hallawa
These tests
imported/w3c/web-platform-tests/css/css-masking/mask-image/mask-image-3b.html
imported/w3c/web-platform-tests/css/css-masking/mask-image/mask-image-3c.html
imported/w3c/web-platform-tests/css/css-masking/mask-image/mask-image-3d.html
imported/w3c/web-platform-tests/css/css-masking/mask-image/mask-image-3e.html
were falsely passing because they and the expected pages were rendering nothing. After the fix of bug 260732 they start failing because the tests do not show the inline SVG mask. But they do show the external SVG masks.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Diego Pino
These tests are no longer failing:
- https://results.webkit.org/?platform=GTK&platform=WPE&&suite=layout-tests&test=imported/w3c/web-platform-tests/css/css-masking/mask-image/mask-image-3b.html&suite=layout-tests&test=imported/w3c/web-platform-tests/css/css-masking/mask-image/mask-image-3c.html&suite=layout-tests&test=imported/w3c/web-platform-tests/css/css-masking/mask-image/mask-image-3d.html&suite=layout-tests&test=imported/w3c/web-platform-tests/css/css-masking/mask-image/mask-image-3e.html&limit=4000
The tests started to pass on changeset 288306@main.
Removed from test expectations in 296438@main. Closing bug.