[wpt-sync] Sync PR 33988 - Ignore Early Hints for <embed> and <object>
Categories
(Testing :: web-platform-tests, task, P4)
Tracking
(firefox102 fixed)
Tracking | Status | |
---|---|---|
firefox102 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 33988 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/33988
Details from upstream follow.
Kenichi Ishibashi <bashi@chromium.org> wrote:
Ignore Early Hints for <embed> and <object>
Early Hints for \<embed> and \<object> are already ignored even
without this CL as we check FrameTreeNode::GetParentOrOuterDocument(),
but we should have an explicit check for \<embed> and \<object> so that
we won't handle Early Hints for these navigations when we allow
Early Hints for sub frames in the future.Bug: 1305896
Change-Id: Ifd077e2fabbc6403bf94577183d542dd2cde4221
Reviewed-on: https://chromium-review.googlesource.com/3631786
WPT-Export-Revision: 9098005e86965bddf27f1905c109a6e80a465c67
Assignee | ||
Comment 1•3 years ago
|
||
Assignee | ||
Comment 2•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 2 subtests
Status Summary
Firefox
OK
: 1
PASS
: 2
Chrome
OK
: 1
PASS
: 2
Safari
TIMEOUT
: 2
NOTRUN
: 1
Links
Comment 4•3 years ago
|
||
bugherder |
Description
•