| Index: third_party/WebKit/LayoutTests/imported/wpt/fullscreen/api/element-request-fullscreen-two-iframes-manual.html
 | 
| diff --git a/third_party/WebKit/LayoutTests/imported/wpt/fullscreen/api/element-request-fullscreen-two-iframes-manual.html b/third_party/WebKit/LayoutTests/imported/wpt/fullscreen/api/element-request-fullscreen-two-iframes-manual.html
 | 
| index 60a880efd3bdcbe4a2367665d8df47486a58f5f3..99a7672e71c9617f1b73c87d6dcfe694f23563a4 100644
 | 
| --- a/third_party/WebKit/LayoutTests/imported/wpt/fullscreen/api/element-request-fullscreen-two-iframes-manual.html
 | 
| +++ b/third_party/WebKit/LayoutTests/imported/wpt/fullscreen/api/element-request-fullscreen-two-iframes-manual.html
 | 
| @@ -28,9 +28,9 @@ async_test(t => {
 | 
|    });
 | 
|    document.onfullscreenerror = t.unreached_func('fullscreenerror event');
 | 
|  
 | 
| -  trusted_click(t.step_func(() => {
 | 
| +  trusted_click(t, () => {
 | 
|      b.contentDocument.body.requestFullscreen();
 | 
|      a.contentDocument.body.requestFullscreen();
 | 
| -  }), document.body);
 | 
| +  }, document.body);
 | 
|  });
 | 
|  </script>
 | 
| 
 |