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