| Index: third_party/WebKit/LayoutTests/imported/wpt/fullscreen/model/remove-parent-manual.html
 | 
| diff --git a/third_party/WebKit/LayoutTests/imported/wpt/fullscreen/model/remove-parent-manual.html b/third_party/WebKit/LayoutTests/imported/wpt/fullscreen/model/remove-parent-manual.html
 | 
| index 74327637ee958b5a481b4dc1c1d61dce7e47afcf..a284fc692bf2c6c6e0a8a72c2a99e46d70df3176 100644
 | 
| --- a/third_party/WebKit/LayoutTests/imported/wpt/fullscreen/model/remove-parent-manual.html
 | 
| +++ b/third_party/WebKit/LayoutTests/imported/wpt/fullscreen/model/remove-parent-manual.html
 | 
| @@ -11,7 +11,7 @@
 | 
|  async_test(function(t)
 | 
|  {
 | 
|      var child = document.getElementById("child");
 | 
| -    trusted_request(child);
 | 
| +    trusted_request(t, child);
 | 
|      document.onfullscreenchange = t.step_func(function()
 | 
|      {
 | 
|          assert_equals(document.fullscreenElement, child);
 | 
| 
 |