Index: third_party/WebKit/LayoutTests/imported/wpt/fullscreen/api/element-request-fullscreen-and-remove-manual.html |
diff --git a/third_party/WebKit/LayoutTests/imported/wpt/fullscreen/api/element-request-fullscreen-and-remove-manual.html b/third_party/WebKit/LayoutTests/imported/wpt/fullscreen/api/element-request-fullscreen-and-remove-manual.html |
index c754bf00fe4f246b1567c39d94988157bd1fc36e..03c38cc06aabfa457b477631786d8e8b887e1a4a 100644 |
--- a/third_party/WebKit/LayoutTests/imported/wpt/fullscreen/api/element-request-fullscreen-and-remove-manual.html |
+++ b/third_party/WebKit/LayoutTests/imported/wpt/fullscreen/api/element-request-fullscreen-and-remove-manual.html |
@@ -14,9 +14,9 @@ async_test(t => { |
assert_equals(document.fullscreenElement, null); |
}); |
- trusted_click(t.step_func(() => { |
+ trusted_click(t, () => { |
target.requestFullscreen(); |
target.remove(); |
- }), document.body); |
+ }, document.body); |
}); |
</script> |