layout/reftests/box-shadow/boxshadow-opacity-ref.html

Wed, 31 Dec 2014 06:55:50 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 06:55:50 +0100
changeset 2
7e26c7da4463
permissions
-rw-r--r--

Added tag UPSTREAM_283F7C6 for changeset ca08bd8f51b2

     1 <!DOCTYPE HTML>
     2 <style>
     3 body {
     4   background-color: green;
     5 }
     7 #thediv {
     8   width: 300px;
     9   height: 100px;
    10   position: absolute;
    11   top: 20px;
    12   left: 20px;
    13   opacity: 0.6;
    14   box-shadow: 3px 3px 2px rgb(255,0,0);
    15 }
    16 </style>
    18 <div id="thediv"></div>

mercurial