Closed
Bug 1492970
Opened 2 years ago
Closed 2 years ago
[wpt-sync] Sync PR 13121 - Make is_html actually work in Output#resolve_log().
Categories
(Testing :: web-platform-tests, enhancement, P4)
Testing
web-platform-tests
Tracking
(firefox64 fixed)
RESOLVED
FIXED
mozilla64
Tracking | Status | |
---|---|---|
firefox64 | --- | fixed |
People
(Reporter: mozilla.org, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 13121 into mozilla-central (this bug is closed when the sync is complete). PR: https://github.com/web-platform-tests/wpt/pull/13121 Details from upstream follow. Ms2ger <Ms2ger@gmail.com> wrote: > Make is_html actually work in Output#resolve_log(). > > In particular, is_html would never become true if SVGSVGElement was supported > at all. > > Even if SVGSVGElement was not supported, it would never become true because > we were checking the namespace and localName of the Document object, rather > than the root element.
Assignee | ||
Comment 1•2 years ago
|
||
Pushed to try https://treeherder.mozilla.org/#/jobs?repo=try&revision=8687afd4b801b06def411f875bc0c708ba77da1b
Pushed by wptsync@mozilla.com: https://hg.mozilla.org/integration/mozilla-inbound/rev/464e373e9af0 [wpt PR 13121] - Make is_html actually work in Output#resolve_log()., a=testonly
Assignee | ||
Comment 3•2 years ago
|
||
Result changes from PR not available.
Comment 4•2 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/464e373e9af0
Status: NEW → RESOLVED
Closed: 2 years ago
status-firefox64:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla64
You need to log in
before you can comment on or make changes to this bug.
Description
•