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