| Index: third_party/WebKit/LayoutTests/imported/wpt/fullscreen/api/element-ready-check-fullscreen-iframe-child-manual.html
|
| diff --git a/third_party/WebKit/LayoutTests/imported/wpt/fullscreen/api/element-ready-check-fullscreen-iframe-child-manual.html b/third_party/WebKit/LayoutTests/imported/wpt/fullscreen/api/element-ready-check-fullscreen-iframe-child-manual.html
|
| index 08febbd4f967c79be8285308f61ed082b8bd9c82..2563e70aca814acbd829c8b920e96ffcde532a2a 100644
|
| --- a/third_party/WebKit/LayoutTests/imported/wpt/fullscreen/api/element-ready-check-fullscreen-iframe-child-manual.html
|
| +++ b/third_party/WebKit/LayoutTests/imported/wpt/fullscreen/api/element-ready-check-fullscreen-iframe-child-manual.html
|
| @@ -25,9 +25,9 @@ async_test(t => {
|
| });
|
| document.onfullscreenerror = t.unreached_func("fullscreenerror event");
|
|
|
| - trusted_request(div, iframe.contentDocument.body);
|
| + trusted_request(t, div, iframe.contentDocument.body);
|
| });
|
|
|
| - trusted_request(iframe);
|
| + trusted_request(t, iframe);
|
| });
|
| </script>
|
|
|