layout/reftests/bugs/192767.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 body > * 
     2 { 
     3   width: 100px;
     4   height: 100px;
     5   overflow: auto;
     6   border: thick solid purple;
     7   margin: 10px; 
     8 }
    10 body > * > *
    11 { 
    12   margin: 10px; 
    13   border: medium solid green; 
    14   background: yellow;
    15   width: 200px; 
    16   height: 200px;
    17 }

mercurial