Closed
Bug 1700751
Opened 4 years ago
Closed 4 years ago
[wpt-sync] Sync PR 28226 - Fix missing assert_equals
Categories
(Core :: DOM: Core & HTML, task, P4)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
89 Branch
Tracking | Status | |
---|---|---|
firefox89 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 28226 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/28226
Details from upstream follow.
b'Trevor Rowbotham <trevor.rowbotham@pm.me>' wrote:
Fix missing assert_equals
Node-contains-xml.xml#L58 calls
document.contains()
with 3 args, which isn't correct. Presumably, the author intended to callassert_equals()
.
Assignee | ||
Updated•4 years ago
|
Component: web-platform-tests → DOM: Core & HTML
Product: Testing → Core
Assignee | ||
Updated•4 years ago
|
Status: NEW → RESOLVED
Closed: 4 years ago
Resolution: --- → INVALID
Assignee | ||
Updated•4 years ago
|
Status: RESOLVED → REOPENED
Resolution: INVALID → ---
Assignee | ||
Comment 1•4 years ago
|
||
Pushed to try (stability) https://treeherder.mozilla.org/#/jobs?repo=try&revision=936ab12417af116f57a3e6b9a88742e68bfa4bad
Assignee | ||
Comment 2•4 years ago
|
||
CI Results
Ran 15 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 1 tests and 8 subtests
Status Summary
Firefox
OK : 1
PASS: 8
Chrome
OK : 1
PASS: 8
Safari
OK : 1
PASS: 8
Links
Pushed by wptsync@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/d1173fdca252
[wpt PR 28226] - Fix missing assert_equals, a=testonly
Comment 4•4 years ago
|
||
bugherder |
Status: REOPENED → RESOLVED
Closed: 4 years ago → 4 years ago
status-firefox89:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 89 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•