Improve trusted-types/trusted-types-event-handlers.html
Categories
(Core :: DOM: Security, task)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox138 | --- | fixed |
People
(Reporter: fwang, Assigned: fwang)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
https://searchfox.org/mozilla-central/rev/fa11d06fd84c487cb0a135c08af796daa6a56e44/testing/web-platform/meta/trusted-types/trusted-types-event-handlers.html.ini enables dom.event.dragexit.enabled and some tests fail on non-Android platforms. This test is similar to set-event-handlers-content-attributes.tentative.html (probably even a subtest) so probably there is a way to avoid this kind of issues like doing a check like isAttributeImplemented.
| Assignee | ||
Comment 1•1 year ago
|
||
It seems the ini file is not necessary anymore. I cannot reproduce the issue locally (the failing tests are not run) or on try:
https://treeherder.mozilla.org/jobs?repo=try&revision=6e2adb36d555aa47c096d61563ee68b3e669da79
I'm not sure what changed, though.
| Assignee | ||
Comment 2•1 year ago
|
||
The test only handles attributes that belong to the div's protototype.
If a platform does not support these attributes, corresponding tests
are not executed can so cannot fail.
Updated•1 year ago
|
| Assignee | ||
Comment 3•1 year ago
|
||
Comment 5•1 year ago
|
||
| bugherder | ||
Description
•