Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / box-shadow / transform-fringing.html
blob10dd2a8b963fb9f135c4cac496d0acd90c6d13b1
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>