mirror of
https://github.com/servo/servo.git
synced 2025-08-20 12:55:33 +01:00
Make content tests synchronous by default. Fixes #884.
This commit is contained in:
parent
338a9c3f05
commit
711f4d5af9
72 changed files with 20 additions and 105 deletions
|
@ -28,8 +28,6 @@
|
|||
is(parent2.childNodes.length, 0, "Node.normalize removes empty text nodes even if there is only one text node");
|
||||
is(child2.textContent, "", "Node.normalize doesn't change removed children original content")
|
||||
is(child3.textContent, "bb", "Node.normalize doesn't change removed children original content")
|
||||
|
||||
finish();
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue