| Index: third_party/WebKit/LayoutTests/imported/wpt/fullscreen/api/document-fullscreen-element-manual.html
|
| diff --git a/third_party/WebKit/LayoutTests/imported/wpt/fullscreen/api/document-fullscreen-element-manual.html b/third_party/WebKit/LayoutTests/imported/wpt/fullscreen/api/document-fullscreen-element-manual.html
|
| index 8f0af4187ae585cb4bbef6fe1222f01ef24f075d..acd24e1965c947e8272d14bfcbd2d34ba32f3654 100644
|
| --- a/third_party/WebKit/LayoutTests/imported/wpt/fullscreen/api/document-fullscreen-element-manual.html
|
| +++ b/third_party/WebKit/LayoutTests/imported/wpt/fullscreen/api/document-fullscreen-element-manual.html
|
| @@ -22,11 +22,11 @@ async_test(function(t)
|
| });
|
| });
|
|
|
| - trusted_click(t.step_func(function()
|
| + trusted_click(t, function()
|
| {
|
| assert_equals(document.fullscreenElement, null, "fullscreenElement before requestFullscreen()");
|
| div.requestFullscreen();
|
| assert_equals(document.fullscreenElement, null, "fullscreenElement after requestFullscreen()");
|
| - }), document.body);
|
| + }, document.body);
|
| });
|
| </script>
|
|
|