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