Bug 1492970 [wpt PR 13121] - Make is_html actually work in Output#resolve_log()....
commit9ae519eb8bb084d65e08850adc28ba91ca49923b
authorMs2ger <Ms2ger@gmail.com>
Wed, 26 Sep 2018 10:47:26 +0000 (26 10:47 +0000)
committermoz-wptsync-bot <wptsync@mozilla.com>
Thu, 27 Sep 2018 09:56:08 +0000 (27 09:56 +0000)
treef50a31a8e9f803d220e131aafaf846447c572981
parent4e46d1e3b42e5953ada88fb675d3e801f0053d31
Bug 1492970 [wpt PR 13121] - Make is_html actually work in Output#resolve_log()., a=testonly

Automatic update from web-platform-testsMake 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.

--

wpt-commits: 7f3e17fe6d5d48b0090b7b176fa5175037580654
wpt-pr: 13121
testing/web-platform/tests/resources/test/tests/functional/log-insertion.html [new file with mode: 0644]
testing/web-platform/tests/resources/testharness.js