| 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 621b3304ffe0760ee209ba01654c74465626c030..a3ac2ff1cab21f16f3d5f27db3103ec6647bd692 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
|
| @@ -7,7 +7,7 @@
|
| <script>
|
| async_test(function(t)
|
| {
|
| - trusted_request(document.querySelector("div"));
|
| + trusted_request(t, document.querySelector("div"));
|
|
|
| document.addEventListener("fullscreenchange", t.step_func(function(event)
|
| {
|
|
|