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