mirror of
https://github.com/servo/servo.git
synced 2025-08-03 20:50:07 +01:00
Update web-platform-tests to revision 34f9b93c2749043ba68485dea92d1fb554075e60
This commit is contained in:
parent
fd64f11efe
commit
ace02666c2
75 changed files with 1496 additions and 120 deletions
|
@ -40,6 +40,7 @@ test(function() {
|
|||
assert_equals(ev.defaultPrevented, true, "defaultPrevented");
|
||||
}, "preventDefault() should change defaultPrevented if cancelable is true.");
|
||||
test(function() {
|
||||
ev.initEvent("foo", true, true);
|
||||
assert_equals(ev.cancelable, true, "cancelable (before)");
|
||||
ev.returnValue = false;
|
||||
assert_equals(ev.cancelable, true, "cancelable (after)");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue