mirror of
https://github.com/servo/servo.git
synced 2025-08-17 19:35:33 +01:00
Update web-platform-tests to revision 3b3585e368841b77caea8576fa56cef91c3fbdf0
This commit is contained in:
parent
d00639c55f
commit
3b4f0ec0bb
541 changed files with 14609 additions and 3288 deletions
|
@ -11,7 +11,6 @@ test(function() {
|
|||
assert_true(x instanceof XPathEvaluator);
|
||||
}, "Constructor with 'new'");
|
||||
test(function() {
|
||||
var x = XPathEvaluator();
|
||||
assert_true(x instanceof XPathEvaluator);
|
||||
assert_throws(new TypeError(), "var x = XPathEvaluator()");
|
||||
}, "Constructor without 'new'");
|
||||
</script>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue