| Index: third_party/WebKit/LayoutTests/imported/wpt/fullscreen/api/element-ready-check-enabled-flag-not-set-manual.html
|
| diff --git a/third_party/WebKit/LayoutTests/imported/wpt/fullscreen/api/element-ready-check-enabled-flag-not-set-manual.html b/third_party/WebKit/LayoutTests/imported/wpt/fullscreen/api/element-ready-check-enabled-flag-not-set-manual.html
|
| index 501767dd629ecaf965c08f920a1b87dc5866dfda..1e18be5e677b3b27c553e961f71ae44d85225a8e 100644
|
| --- a/third_party/WebKit/LayoutTests/imported/wpt/fullscreen/api/element-ready-check-enabled-flag-not-set-manual.html
|
| +++ b/third_party/WebKit/LayoutTests/imported/wpt/fullscreen/api/element-ready-check-enabled-flag-not-set-manual.html
|
| @@ -14,6 +14,6 @@ async_test(function(t)
|
| iframe.contentDocument.onfullscreenchange = t.unreached_func("iframe fullscreenchange event");
|
| iframe.contentDocument.onfullscreenerror = t.step_func_done();
|
| assert_false(iframe.contentDocument.fullscreenEnabled, "fullscreen enabled flag");
|
| - trusted_request(iframe.contentDocument.body, document.body);
|
| + trusted_request(t, iframe.contentDocument.body, document.body);
|
| });
|
| </script>
|
|
|