Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / css3 / calc / box-reflect-expected.html
blobcea16673b7bd269cd37fdaaf6019b4916a0e6fb6
1 <!DOCTYPE html>
2 <style>
3 #reflection {
4 width: 100px;
5 height: 100px;
6 -webkit-box-reflect: below 15px;
8 </style>
9 <img id="reflection" src="resources/ring.png"/>