Sign in
chromium
/
external
/
w3c
/
web-platform-tests
/
master
/
.
/
css
/
css-overflow
/
scroll-button-on-object-ref.html
blob: 67258ea2215d38c6296fd96ce3ce9b4def139d3e [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<title>
CSS Overflow Ref: ::scroll-button on object element
</title>
<style>
#
target
{
height
:
0
;
width
:
0
;
}
#
target
::
scroll-button
(
block-end
)
{
content
:
"scroll-button"
;
}
</style>
<div
id
=
"target"
></div>