OLD | NEW |
---|---|
1 <!DOCTYPE HTML> | 1 <!DOCTYPE HTML> |
2 <div id="test" style="background-color: green; width: 100px; height: 100px; box- shadow: 5px 5px 5px rgba(0,0,0,0.3);"></div> | 2 <div id="test" style="background-color: green; width: 100px; height: 100px; box- shadow: 5px 5px 5px rgba(0,0,0,0.3);"></div> |
3 <p> | 3 <p> |
4 Tests the repainting of box shadows when added. | 4 Tests the repainting of box shadows when added. |
5 </p> | 5 </p> |
OLD | NEW |