| OLD | NEW |
| 1 <!DOCTYPE html> | 1 <!DOCTYPE html> |
| 2 <html> | 2 <html> |
| 3 <head> | 3 <head> |
| 4 <script src="../../resources/ahem.js"></script> |
| 4 <style type="text/css"> | 5 <style type="text/css"> |
| 5 .container | 6 .container |
| 6 { | 7 { |
| 7 width:300px; | 8 width:300px; |
| 8 height:400px; | 9 height:400px; |
| 9 font:16px/1 Ahem; | 10 font:16px/1 Ahem; |
| 10 background-color:#999999; | 11 background-color:#999999; |
| 11 } | 12 } |
| 12 | 13 |
| 13 .child | 14 .child |
| (...skipping 92 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 106 <br><br>FILLER TEXT TO INCREASE CONTENT HEIGHT. | 107 <br><br>FILLER TEXT TO INCREASE CONTENT HEIGHT. |
| 107 </div> | 108 </div> |
| 108 </div> | 109 </div> |
| 109 <div class="container"> | 110 <div class="container"> |
| 110 <div class="child fixed-table" style="height:auto;"> | 111 <div class="child fixed-table" style="height:auto;"> |
| 111 This test checks that when height of a fixed table is auto, there is are
no asserts. No crash means the test passed. | 112 This test checks that when height of a fixed table is auto, there is are
no asserts. No crash means the test passed. |
| 112 </div> | 113 </div> |
| 113 </div> | 114 </div> |
| 114 <body> | 115 <body> |
| 115 </html> | 116 </html> |
| OLD | NEW |