layout/reftests/bugs/456147.css

Thu, 15 Jan 2015 15:55:04 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Thu, 15 Jan 2015 15:55:04 +0100
branch
TOR_BUG_9701
changeset 9
a63d609f5ebe
permissions
-rw-r--r--

Back out 97036ab72558 which inappropriately compared turds to third parties.

     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