Bug 1569527 [wpt PR 18131] - Update interfaces/DOM-Parsing.idl, a=testonly

Automatic update from web-platform-tests
Update interfaces/DOM-Parsing.idl (#18131)

Source: https://github.com/tidoust/reffy-reports/blob/7998398/whatwg/idl/DOM-Parsing.idl
Build: https://travis-ci.org/tidoust/reffy-reports/builds/564827938
--

wpt-commits: bb028d7cca2df5b18e93773afb11e47c2985becc
wpt-pr: 18131
This commit is contained in:
autofoolip 2019-08-01 15:11:02 +00:00 committed by moz-wptsync-bot
parent b8cefe3199
commit b3f8fc2367

View File

@ -17,7 +17,6 @@ enum SupportedType {
};
[Constructor, Exposed=Window]
interface XMLSerializer {
DOMString serializeToString(Node root);
};