mirror of
https://github.com/servo/servo.git
synced 2025-08-26 15:48:22 +01:00
Update web-platform-tests to revision 1829a42c93e435937db68c8a842fa9b56dd39dc2
This commit is contained in:
parent
9f142b9c22
commit
46e1e26950
72 changed files with 1286 additions and 1091 deletions
|
@ -18,7 +18,7 @@ async_test(t => {
|
|||
const secondPromise = document.exitFullscreen();
|
||||
assert_equals(document.fullscreenElement, div, "fullscreenElement after second exitFullscreen()");
|
||||
|
||||
document.onfullscreenchange = t.step_func(() => {
|
||||
document.onfullscreenchange = t.step_func(event => {
|
||||
assert_equals(document.fullscreenElement, null);
|
||||
// Ensure that there's only one fullscreenchange event.
|
||||
document.onfullscreenchange = t.unreached_func("second fullscreenchange event");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue