Sign in
webkit
/
WebKit
/
a659cc2560ef03ca74fc359443f5a95cd40bafd1
/
.
/
LayoutTests
/
imported
/
blink
/
fast
/
overflow
/
hidden-viewport-y-expected.html
blob: e10cc16170a695868373c26e9b62243c8c646d92 [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<html>
<head>
<title>
overflow-y:hidden on viewport
</title>
</head>
<body>
<p>
The viewport should have a horizontal scrollbar, no vertical scrollbar.
</p>
<div
style
=
"
width
:
300vw
;
height
:
1px
;
"
></div>
</body>
</html>