[wpt-sync] Sync PR 33819 - [WPT] Fix typo in /preload/preload-error.sub.html
Categories
(Core :: DOM: Core & HTML, task, P4)
Tracking
()
Tracking | Status | |
---|---|---|
firefox102 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
(Blocks 1 open bug, )
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 33819 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/33819
Details from upstream follow.
Hiroshige Hayashizaki <hiroshige@chromium.org> wrote:
[WPT] Fix typo in /preload/preload-error.sub.html
This exposes that scripts with nosniff MIME errors
also fires load events on \<link rel=preload> on Chromium.Bug: 1318614
Change-Id: Ifa4fdb05c484c8e0644ab62d7b82cd6bb85f67cd
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3609614
Reviewed-by: Domenic Denicola \<domenic@chromium.org>
Commit-Queue: Hiroshige Hayashizaki \<hiroshige@chromium.org>
Cr-Commit-Position: refs/heads/main@{#996762}
Assignee | ||
Comment 1•3 years ago
|
||
Assignee | ||
Updated•3 years ago
|
Assignee | ||
Comment 2•3 years ago
|
||
Assignee | ||
Comment 3•3 years ago
|
||
CI Results
Ran 0 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 1 tests and 68 subtests
Status Summary
Firefox
OK
: 1
PASS
: 52
FAIL
: 16
Chrome
OK
: 1
PASS
: 58
FAIL
: 10
Safari
OK
: 1
PASS
: 46
FAIL
: 22
Links
Details
Firefox-only Failures
- /preload/preload-error.sub.html [wpt.fyi]
- CORS-error (image): preload events:
FAIL
- CORS-error (style): preload events:
FAIL
- CORS-error (script): preload events:
FAIL
- CORS-error (xhr): preload events:
FAIL
- CORS-error (fetch): preload events:
FAIL
- MIME-error (style): preload events:
FAIL
- CORS-error (image): preload events:
New Tests That Don't Pass
- /preload/preload-error.sub.html [wpt.fyi]
- CORS-error (image): preload events:
FAIL
(Chrome:PASS
, Safari:PASS
) - CSP-error (image): main:
FAIL
(Chrome:PASS
, Safari:FAIL
) - 404 (style): preload events:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - CORS-error (style): preload events:
FAIL
(Chrome:PASS
, Safari:PASS
) - CSP-error (style): main:
FAIL
(Chrome:PASS
, Safari:FAIL
) - 404 (script): preload events:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - CORS-error (script): preload events:
FAIL
(Chrome:PASS
, Safari:PASS
) - CSP-error (script): main:
FAIL
(Chrome:PASS
, Safari:FAIL
) - 404 (xhr): preload events:
FAIL
(Chrome:FAIL
, Safari:PASS
) - CORS-error (xhr): preload events:
FAIL
(Chrome:PASS
, Safari:PASS
) - CSP-error (xhr): main:
FAIL
(Chrome:PASS
, Safari:FAIL
) - 404 (fetch): preload events:
FAIL
(Chrome:FAIL
, Safari:PASS
) - CORS-error (fetch): preload events:
FAIL
(Chrome:PASS
, Safari:PASS
) - CSP-error (fetch): main:
FAIL
(Chrome:PASS
, Safari:FAIL
) - Decode-error (image): preload events:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - MIME-error (style): preload events:
FAIL
(Chrome:PASS
, Safari:PASS
)
- CORS-error (image): preload events:
https://hg.mozilla.org/mozilla-central/rev/cbe111eb6af7
https://hg.mozilla.org/mozilla-central/rev/0d445f0497d9
Description
•