Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make <link rel=preload as=style> not block onload incorrectly.
And fix the only WPT for this while at it which was using the wrong URL (and thus would always pass). This actually makes me a bit uncomfortable given the amount of times I've seen the pattern: <link href="important.css" rel="preload" as="style" onload="this.rel = 'stylesheet'"> As that means that important.css won't block the load event. But let's try. Differential Revision: https://phabricator.services.mozilla.com/D86049 bugzilla-url: https://bugzilla.mozilla.org/show_bug.cgi?id=1657173 gecko-commit: d1e2ee395d42d652a84ce64be679cbe2048fa792 gecko-integration-branch: autoland gecko-reviewers: mayhemer
- Loading branch information