repo.or.cz
/
chromium-blink-merge.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge Chromium + Blink git repositories
[chromium-blink-merge.git]
/
third_party
/
WebKit
/
LayoutTests
/
fast
/
sub-pixel
/
block-with-margin-overflow.html
blob
69b2a036f9b6f0d828d404c5e312dbd95bff1682
1
<!DOCTYPE
html
>
2
<html>
3
<head>
4
<style>
5
.block {
6
overflow: auto;
7
margin:
0 0.6
px;
8
}
9
</style>
10
</head>
11
<body>
12
<div
class
=
"block"
>
13
Should neither overflow nor display a scrollbar.
14
</div>
15
</body>
16
</html>
17