Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 <!DOCTYPE html> | |
|
mstensho (USE GERRIT)
2014/12/04 09:47:57
Typo in file name ("alinged").
| |
| 2 The tables with/without dir=rtl sould be aligned by styles of parents | |
|
mstensho (USE GERRIT)
2014/12/04 09:47:57
"sould" -> "should"
| |
| 3 <div align="right"> | |
| 4 <table dir="rtl" border="1"> | |
| 5 <tr><td>1</td><td>2</td><td>3</td></tr> | |
|
mstensho (USE GERRIT)
2014/12/04 09:47:57
Might as well say 3, 2, 1 instead of 1, 2, 3, and
Kyungtae Kim
2014/12/04 11:15:21
I modified the test to use js-test and delete the
| |
| 6 </table> | |
| 7 <table border="1"> | |
| 8 <tr><td>1</td><td>2</td><td>3</td></tr> | |
| 9 </table> | |
| 10 </div> | |
| OLD | NEW |