layout/inspector/tests/chrome/test_bug708874.css

Thu, 15 Jan 2015 21:03:48 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Thu, 15 Jan 2015 21:03:48 +0100
branch
TOR_BUG_9701
changeset 11
deefc01c0e14
permissions
-rw-r--r--

Integrate friendly tips from Tor colleagues to make (or not) 4.5 alpha 3;
This includes removal of overloaded (but unused) methods, and addition of
a overlooked call to DataStruct::SetData(nsISupports, uint32_t, bool.)

     1 #test-div {
     2   color: rgb(0, 0, 0);
     3   font-family: serif;
     4   font-weight: 400;
     5 }
     7 #test-div:hover {
     8   color: rgb(10, 0, 0);
     9 }
    11 #test-div:active {
    12   font-family: Arial;
    13 }
    15 #test-div:focus {
    16   font-weight: 800;
    17 }
    19 #test-button {
    20   color: rgb(0, 0, 0);
    21 }
    23 #test-button:disabled {
    24   color: rgb(40, 0, 0);
    25 }
    27 #test-link:visited {
    28   color: rgb(20, 0, 0);
    29 }
    31 #test-link:link {
    32   color: rgb(30, 0, 0);
    33 }

mercurial