Closed
Bug 1874178
Opened 2 years ago
Closed 2 years ago
Broken instanceof check in test_serialize.html
Categories
(Testing :: web-platform-tests, defect)
Testing
web-platform-tests
Tracking
(firefox125 fixed)
RESOLVED
FIXED
125 Branch
| Tracking | Status | |
|---|---|---|
| firefox125 | --- | fixed |
People
(Reporter: dao, Assigned: jgraham)
Details
Attachments
(1 file)
Presumably, !inputValue instanceof RemoteObject should be !(inputValue instanceof RemoteObject) here:
Comment 1•2 years ago
|
||
The severity field is not set for this bug.
:jgraham, could you have a look please?
For more information, please visit BugBot documentation.
Flags: needinfo?(james)
| Assignee | ||
Comment 2•2 years ago
|
||
Updated•2 years ago
|
Assignee: nobody → james
Status: NEW → ASSIGNED
| Assignee | ||
Updated•2 years ago
|
Severity: -- → S4
Flags: needinfo?(james)
Comment 3•2 years ago
|
||
There is an r+ patch which didn't land and no activity in this bug for 2 weeks.
:jgraham, could you have a look please?
If you still have some work to do, you can add an action "Plan Changes" in Phabricator.
For more information, please visit BugBot documentation.
Flags: needinfo?(james)
Flags: needinfo?(aborovova)
| Assignee | ||
Updated•2 years ago
|
Flags: needinfo?(james)
Pushed by james@hoppipolla.co.uk:
https://hg.mozilla.org/integration/autoland/rev/436781420fec
Fix broken conditional in test, r=Sasha
Created web-platform-tests PR https://github.com/web-platform-tests/wpt/pull/44787 for changes under testing/web-platform/tests
Updated•2 years ago
|
Flags: needinfo?(aborovova)
Status: ASSIGNED → RESOLVED
Closed: 2 years ago
status-firefox125:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 125 Branch
Upstream PR was closed without merging
Upstream PR was closed without merging
Upstream PR was closed without merging
Upstream PR merged by moz-wptsync-bot
Upstream PR was closed without merging
You need to log in
before you can comment on or make changes to this bug.
Description
•