4 <style type=
"text/css">
11 border-bottom-right-radius: 50px 50px;
12 border-top-left-radius: 50px 50px;
13 background-color: green
;
14 box-shadow: 110px 110px 0px 10px #000000;
17 .yellowSquare-shadow {
23 border-top-right-radius: 60px 60px;
24 border-bottom-left-radius: 70px 60px;
25 background-color: yellow
;
26 box-shadow: 110px 150px 0px 10px #000000;
35 <!-- [bug 99928] https://bugs.webkit.org/show_bug.cgi?id=99928 -->
36 <!-- [CSS] shadow from radius has wrong render in webkit -->
37 <div class=
"container">
38 <div id=
"green" class=
"greenSquare-shadow"></div>
39 <div id=
"yellow" class=
"yellowSquare-shadow"></div>