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:
Keegan McAllister 2013-10-15 15:25:27 -07:00
parent 396a375e9c
commit 20b58ddab9

View file

@ -5,7 +5,7 @@
is_function(DOMParser, "DOMParser");
let parser = new DOMParser();
is_a(parser, DOMParser);
//alert(parser.parseFromString("<html></html>", "text/html"));
//is_a(parser.parseFromString("", "text/html"), Document);
finish();
</script>
</head>