| Index: third_party/WebKit/LayoutTests/imported/wpt/fullscreen/api/element-request-fullscreen-timing-manual.html
|
| diff --git a/third_party/WebKit/LayoutTests/imported/wpt/fullscreen/api/element-request-fullscreen-timing-manual.html b/third_party/WebKit/LayoutTests/imported/wpt/fullscreen/api/element-request-fullscreen-timing-manual.html
|
| index f92b4f6292898d177bef6624427c374b31f1a074..14fe5f70c1c58dbe88ef872dc6efcd71567fd824 100644
|
| --- a/third_party/WebKit/LayoutTests/imported/wpt/fullscreen/api/element-request-fullscreen-timing-manual.html
|
| +++ b/third_party/WebKit/LayoutTests/imported/wpt/fullscreen/api/element-request-fullscreen-timing-manual.html
|
| @@ -6,7 +6,7 @@
|
| <div id="log"></div>
|
| <script>
|
| async_test(t => {
|
| - trusted_request(document.querySelector('div'));
|
| + trusted_request(t, document.querySelector('div'));
|
|
|
| // If fullscreenchange is an animation frame event, then animation frame
|
| // callbacks should be run after it is fired, before the timer callback.
|
|
|