Chromium Code Reviews| Index: LayoutTests/fast/table/rtl-within-right-alinged-div.html |
| diff --git a/LayoutTests/fast/table/rtl-within-right-alinged-div.html b/LayoutTests/fast/table/rtl-within-right-alinged-div.html |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..c7583b0bd8eb757617db3826fbf348355554c3e8 |
| --- /dev/null |
| +++ b/LayoutTests/fast/table/rtl-within-right-alinged-div.html |
| @@ -0,0 +1,10 @@ |
| +<!DOCTYPE html> |
|
mstensho (USE GERRIT)
2014/12/04 09:47:57
Typo in file name ("alinged").
|
| +The tables with/without dir=rtl sould be aligned by styles of parents |
|
mstensho (USE GERRIT)
2014/12/04 09:47:57
"sould" -> "should"
|
| +<div align="right"> |
| + <table dir="rtl" border="1"> |
| + <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
|
| + </table> |
| + <table border="1"> |
| + <tr><td>1</td><td>2</td><td>3</td></tr> |
| + </table> |
| +</div> |