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
/
gradients
/
large-vertical-gradient-expected.html
blob
8d9276cc185769683ee9bb6c987b662ab26c083c
1
<html>
2
<head>
3
<title>
Long vertical gradient with top border.
</title>
4
<style>
5
div {
6
padding:
0
px;
7
margin:
0
px;
8
}
9
#topdiv {
10
border-top:
1
px solid black;
11
width:
100
px;
12
height:
0
px;
13
}
14
#bottomdiv {
15
width:
100
px;
16
height:
33000
px;
17
background-color: green;
18
}
19
</style>
20
</head>
21
<body>
22
<div><div
id='topdiv'
></div><div
id='bottomdiv'
></div></div>
23
</body>
24
</html>