mirror of
https://github.com/servo/servo.git
synced 2025-08-07 06:25:32 +01:00
parent
1e4d3e2661
commit
377a76ab1b
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
||||||
is_function(DOMParser, "DOMParser");
|
is_function(DOMParser, "DOMParser");
|
||||||
let parser = new DOMParser();
|
let parser = new DOMParser();
|
||||||
is_a(parser, DOMParser);
|
is_a(parser, DOMParser);
|
||||||
//is_a(parser.parseFromString("", "text/html"), Document);
|
is_a(parser.parseFromString("", "text/html"), Document);
|
||||||
finish();
|
finish();
|
||||||
</script>
|
</script>
|
||||||
</head>
|
</head>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue