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

Unified 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 side-by-side diff with in-line comments
Download patch
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>

Powered by Google App Engine
This is Rietveld 408576698