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
/
Source
/
web
/
tests
/
data
/
body-overflow-hidden-short.html
blob
0c2346f9afa30f608cb6f4515c4a169fc3bfd360
1
<html>
2
<head>
3
<style
type
=
"text/css"
>
4
body
{
5
overflow
:
hidden
;
6
}
7
#a
{
8
background-color
:
green
;
9
width
:
100px
;
10
height
:
300px
;
11
}
12
</style>
13
</head>
14
<body>
15
This page should be nonscrollable because of overflow: hidden on the body.
16
<div
id
=
"a"
></div>
17
</body>
18
</html>