layout/reftests/bugs/921716-1.html

Wed, 31 Dec 2014 13:27:57 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 13:27:57 +0100
branch
TOR_BUG_3246
changeset 6
8bccb770b82d
permissions
-rw-r--r--

Ignore runtime configuration files generated during quality assurance.

michael@0 1 <!DOCTYPE html>
michael@0 2 <style>
michael@0 3 div {
michael@0 4 -moz-column-count: 3;
michael@0 5 -moz-column-gap: 8px;
michael@0 6 -moz-column-rule: thick solid red;
michael@0 7 visibility: hidden;
michael@0 8 width: 300px;
michael@0 9 background-color: #fcc;
michael@0 10 }
michael@0 11 span {
michael@0 12 visibility: visible;
michael@0 13 }
michael@0 14 </style>
michael@0 15 <div>
michael@0 16 <span>This is some content that is still shown within the columns.</span>
michael@0 17 </div>

mercurial