mirror of
https://github.com/servo/servo.git
synced 2025-08-05 21:50:18 +01:00
Fix test.
This commit is contained in:
parent
87715c14e1
commit
bb7db4c948
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@
|
||||||
});
|
});
|
||||||
|
|
||||||
should_throw(function() { sel.add(div) });
|
should_throw(function() { sel.add(div) });
|
||||||
should_throw(function() { sel.add(optgroup, function() {}) });
|
should_not_throw(function() { sel.add(optgroup, function() {}) });
|
||||||
|
|
||||||
finish();
|
finish();
|
||||||
</script>
|
</script>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue