mirror of
https://github.com/servo/servo.git
synced 2025-08-14 18:05:36 +01:00
Update web-platform-tests to revision 3137d1d2d7757366a69f8a449b458b5057e0e81e
This commit is contained in:
parent
81ca858678
commit
d6ba94ca28
2339 changed files with 89274 additions and 9328 deletions
|
@ -1,5 +1,5 @@
|
|||
<!DOCTYPE html>
|
||||
<title>Document.exitFullscreen()</title>
|
||||
<title>Document#exitFullscreen()</title>
|
||||
<script src="/resources/testharness.js"></script>
|
||||
<script src="/resources/testharnessreport.js"></script>
|
||||
<script src="../trusted-click.js"></script>
|
||||
|
@ -9,7 +9,7 @@ async_test(function(t)
|
|||
{
|
||||
trusted_request(document.querySelector("div"));
|
||||
|
||||
document.addEventListener("fullscreenchange", t.step_func(function()
|
||||
document.addEventListener("fullscreenchange", t.step_func(function(event)
|
||||
{
|
||||
if (document.fullscreenElement) {
|
||||
document.exitFullscreen();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue