| Index: third_party/WebKit/LayoutTests/imported/wpt/fullscreen/api/document-exit-fullscreen-manual.html
|
| diff --git a/third_party/WebKit/LayoutTests/imported/wpt/fullscreen/api/document-exit-fullscreen-manual.html b/third_party/WebKit/LayoutTests/imported/wpt/fullscreen/api/document-exit-fullscreen-manual.html
|
| index 3b0d283978aec0d79c64f3c32c5183f56ddedffd..621b3304ffe0760ee209ba01654c74465626c030 100644
|
| --- a/third_party/WebKit/LayoutTests/imported/wpt/fullscreen/api/document-exit-fullscreen-manual.html
|
| +++ b/third_party/WebKit/LayoutTests/imported/wpt/fullscreen/api/document-exit-fullscreen-manual.html
|
| @@ -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();
|
|
|