Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / box-shadow / shadow-tiling-artifact.html
blob0ab994d69d8eed0ac9463da044a83d93c1c4e5e2
1 <!DOCTYPE html>
3 <html>
4 <head>
5 <style type="text/css">
6 .box {
7 height: 200px;
8 width: 200px;
9 margin: 50px;
10 border-radius: 20px;
11 border-top-left-radius: 60px;
12 border-bottom-right-radius: 40px;
13 box-shadow: 230px 0 15px rgba(0, 0, 0, 0.5);
15 </style>
16 </head>
17 <body>
18 <!-- Should be a smooth shadow with no overdrawing artifacts -->
19 <div class="box"></div>
20 </body>
21 </html>