layout/reftests/forms/fieldset/overflow-hidden.html

Thu, 15 Jan 2015 21:03:48 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Thu, 15 Jan 2015 21:03:48 +0100
branch
TOR_BUG_9701
changeset 11
deefc01c0e14
permissions
-rw-r--r--

Integrate friendly tips from Tor colleagues to make (or not) 4.5 alpha 3;
This includes removal of overloaded (but unused) methods, and addition of
a overlooked call to DataStruct::SetData(nsISupports, uint32_t, bool.)

michael@0 1 <!DOCTYPE HTML>
michael@0 2 <html><head>
michael@0 3 <meta charset="utf-8">
michael@0 4 <title>Testcase for bug 971933</title>
michael@0 5 <style type="text/css">
michael@0 6 html,body {
michael@0 7 color:black; background-color:white; font-size:16px;
michael@0 8 }
michael@0 9 #f0 div::before { content: "f0"; }
michael@0 10 #f1 div::before { content: "f1"; }
michael@0 11 #f2 div::before { content: "f2"; }
michael@0 12 #f3 div::before { content: "f3"; }
michael@0 13 #f4 div::before { content: "f4"; }
michael@0 14 #f5 div::before { content: "f5"; }
michael@0 15 #f6 div::before { content: "f6"; }
michael@0 16 #f7 div::before { content: "f7"; }
michael@0 17 #f8 div::before { content: "f8"; }
michael@0 18 #f9 div::before { content: "f9"; }
michael@0 19
michael@0 20 legend { background:pink; height:30px; }
michael@0 21 div { background:yellow; height:100px; }
michael@0 22 fieldset {
michael@0 23 border-width:0;
michael@0 24 padding:0;
michael@0 25 margin:0;
michael@0 26 margin-top:6px;
michael@0 27 outline:1px dotted black;
michael@0 28 height:15px;
michael@0 29 overflow:hidden;
michael@0 30 background:grey;
michael@0 31
michael@0 32 padding-bottom:3px;
michael@0 33 padding-top:5px;
michael@0 34 border:1px solid blue;
michael@0 35 border-top-width:7px;
michael@0 36 }
michael@0 37
michael@0 38 #f1 {}
michael@0 39 #f2 { border-top-width:0; }
michael@0 40 #f3 { border-width:0; }
michael@0 41 #f4 { border-bottom-width:0; }
michael@0 42 #f5 { border-width:0; padding:0; }
michael@0 43 #f6 { border-width:0; padding-bottom:0; }
michael@0 44 #f7 { border-width:0; padding-top:0; }
michael@0 45 #f8 { padding-top:0; }
michael@0 46 #f9 { padding-bottom:0; }
michael@0 47 #f0 { padding:0; }
michael@0 48
michael@0 49 #c2 fieldset { height:29px; }
michael@0 50
michael@0 51 #c3 fieldset { height:39px; }
michael@0 52
michael@0 53 #c4 fieldset { height:29px; }
michael@0 54 #c4 legend { height: 20px; }
michael@0 55
michael@0 56 #c5 legend { height:21px; }
michael@0 57 #c5 fieldset { border-top-width:31px; }
michael@0 58
michael@0 59 .col { float:left; width:10ch; margin-left:6px; }
michael@0 60 </style>
michael@0 61 </head>
michael@0 62 <body>
michael@0 63 <span id=c1 class=col>C1
michael@0 64 <fieldset id=f1><legend>LEGEND</legend><div></div></fieldset>
michael@0 65 <fieldset id=f2><legend>LEGEND</legend><div></div></fieldset>
michael@0 66 <fieldset id=f3><legend>LEGEND</legend><div></div></fieldset>
michael@0 67 <fieldset id=f4><legend>LEGEND</legend><div></div></fieldset>
michael@0 68 <fieldset id=f5><legend>LEGEND</legend><div></div></fieldset>
michael@0 69 <fieldset id=f6><legend>LEGEND</legend><div></div></fieldset>
michael@0 70 <fieldset id=f7><legend>LEGEND</legend><div></div></fieldset>
michael@0 71 <fieldset id=f8><legend>LEGEND</legend><div></div></fieldset>
michael@0 72 <fieldset id=f9><legend>LEGEND</legend><div></div></fieldset>
michael@0 73 <fieldset id=f0><legend>LEGEND</legend><div></div></fieldset>
michael@0 74 </span>
michael@0 75 <span id=c2 class=col>C2
michael@0 76 <fieldset id=f1><legend>LEGEND</legend><div></div></fieldset>
michael@0 77 <fieldset id=f2><legend>LEGEND</legend><div></div></fieldset>
michael@0 78 <fieldset id=f3><legend>LEGEND</legend><div></div></fieldset>
michael@0 79 <fieldset id=f4><legend>LEGEND</legend><div></div></fieldset>
michael@0 80 <fieldset id=f5><legend>LEGEND</legend><div></div></fieldset>
michael@0 81 <fieldset id=f6><legend>LEGEND</legend><div></div></fieldset>
michael@0 82 <fieldset id=f7><legend>LEGEND</legend><div></div></fieldset>
michael@0 83 <fieldset id=f8><legend>LEGEND</legend><div></div></fieldset>
michael@0 84 <fieldset id=f9><legend>LEGEND</legend><div></div></fieldset>
michael@0 85 <fieldset id=f0><legend>LEGEND</legend><div></div></fieldset>
michael@0 86 </span>
michael@0 87 <span id=c3 class=col>C3
michael@0 88 <fieldset id=f1><legend>LEGEND</legend><div></div></fieldset>
michael@0 89 <fieldset id=f2><legend>LEGEND</legend><div></div></fieldset>
michael@0 90 <fieldset id=f3><legend>LEGEND</legend><div></div></fieldset>
michael@0 91 <fieldset id=f4><legend>LEGEND</legend><div></div></fieldset>
michael@0 92 <fieldset id=f5><legend>LEGEND</legend><div></div></fieldset>
michael@0 93 <fieldset id=f6><legend>LEGEND</legend><div></div></fieldset>
michael@0 94 <fieldset id=f7><legend>LEGEND</legend><div></div></fieldset>
michael@0 95 <fieldset id=f8><legend>LEGEND</legend><div></div></fieldset>
michael@0 96 <fieldset id=f9><legend>LEGEND</legend><div></div></fieldset>
michael@0 97 <fieldset id=f0><legend>LEGEND</legend><div></div></fieldset>
michael@0 98 </span>
michael@0 99 <span id=c4 class=col>C4
michael@0 100 <fieldset id=f1><legend>LEGEND</legend><div></div></fieldset>
michael@0 101 <fieldset id=f2><legend>LEGEND</legend><div></div></fieldset>
michael@0 102 <fieldset id=f3><legend>LEGEND</legend><div></div></fieldset>
michael@0 103 <fieldset id=f4><legend>LEGEND</legend><div></div></fieldset>
michael@0 104 <fieldset id=f5><legend>LEGEND</legend><div></div></fieldset>
michael@0 105 <fieldset id=f6><legend>LEGEND</legend><div></div></fieldset>
michael@0 106 <fieldset id=f7><legend>LEGEND</legend><div></div></fieldset>
michael@0 107 <fieldset id=f8><legend>LEGEND</legend><div></div></fieldset>
michael@0 108 <fieldset id=f9><legend>LEGEND</legend><div></div></fieldset>
michael@0 109 <fieldset id=f0><legend>LEGEND</legend><div></div></fieldset>
michael@0 110 </span>
michael@0 111 <span id=c5 class=col>C5
michael@0 112 <fieldset id=f1><legend>LEGEND</legend><div></div></fieldset>
michael@0 113 <fieldset id=f2><legend>LEGEND</legend><div></div></fieldset>
michael@0 114 <fieldset id=f3><legend>LEGEND</legend><div></div></fieldset>
michael@0 115 <fieldset id=f4><legend>LEGEND</legend><div></div></fieldset>
michael@0 116 <fieldset id=f5><legend>LEGEND</legend><div></div></fieldset>
michael@0 117 <fieldset id=f6><legend>LEGEND</legend><div></div></fieldset>
michael@0 118 <fieldset id=f7><legend>LEGEND</legend><div></div></fieldset>
michael@0 119 <fieldset id=f8><legend>LEGEND</legend><div></div></fieldset>
michael@0 120 <fieldset id=f9><legend>LEGEND</legend><div></div></fieldset>
michael@0 121 <fieldset id=f0><legend>LEGEND</legend><div></div></fieldset>
michael@0 122 </span>
michael@0 123
michael@0 124 </body>
michael@0 125 </html>

mercurial