Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 <html> | 1 <html> |
| 2 <style> | 2 <style> |
| 3 td { | 3 td { |
| 4 counter-increment: list-item; | 4 counter-increment: list-item; |
| 5 } | 5 } |
| 6 </style> | 6 </style> |
| 7 <script> | 7 <script> |
| 8 if (window.layoutTestController) { | 8 if (window.layoutTestController) { |
| 9 layoutTestController.waitUntilDone(); | 9 layoutTestController.waitUntilDone(); |
| 10 } | 10 } |
| (...skipping 11 matching lines...) Expand all Loading... | |
| 22 <tbody> | 22 <tbody> |
| 23 <td> | 23 <td> |
| 24 </tbody> | 24 </tbody> |
| 25 <ol>re-parent me</ol> | 25 <ol>re-parent me</ol> |
| 26 <ol>re-parent me</ol> | 26 <ol>re-parent me</ol> |
| 27 </td> | 27 </td> |
| 28 <td></td> | 28 <td></td> |
| 29 </table> | 29 </table> |
| 30 </body> | 30 </body> |
| 31 </html> | 31 </html> |
| OLD | NEW |