Sign in
webkit
/
WebKit
/
2bde0edf56b50cba234b331b5ddd67eb5d2a0a71
/
.
/
LayoutTests
/
imported
/
blink
/
fast
/
box-shadow
/
normal-box-shadow-with-background-image-expected-mismatch.html
blob: c613510b8523a594f18214f1203ff1067f701b54 [
file
] [
log
] [
blame
]
<!doctype html>
<html>
<head>
<style>
#
theDiv
{
height
:
48px
;
background-color
:
lightgrey
;
width
:
200px
;
background-image
:
linear-gradient
(
red
,
lime
),
linear-gradient
(
blue
,
cyan
);
}
</style>
</head>
<body>
<div
id
=
"theDiv"
></div>
</body>
</html>