[wpt-sync] Sync PR 38568 - Moved fetchpriority attribute tests to html
Categories
(Core :: DOM: Core & HTML, task, P4)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox112 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
(Blocks 1 open bug, )
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 38568 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/38568
Details from upstream follow.
Patrick Meenan <pmeenan@chromium.org> wrote:
Moved fetchpriority attribute tests to html
This moves the tests for the fetchpriority attribute on the link, script
and img element into the html directory structure to match the changes
made to incorporate it into the html spec.It also removes the test for the attribute on the iFrame element as that
was removed as part of the standardization.Bug: 821464
Change-Id: I518d7e7bac0d815e13ce6409a152c91c62f939a7
Reviewed-on: https://chromium-review.googlesource.com/4261609
WPT-Export-Revision: 5676d1e9bdcb68701f77e2527a73a7102572e21f
| Assignee | ||
Updated•3 years ago
|
| Assignee | ||
Comment 1•3 years ago
|
||
| Assignee | ||
Comment 2•3 years ago
|
||
CI Results
Ran 9 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 3 tests and 2 subtests
Status Summary
Firefox
OK : 3
FAIL: 6
Chrome
OK : 3
PASS: 6
Safari
OK : 3
FAIL: 6
Links
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
Details
New Tests That Don't Pass
- /html/embedded-content/the-img-element/attr-img-fetchpriority.html [wpt.fyi]
- fetchpriority attribute on <img> elements should reflect valid IDL values:
FAIL(Chrome:PASS, Safari:FAIL) - fetchPriority of new Image() is 'auto':
FAIL(Chrome:PASS, Safari:FAIL)
- fetchpriority attribute on <img> elements should reflect valid IDL values:
- /html/scripting/the-script-element/attr-script-fetchpriority.html [wpt.fyi]
- fetchpriority attribute on <script> elements should reflect valid IDL values:
FAIL(Chrome:PASS, Safari:FAIL) - default fetchpriority attribute on <script> elements should be 'auto':
FAIL(Chrome:PASS, Safari:FAIL)
- fetchpriority attribute on <script> elements should reflect valid IDL values:
- /html/semantics/the-link-element/attr-link-fetchpriority.html [wpt.fyi]
- fetchpriority attribute on <link> elements should reflect valid IDL values:
FAIL(Chrome:PASS, Safari:FAIL) - default fetchpriority attribute on <link> elements should be 'auto':
FAIL(Chrome:PASS, Safari:FAIL)
- fetchpriority attribute on <link> elements should reflect valid IDL values:
Comment 4•3 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/d4cd14f5e7d0
https://hg.mozilla.org/mozilla-central/rev/31f582f7ee29
Description
•