external/wpt/html/semantics/forms/the-option-element/dynamic-content-change-rendering.html test is timedout on Firefox
Categories
(Testing :: web-platform-tests, defect)
Tracking
(firefox96 fixed)
Tracking | Status | |
---|---|---|
firefox96 | --- | fixed |
People
(Reporter: sadapala, Assigned: emilio)
Details
Attachments
(1 file)
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4662.6 Safari/537.36
Steps to reproduce:
Below wpt test is Timedout on Firefox
external/wpt/html/semantics/forms/the-option-element/dynamic-content-change-rendering.html
https://crrev.com/776436
Cl: https://chromium-review.googlesource.com/c/chromium/src/+/2235227
Chromium Bug:https://bugs.chromium.org/p/chromium/issues/detail?id=1232944
Chrome test Failure bug: https://bugs.chromium.org/p/chromium/issues/detail?id=1234207
Webkit test failure bug : https://bugs.webkit.org/show_bug.cgi?id=232029
Comment 1•3 years ago
|
||
The Bugbug bot thinks this bug should belong to the 'Core::DOM: Core & HTML' component, and is moving the bug to that component. Please revert this change in case you think the bot is wrong.
Updated•3 years ago
|
Updated•3 years ago
|
Below is the wpt.fyi test link for
wpt/html/semantics/forms/the-option-element/dynamic-content-change-rendering.html
Updated•3 years ago
|
Assignee | ||
Comment 3•3 years ago
|
||
JavaScript error: http://web-platform.test:8000/html/semantics/forms/the-option-element/dynamic-content-change-rendering.html, line 30: Error: Permission denied to access property "target"
It seems the TestRendered event is dispatched with chrome privileges so we prevent accessing their properties. This is a testing issue. We know the target is the document element so we could fix the test if needed...
I guess this is the event dispatching code...
Assignee | ||
Comment 4•3 years ago
|
||
This allows the page to access event.target, etc.
Updated•3 years ago
|
Comment 6•3 years ago
|
||
bugherder |
Description
•