OLD | NEW |
| (Empty) |
1 <!DOCTYPE HTML> | |
2 <script type="text/javascript"> | |
3 if (window.testRunner) | |
4 testRunner.testRepaint(); | |
5 </script> | |
6 <div style=" | |
7 font-family: Lucida Grande; | |
8 font-weight: bold; | |
9 font-size: 48px; | |
10 margin: 20px; | |
11 text-shadow: hsla(20, 100%, 50%, 1) 7px 4px 0 | |
12 , hsla(60, 100%, 50%, 1) -8px 14px 2px | |
13 , hsla(100, 100%, 50%, 1) -21px -12px 5px; | |
14 "> | |
15 <span style="text-decoration: overline underline line-through;">  
; multiple </span> shadows  
; | |
16 </div> | |
17 <div style=" | |
18 width: 100px; | |
19 height: 100px; | |
20 margin: 100px; | |
21 -webkit-border-radius: 25px; | |
22 -webkit-box-shadow: hsla(20, 100%, 50%, 1) 7px 4px 0 | |
23 , hsla(60, 100%, 50%, 1) -8px 14px 2px | |
24 , hsla(100, 100%, 50%, 1) -21px -12px 5px; | |
25 "> | |
26 </div> | |
OLD | NEW |