Sign in
chromium
/
external
/
github.com
/
WebKit
/
webkit
/
refs/heads/main
/
.
/
LayoutTests
/
fullscreen
/
resources
/
inner.html
blob: 99e38a3842b345fbc2f40b23ca6b8dca226f5944 [
file
] [
log
] [
blame
] [
edit
]
<body>
<button
onclick
=
"
document
.
documentElement
.
webkitRequestFullScreen
()
"
>
Go full screen
</button>
</body>