Skip to content

Commit

Permalink
Update fullscreen/api/element-request-fullscreen-dialog.html
Browse files Browse the repository at this point in the history
  • Loading branch information
foolip authored and jgraham committed Jul 3, 2020
1 parent 75bc0cd commit 3b61173
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fullscreen/api/element-request-fullscreen-dialog.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
document.onfullscreenchange = t.unreached_func("fullscreenchange event");
document.onfullscreenerror = t.step_func_done();

test_driver.bless("Initiate fullscreen", () => dialog.requestFullscreen());
test_driver.bless("Initiate fullscreen", () => dialog.requestFullscreen().catch(() => {});
});
</script>

0 comments on commit 3b61173

Please sign in to comment.