Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / box-shadow / image-box-shadow.html
blob8e8114c49a05446a75833921aaf6a3c5572a9d39
1 <!DOCTYPE html>
2 <style>
3 img {
4 background: rgb(0,255,0);
5 width: 50px;
6 height: 25px;
7 margin-bottom: 25px;
8 box-shadow: 0px 25px rgb(0,255,0);
10 div {
11 display: inline-block;
12 background: red;
13 height: 50px;
15 </style>
16 <div><img src="resources/green-alpha.png"></div>
17 <div><img src="resources/green.png"></div>
18 <div><img src="resources/green.jpg"></div>
19 <div><img src="resources/green.svg"></div>