[wpt-sync] Sync PR 37748 - WebKit export of https://bugs.webkit.org/show_bug.cgi?id=248880
Categories
(Core :: DOM: Core & HTML, task, P4)
Tracking
()
Tracking | Status | |
---|---|---|
firefox110 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 37748 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/37748
Details from upstream follow.
Alexey Shvayka <ashvayka@apple.com> wrote:
WebKit export of https://bugs.webkit.org/show_bug.cgi?id=248880
This upstream reviewed test ensures that when compiling an event listener,
HTMLFormElement
's lexical scope is set up only for form-associated elements rather than all<form>
descendants.
Assignee | ||
Updated•3 years ago
|
Assignee | ||
Comment 1•3 years ago
|
||
Assignee | ||
Comment 2•3 years ago
|
||
CI Results
Ran 10 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 1 tests and 4 subtests
Status Summary
Firefox
OK
: 1
PASS
: 2
FAIL
: 2
Chrome
OK
: 1
PASS
: 4
Safari
OK
: 1
PASS
: 3
FAIL
: 1
Links
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
Details
Firefox-only Failures
- /html/webappapis/scripting/events/compile-event-handler-lexical-scopes-form-owner.html [wpt.fyi]
- <img> has a form owner:
FAIL
- form-associated <x-foo> has a form owner:
FAIL
- <img> has a form owner:
New Tests That Don't Pass
- /html/webappapis/scripting/events/compile-event-handler-lexical-scopes-form-owner.html [wpt.fyi]
- <img> has a form owner:
FAIL
(Chrome:PASS
, Safari:PASS
) - form-associated <x-foo> has a form owner:
FAIL
(Chrome:PASS
, Safari:PASS
)
- <img> has a form owner:
Comment 4•3 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/a23bd6826bd9
https://hg.mozilla.org/mozilla-central/rev/dde3ff93029a
Description
•