Sign in
chromium
/
external
/
github.com
/
web-platform-tests
/
wpt
/
refs/heads/https-acid3
/
.
/
feature-policy
/
experimental-features
/
resources
/
vertical-scroll-scrollable-content.html
blob: 9f78ea4bc2975abf6d37a24952df48e6dc75400f [
file
] [
log
] [
blame
] [
edit
]
<!DOCTYPE html>
<style>
body
,
html
{
height
:
100%
;
width
:
100%
;
}
#
spacer
{
width
:
1500px
;
height
:
1500px
;
background-color
:
red
;
}
</style>
<body>
<p>
This page is scrollable.
</p>
<div
id
=
"spacer"
></div>
</body>