Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 This shouldn't crash and there should be a green square. | |
| 2 | |
| 3 FAIL: | |
| 4 Expected 16 for height, but got 52. | |
| 5 | |
| 6 <table id="table2" style="height:20px;width:20px"> | |
| 7 <tr id="row"><td style="height:50px;width:50px;background:green" data-expected-w idth="16" data-expected-height="16"></td></tr></table> | |
| OLD | NEW |