mirror of
https://github.com/servo/servo.git
synced 2025-08-07 14:35:33 +01:00
Revise DOMParser test
This is commented out for now (as it was in test_bindings.html) because it causes a task failure. I'll open a ticket about that.
This commit is contained in:
parent
396a375e9c
commit
20b58ddab9
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);
|
||||||
//alert(parser.parseFromString("<html></html>", "text/html"));
|
//is_a(parser.parseFromString("", "text/html"), Document);
|
||||||
finish();
|
finish();
|
||||||
</script>
|
</script>
|
||||||
</head>
|
</head>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue