layout/reftests/bugs/456147.css

Wed, 31 Dec 2014 07:16:47 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 07:16:47 +0100
branch
TOR_BUG_9701
changeset 3
141e0f1194b1
permissions
-rw-r--r--

Revert simplistic fix pending revisit of Mozilla integration attempt.

     1 /* In order to ensure consistency between the HTML reference and XUL
     2    test case, we explicitly specify all relevant style properties.  */
     3 * { 
     4   margin: 0;
     5   padding: 0;
     6   border: none; 
     7   background-color: transparent; 
     8 }
     9 window {
    10   padding: 8px;
    11   background-color: white;
    12 }
    13 label, text, description {
    14   color: black;
    15   font: normal normal normal 12pt/14pt serif;
    16   height: 30px;
    17 }
    18 vbox#under {
    19   text-decoration: underline;
    20   color: orange;
    21 }
    22 vbox#strike {
    23   text-decoration: line-through;
    24   color: blue;
    25 }

mercurial