Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 <!DOCTYPE html> | |
|
Julien - ping for review
2014/06/23 17:09:57
Also the test is not checking for a test anymore s
| |
| 2 <html> | |
| 3 <script src="../../resources/check-layout.js"></script> | |
| 4 <body onload="checkLayout('td')"> | |
|
Julien - ping for review
2014/06/23 17:09:23
Let's add a description of what we are testing ple
| |
| 5 <table> | |
| 6 <tr> | |
| 7 <td colspan="5" style="width: calc(100% + 100px);" data-expected-wid th="2"/> | |
|
Julien - ping for review
2014/06/23 17:09:23
That works because you have no content so it's cor
| |
| 8 </tr> | |
| 9 </table> | |
| 10 | |
| 11 <table style="table-layout:fixed;"> | |
| 12 <tr> | |
| 13 <td colspan="5" style="width: calc(100% + 100px);" data-expected-wid th="2"/> | |
| 14 </tr> | |
| 15 </table> | |
| 16 | |
| 17 </body> | |
| 18 </html> | |
| OLD | NEW |