Thu, 15 Jan 2015 21:13:52 +0100
Remove forgotten relic of ABI crash risk averse overloaded method change.
michael@0 | 1 | <!DOCTYPE HTML> |
michael@0 | 2 | <html><head> |
michael@0 | 3 | <meta charset="utf-8"> |
michael@0 | 4 | <title>Testcase for bug 261037</title> |
michael@0 | 5 | <style type="text/css"> |
michael@0 | 6 | fieldset, div { |
michael@0 | 7 | background:pink; |
michael@0 | 8 | overflow:auto; |
michael@0 | 9 | height:100px; |
michael@0 | 10 | margin:0; padding:0; border:0; |
michael@0 | 11 | } |
michael@0 | 12 | p { |
michael@0 | 13 | background:blue; |
michael@0 | 14 | height:100px; |
michael@0 | 15 | margin:0; padding:0; |
michael@0 | 16 | } |
michael@0 | 17 | .overflow { |
michael@0 | 18 | height:110px; |
michael@0 | 19 | } |
michael@0 | 20 | .abs { |
michael@0 | 21 | position:absolute; |
michael@0 | 22 | width:100px; |
michael@0 | 23 | top:250px; |
michael@0 | 24 | } |
michael@0 | 25 | p.abs { |
michael@0 | 26 | top:0;left:0; |
michael@0 | 27 | } |
michael@0 | 28 | .b { border:10px solid black; } |
michael@0 | 29 | .p { padding: 7px 0; } |
michael@0 | 30 | .p p { height:114px; } |
michael@0 | 31 | </style> |
michael@0 | 32 | </head> |
michael@0 | 33 | <body> |
michael@0 | 34 | |
michael@0 | 35 | <fieldset><p></p></fieldset> |
michael@0 | 36 | <br> |
michael@0 | 37 | <fieldset><p class="overflow"></p></fieldset> |
michael@0 | 38 | <br> |
michael@0 | 39 | <fieldset class="abs"><p class="abs"></p></fieldset> |
michael@0 | 40 | <br> |
michael@0 | 41 | <fieldset class="abs" style="left:120px"><p class="abs overflow"></p></fieldset> |
michael@0 | 42 | <br> |
michael@0 | 43 | <fieldset class="abs b" style="left:240px"><p class="abs"></p></fieldset> |
michael@0 | 44 | <br> |
michael@0 | 45 | <fieldset class="abs b" style="left:370px"><p class="abs overflow"></p></fieldset> |
michael@0 | 46 | <br> |
michael@0 | 47 | <fieldset class="abs b p" style="left:510px"><p class="abs"></p></fieldset> |
michael@0 | 48 | <br> |
michael@0 | 49 | <fieldset class="abs b p" style="left:640px"><p class="abs overflow"></p></fieldset> |
michael@0 | 50 | |
michael@0 | 51 | </body> |
michael@0 | 52 | </html> |