layout/reftests/bugs/192767.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 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