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