Bug 283702
Summary: | [scroll-animations] scroll-animations/scroll-timelines/constructor-no-document.html times out | ||
---|---|---|---|
Product: | WebKit | Reporter: | Antoine Quint <graouts> |
Component: | Animations | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED WONTFIX | ||
Severity: | Normal | CC: | graouts, webkit-bug-importer |
Priority: | P2 | Keywords: | InRadar, WPTImpact |
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Bug Depends on: | |||
Bug Blocks: | 284541 |
Antoine Quint
The WPT test imported/w3c/web-platform-tests/scroll-animations/scroll-timelines/constructor-no-document.html times out because the test removes the `<html>` element and so we don't know where to dump the results. Maybe we can find a way to fix this by using console logging in that case.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/140572035>
Antoine Quint
Somehow this doesn't stop Chrome from reporting a result on WPT.fyi: https://wpt.fyi/results/scroll-animations/scroll-timelines/constructor-no-document.html. So maybe this will work as well with STP once its produces results on WPT.fyi?
Antoine Quint
This test does pass in the WPT.fyi infrastructure with STP 210.
Antoine Quint
Given that this test passes in the WPT.fyi infrastructure and how odd it is, I'm not sure it's worth trying to fix it for our test harness. Going to close this.