mirror of
https://github.com/servo/servo.git
synced 2025-08-14 01:45:33 +01:00
Update web-platform-tests to revision 4688078c2cc6e81651b220f3c1944d956f63046b
This commit is contained in:
parent
e7b65c42c4
commit
ce9f8f32f1
53 changed files with 1900 additions and 88 deletions
|
@ -98,7 +98,7 @@ async_test(function() {
|
|||
results.push(3)
|
||||
}), true)
|
||||
b.dispatchEvent(new Event("x"))
|
||||
assert_array_equals(results, [1, 2, 3])
|
||||
assert_array_equals(results, [1, 3, 2])
|
||||
this.done()
|
||||
}, "Event listeners should be called in order of addition")
|
||||
}, "Capturing event listeners should be called before non-capturing ones")
|
||||
</script>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue