layout/reftests/bugs/240029-1-ref.html

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/layout/reftests/bugs/240029-1-ref.html	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,28 @@
     1.4 +<!DOCTYPE html>
     1.5 +<html>
     1.6 +<head>
     1.7 +<style type="text/css">
     1.8 +body {
     1.9 + font-size: 10px;
    1.10 +}
    1.11 +.float {
    1.12 + width: 100%;
    1.13 + float: left;
    1.14 + height: 10px;
    1.15 + padding-bottom: 10px;
    1.16 +}
    1.17 +table {
    1.18 + clear: left;
    1.19 +}
    1.20 +</style>
    1.21 +</head>
    1.22 +<body>
    1.23 +<div class="float"></div>
    1.24 +<br>
    1.25 +<table cellpadding="0" cellspacing="0">
    1.26 + <tr>
    1.27 +  <td>should_be_at_left_edge</td>
    1.28 + </tr>
    1.29 +</table>
    1.30 +</body>
    1.31 +</html>

mercurial