Sign in
webkit
/
WebKit
/
f64820ba37606d7c880d16da6349920f48425859
/
.
/
LayoutTests
/
fast
/
sub-pixel
/
block-with-margin-overflow.html
blob: 69b2a036f9b6f0d828d404c5e312dbd95bff1682 [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<html>
<head>
<style>
.
block
{
overflow
:
auto
;
margin
:
0
0.6px
;
}
</style>
</head>
<body>
<div
class
=
"block"
>
Should neither overflow nor display a scrollbar.
</div>
</body>
</html>