mirror of
https://github.com/servo/servo.git
synced 2025-08-14 18:05:36 +01:00
Update web-platform-tests to revision 82cecba576456d05c09894749379df1013ab488f
This commit is contained in:
parent
de9c84f686
commit
60b62482da
145 changed files with 2705 additions and 367 deletions
|
@ -21,8 +21,8 @@ window.onload = function() {
|
|||
iframes[0].contentDocument.onfullscreenchange = t.step_func(function() {
|
||||
assert_equals(document.fullscreenElement, iframes[0]);
|
||||
trusted_request(t, iframes[1].contentDocument.body, iframes[0].contentDocument.body);
|
||||
iframes[1].contentDocument.onfullscreenchange = t.unreached_func("fullscreenchange event");
|
||||
iframes[1].contentDocument.onfullscreenerror = t.step_func_done();
|
||||
iframes[1].contentDocument.onfullscreenerror = t.unreached_func("fullscreenerror event");
|
||||
iframes[1].contentDocument.onfullscreenchange = t.step_func_done();
|
||||
});
|
||||
});
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue