Update web-platform-tests to revision 3137d1d2d7757366a69f8a449b458b5057e0e81e

This commit is contained in:
Ms2ger 2016-12-28 09:51:21 +01:00
parent 81ca858678
commit d6ba94ca28
2339 changed files with 89274 additions and 9328 deletions

View file

@ -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();