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
Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git]
/
third_party
/
WebKit
/
LayoutTests
/
fast
/
gradients
/
large-horizontal-gradient-expected.html
blob
fdb70396cbfe8f666b0a4534390f683529063077
1
<html>
2
<head>
3
<title>
Long horizontal gradient with left border.
</title>
4
<style>
5
div {
6
padding:
0
px;
7
margin:
0
px;
8
}
9
#leftdiv {
10
border-left:
1
px solid black;
11
width:
0
px;
12
height:
100
px;
13
float: left;
14
}
15
#rightdiv {
16
width:
33000
px;
17
height:
100
px;
18
background-color: green;
19
}
20
</style>
21
</head>
22
<body>
23
<div><div
id='leftdiv'
></div><div
id='rightdiv'
></div></div>
24
</body>
25
</html>