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