layout/reftests/box-properties/box-sizing-minmax-width-ref.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 <html><head>
michael@0 3 <title>min-/max-width testcase for bug 308801</title>
michael@0 4 <style type="text/css">
michael@0 5
michael@0 6 html,body {
michael@0 7 color:black; background-color:white; font-size:16px;
michael@0 8 }
michael@0 9
michael@0 10 .test1, .test2 {
michael@0 11 width:100px;
michael@0 12 height:20px;
michael@0 13 background:black;
michael@0 14 }
michael@0 15
michael@0 16 .test3 {
michael@0 17 width:30px;
michael@0 18 border:10px solid black;
michael@0 19 padding:25px;
michael@0 20 }
michael@0 21 br { margin-top:13px; }
michael@0 22 </style>
michael@0 23 </head>
michael@0 24 <body>
michael@0 25
michael@0 26 <div style="float:left"><div class="box min test1"></div></div>
michael@0 27
michael@0 28 <br clear="all">
michael@0 29 <div style="float:left"><div class="box min test2"></div></div>
michael@0 30
michael@0 31 <br clear="all">
michael@0 32 <div style="float:left"><div class="box min test3"></div></div>
michael@0 33
michael@0 34 <br clear="all">
michael@0 35 <br clear="all">
michael@0 36 <div class="box max test1"></div>
michael@0 37
michael@0 38 <br clear="all">
michael@0 39 <div class="box max test2"></div>
michael@0 40
michael@0 41 <br clear="all">
michael@0 42 <div class="box max test3"></div>
michael@0 43
michael@0 44 <br clear="all">
michael@0 45 <!-- overflow:hidden -->
michael@0 46
michael@0 47 <div style="float:left"><div class="hidden box min test1"></div></div>
michael@0 48
michael@0 49 <br clear="all">
michael@0 50 <div style="float:left"><div class="hidden box min test2"></div></div>
michael@0 51
michael@0 52 <br clear="all">
michael@0 53 <div style="float:left"><div class="hidden box min test3"></div></div>
michael@0 54
michael@0 55 <br clear="all">
michael@0 56 <br clear="all">
michael@0 57 <div class="hidden box max test1"></div>
michael@0 58
michael@0 59 <br clear="all">
michael@0 60 <div class="hidden box max test2"></div>
michael@0 61
michael@0 62 <br clear="all">
michael@0 63 <div class="hidden box max test3"></div>
michael@0 64
michael@0 65
michael@0 66
michael@0 67 </body>
michael@0 68 </html>

mercurial