Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / css3 / calc / negative-padding-expected.html
1 <!DOCTYPE HTML>
2 <style>
3     p { width:200px; height:120px; background-color: lightgreen;}
4     .control { padding: -100px; }
5 </style>
6
7 <div style="background-color: yellow;">
8     <p class="control">This element should have zero padding.</p>
9     <p class="control">This element should have zero padding.</p>
10     <p class="control">This element should have zero padding.</p>
11     <p class="control">This element should have zero padding.</p>
12 </div>