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
/
box-shadow
/
normal-box-shadow-with-background-image.html
blob
b8676bddc1c84b4c060db973a630316fa113b364
1
<!doctype
html
>
2
<html>
3
<head>
4
<style>
5
#theDiv {
6
height:
48
px;
7
background-color: lightgrey;
8
box-shadow: black
0
px
2
px
4
px;
9
width:
200
px;
10
background-image: linear-gradient(red, green), linear-gradient(blue, cyan);
11
}
12
</style>
13
</head>
14
<body>
15
<div
id
=
"theDiv"
></div>
16
</body>
17
</html>