[wpt-sync] Sync PR 41350 - blink: Support blocking rendering until Document parsing.
Categories
(Core :: DOM: Core & HTML, task, P4)
Tracking
()
Tracking | Status | |
---|---|---|
firefox118 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 41350 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/41350
Details from upstream follow.
Khushal Sagar <khushalsagar@chromium.org> wrote:
blink: Support blocking rendering until Document parsing.
Add a
blocking
attribute to the HTML element so authors can choose to
block rendering until the complete Document has been parsed.Bug:1470393
Change-Id: I30eb8e71cf36dcfd4355d0a1bd76f32d5a8ff061
Reviewed-on: https://chromium-review.googlesource.com/4753436
WPT-Export-Revision: 069debefc46e50a35eb7973dd18137734c6332a3
Assignee | ||
Updated•1 year ago
|
Assignee | ||
Updated•1 year ago
|
Assignee | ||
Updated•1 year ago
|
Assignee | ||
Comment 1•1 year ago
|
||
Assignee | ||
Comment 2•1 year ago
|
||
CI Results
Ran 9 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 2 tests
Status Summary
Firefox
ERROR
: 2
Chrome
ERROR
: 2
Safari
ERROR
: 2
Links
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
Details
New Tests That Don't Pass
- /html/dom/render-blocking/document-render-blocking-partial.tentative.html [wpt.fyi]:
ERROR
(Chrome:ERROR
, Safari:ERROR
) - /html/dom/render-blocking/document-render-blocking.tentative.html [wpt.fyi]:
ERROR
(Chrome:ERROR
, Safari:ERROR
)
Comment 4•1 year ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/2a91f39bf33d
https://hg.mozilla.org/mozilla-central/rev/f62cefae4881
Description
•