Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / fast / box-shadow / transform-fringing.html
1 <p>
2     There should not be any non-white pixels inside this box:    
3 </p>
4 <div style="border: solid; height: 100px; width: 100px; padding: 50px;">
5     <div style="width: 100px;
6         height: 100px;
7         -webkit-box-shadow: 20px 20px white;
8         transform: rotate(45deg);
9     "></div>
10 </div>