Make content tests synchronous by default. Fixes #884.

This commit is contained in:
Josh Matthews 2014-11-06 21:39:46 -08:00
parent 338a9c3f05
commit 711f4d5af9
72 changed files with 20 additions and 105 deletions

View file

@ -18,8 +18,6 @@
is(parent.contains(child_of_child), true, "test1-2, Node.contains");
is(parent.contains(other), false, "test1-3, Node.contains");
}
finish();
</script>
</head>
</html>