| Index: third_party/WebKit/LayoutTests/imported/wpt/fullscreen/api/document-exit-fullscreen-timing-manual.html
|
| diff --git a/third_party/WebKit/LayoutTests/imported/wpt/fullscreen/api/document-exit-fullscreen-timing-manual.html b/third_party/WebKit/LayoutTests/imported/wpt/fullscreen/api/document-exit-fullscreen-timing-manual.html
|
| index f91eb7e2a7690610c370edca11b31251f0fcd2e5..d52b64ec60126467a2f7e3f887b7b4f5acaabc30 100644
|
| --- a/third_party/WebKit/LayoutTests/imported/wpt/fullscreen/api/document-exit-fullscreen-timing-manual.html
|
| +++ b/third_party/WebKit/LayoutTests/imported/wpt/fullscreen/api/document-exit-fullscreen-timing-manual.html
|
| @@ -7,7 +7,7 @@
|
| <script>
|
| async_test(t => {
|
| const div = document.querySelector('div');
|
| - trusted_request(div);
|
| + trusted_request(t, div);
|
|
|
| document.onfullscreenchange = t.step_func(() => {
|
| // We are now in fullscreen. Exit again.
|
|
|