Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(349)

Side by Side Diff: LayoutTests/fast/table/rtl-within-right-alinged-div.html

Issue 766223004: Blocks should be aligned by style of parents (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(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>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698