Bug 288241
Summary: | [wpt] handle `<link rel="match">` for WPT tests | ||
---|---|---|---|
Product: | WebKit | Reporter: | Antoine Quint <graouts> |
Component: | Tools / Tests | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED DUPLICATE | ||
Severity: | Normal | CC: | gsnedders |
Priority: | P2 | ||
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Antoine Quint
Some WPT tests, such as `scroll-animations/css/scroll-timeline-update-reversed-animation.html`, have an expectation file specified as such:
```
<link rel="match" href="./animation-update-ref.html?translate=55px&scroll=825">
```
It would be great if we supported this directly for WKTR testing and our WPT import script.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Alexey Proskuryakov
*** This bug has been marked as a duplicate of bug 203784 ***
Sam Sneddon [:gsnedders]
I'd specifically asked to Antoine to file this because the query string, but maybe it is just the same as every other case of `<link rel=match>`.