Bug 319443
| Summary: | WPT with <link rel="match" href="about:blank"> dumps text output | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Simon Fraser (smfr) <simon.fraser> |
| Component: | Tools / Tests | Assignee: | Nobody <webkit-unassigned> |
| Status: | NEW | ||
| Severity: | Normal | CC: | ap, gsnedders, simon.fraser, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | Other | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| See Also: | https://bugs.webkit.org/show_bug.cgi?id=203784 | ||
Simon Fraser (smfr)
The following css-masking tests have `<link rel="match" href="about:blank">`:
mask-image/bad-mask-image.html:<link rel="match" href="about:blank">
mask-image/bad-mask-image-svg.html:<link rel="match" href="about:blank">
mask-image/backdrop-filter-bad-mask-image.html:<link rel="match" href="about:blank">
mask-image/backdrop-filter-mask-image-while-loading.html:<link rel="match" href="about:blank">
These seem to dump text output instead of running as a ref test.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/182256433>
Simon Fraser (smfr)
This is a side effect of us only looking at `<link rel="match">` at import time, when we construct the `-expected.html`. With `<link rel="match" href="about:blank">` we have no file to copy, so do nothing. Then the test runs as a text test at runtime.
Sam Sneddon [:gsnedders]
I'd rather fix this by fixing bug 204022, but we could certainly add a workaround to the importer, writing a zero-length file for about:blank.
Sam Sneddon [:gsnedders]
Uh, I meant bug 203784.