Sign in
chromium
/
external
/
github.com
/
WebKit
/
webkit
/
refs/heads/webkitglib/2.50
/
.
/
LayoutTests
/
fast
/
block
/
scroll-overflow-in-vertical-writing-mode.html
blob: c0f55e32d93b6aff58ae9b284673e1f608456b2a [
file
] [
edit
]
<html
style
=
"
writing-mode
:
vertical-rl
;
"
>
<style>
div
{
display
:
inline-block
;
height
:
3000px
;
background
:
green
;
font-size
:
20px
;
font-family
:
Monospace
;
}
</style>
<div>
PASS if no horizontal scrollbar
</div>