[wpt-sync] Sync PR 44910 - Document render blocking: remove "tentative" label
Categories
(Core :: DOM: Core & HTML, task, P4)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox125 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
(Blocks 1 open bug, )
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 44910 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/44910
Details from upstream follow.
Noam Rosenthal <nrosenthal@chromium.org> wrote:
Document render blocking: remove "tentative" label
\<link rel=expect> is now in the HTML standard, so no
need to be tentative.Bug: 40948547
Change-Id: Ib58fb19c49ac470edbe270bff8b5cb0cb4f04c2f
Reviewed-on: https://chromium-review.googlesource.com/5340213
WPT-Export-Revision: 5e8db5504d69ee0c2f63f9b56641c88be27a76a5
| Assignee | ||
Comment 1•1 year ago
|
||
| Assignee | ||
Updated•1 year ago
|
| Assignee | ||
Comment 2•1 year ago
|
||
| Assignee | ||
Comment 3•1 year ago
|
||
| Assignee | ||
Comment 4•1 year ago
|
||
CI Results
Ran 9 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 38 tests and 1 subtests
Status Summary
Firefox
OK : 38
PASS: 23
FAIL: 15
Chrome
OK : 38
PASS: 23
FAIL: 15
Safari
OK : 38
PASS: 8
FAIL: 30
Links
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
Details
New Tests That Don't Pass
- /html/dom/render-blocking/element-render-blocking-001.html [wpt.fyi]
- blocking defers frames until full parsing:
FAIL(Chrome:FAIL, Safari:PASS)
- blocking defers frames until full parsing:
- /html/dom/render-blocking/element-render-blocking-002.html [wpt.fyi]
- blocking defers until needed element is parsed:
FAIL(Chrome:FAIL, Safari:FAIL)
- blocking defers until needed element is parsed:
- /html/dom/render-blocking/element-render-blocking-003.html [wpt.fyi]
- adding link in the head defers frames:
FAIL(Chrome:FAIL, Safari:PASS)
- adding link in the head defers frames:
- /html/dom/render-blocking/element-render-blocking-006.html [wpt.fyi]
- adding 'blocking=render' in the head makes it blocking:
FAIL(Chrome:FAIL, Safari:PASS)
- adding 'blocking=render' in the head makes it blocking:
- /html/dom/render-blocking/element-render-blocking-008.html [wpt.fyi]
- changing media to matching causes link to have an effect:
FAIL(Chrome:FAIL, Safari:PASS)
- changing media to matching causes link to have an effect:
- /html/dom/render-blocking/element-render-blocking-011.html [wpt.fyi]
- changing rel to expect in the head causes it to be blocking:
FAIL(Chrome:FAIL, Safari:PASS)
- changing rel to expect in the head causes it to be blocking:
- /html/dom/render-blocking/element-render-blocking-012.html [wpt.fyi]
- adding href in the head makes it blocking:
FAIL(Chrome:FAIL, Safari:PASS)
- adding href in the head makes it blocking:
- /html/dom/render-blocking/element-render-blocking-024.html [wpt.fyi]
- unknown href causes the whole document to be blocked:
FAIL(Chrome:FAIL, Safari:PASS)
- unknown href causes the whole document to be blocked:
- /html/dom/render-blocking/element-render-blocking-027.html [wpt.fyi]
- unknown href causes the whole document to be blocked (with href changes!):
FAIL(Chrome:FAIL, Safari:PASS)
- unknown href causes the whole document to be blocked (with href changes!):
- /html/dom/render-blocking/element-render-blocking-028.html [wpt.fyi]
- removing some links but not all keeps at least the matching link blocking:
FAIL(Chrome:FAIL, Safari:FAIL)
- removing some links but not all keeps at least the matching link blocking:
- /html/dom/render-blocking/element-render-blocking-033.html [wpt.fyi]
- blocking defers frames until full parsing:
FAIL(Chrome:FAIL, Safari:FAIL)
- blocking defers frames until full parsing:
- /html/dom/render-blocking/element-render-blocking-034.html [wpt.fyi]
- relative URLs that match this document are OK:
FAIL(Chrome:FAIL, Safari:FAIL)
- relative URLs that match this document are OK:
- /html/dom/render-blocking/element-render-blocking-035.html [wpt.fyi]
- relative URLs that match this document are OK, regarless of <base>:
FAIL(Chrome:FAIL, Safari:FAIL)
- relative URLs that match this document are OK, regarless of <base>:
- /html/dom/render-blocking/element-render-blocking-037.html [wpt.fyi]
- relative URLs that match this document are OK, regarless of <base>:
FAIL(Chrome:FAIL, Safari:FAIL)
- relative URLs that match this document are OK, regarless of <base>:
- /html/dom/render-blocking/element-render-blocking-038.html [wpt.fyi]
- link rel=expect: only connected elements are eligible:
FAIL(Chrome:FAIL, Safari:FAIL)
- link rel=expect: only connected elements are eligible:
Comment 6•1 year ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/03ecfd690b34
https://hg.mozilla.org/mozilla-central/rev/5385b0e72c74
Description
•