| Index: third_party/WebKit/LayoutTests/imported/wpt/fullscreen/api/element-request-fullscreen-and-exit-iframe-manual.html
 | 
| diff --git a/third_party/WebKit/LayoutTests/imported/wpt/fullscreen/api/element-request-fullscreen-and-exit-iframe-manual.html b/third_party/WebKit/LayoutTests/imported/wpt/fullscreen/api/element-request-fullscreen-and-exit-iframe-manual.html
 | 
| index 4483ccae2dc1af2281977dde0cf8c674c73c239a..8305fc5ee5c311c22e76593bd2b965279bd6a3af 100644
 | 
| --- a/third_party/WebKit/LayoutTests/imported/wpt/fullscreen/api/element-request-fullscreen-and-exit-iframe-manual.html
 | 
| +++ b/third_party/WebKit/LayoutTests/imported/wpt/fullscreen/api/element-request-fullscreen-and-exit-iframe-manual.html
 | 
| @@ -33,6 +33,6 @@ async_test(t => {
 | 
|    document.onfullscreenerror = t.unreached_func('fullscreenerror event');
 | 
|    iframeDoc.onfullscreenerror = t.unreached_func('iframe fullscreenerror event');
 | 
|  
 | 
| -  trusted_request(iframeBody, document.body);
 | 
| +  trusted_request(t, iframeBody, document.body);
 | 
|  });
 | 
|  </script>
 | 
| 
 |