Index: third_party/WebKit/LayoutTests/imported/wpt/fullscreen/api/element-request-fullscreen-and-move-to-iframe-manual.html |
diff --git a/third_party/WebKit/LayoutTests/imported/wpt/fullscreen/api/element-request-fullscreen-and-move-to-iframe-manual.html b/third_party/WebKit/LayoutTests/imported/wpt/fullscreen/api/element-request-fullscreen-and-move-to-iframe-manual.html |
index 255623e0dc278c2e588c9dadf80460dec279774e..28832824d9d8e763ceaf81492e89df3635c1b527 100644 |
--- a/third_party/WebKit/LayoutTests/imported/wpt/fullscreen/api/element-request-fullscreen-and-move-to-iframe-manual.html |
+++ b/third_party/WebKit/LayoutTests/imported/wpt/fullscreen/api/element-request-fullscreen-and-move-to-iframe-manual.html |
@@ -19,9 +19,9 @@ async_test(t => { |
assert_equals(iframeDoc.fullscreenElement, null); |
}); |
- trusted_click(t.step_func(() => { |
+ trusted_click(t, () => { |
target.requestFullscreen(); |
iframeDoc.body.appendChild(target); |
- }), document.body); |
+ }, document.body); |
}); |
</script> |