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