Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / css3 / calc / img-size-expected.html
blobd2989aa9ee7eb439674e689081dfbbcc6c6ef180
1 <style>
2 img { margin-top: 10px;}
3 .control { width: 50%; }
4 .pixels { width: 100px; }
5 .percent { width: 50%; }
6 .both { width: 100px; }
7 </style>
9 The images below must appear identical.
10 <div style="width:200px;">
11 <img class="control" src="./resources/colorsquare.png">
12 <img class="pixels" src="./resources/colorsquare.png">
13 <img class="percent" src="./resources/colorsquare.png">
14 <img class="both" src="./resources/colorsquare.png">
15 </div>