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

Unified Diff: LayoutTests/fast/table/rtl-within-right-alinged-div-expected.txt

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-expected.txt
diff --git a/LayoutTests/fast/table/rtl-within-right-alinged-div-expected.txt b/LayoutTests/fast/table/rtl-within-right-alinged-div-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..3bf4b5654c038b2e275df994818f26642d87203c
--- /dev/null
+++ b/LayoutTests/fast/table/rtl-within-right-alinged-div-expected.txt
@@ -0,0 +1,33 @@
+layer at (0,0) size 800x600
+ RenderView at (0,0) size 800x600
mstensho (USE GERRIT) 2014/12/04 09:47:57 Please avoid render tree dump tests where possible
Kyungtae Kim 2014/12/04 11:15:21 OK. I modified it to js-test to check the calculat
+layer at (0,0) size 800x96
+ RenderBlock {HTML} at (0,0) size 800x96
+ RenderBody {BODY} at (8,8) size 784x80
+ RenderBlock (anonymous) at (0,0) size 784x20
+ RenderText {#text} at (0,0) size 401x19
+ text run at (0,0) width 401: "The tables with/without dir=rtl sould be aligned by styles of parents"
+ RenderBlock {DIV} at (0,20) size 784x60
+ RenderTable {TABLE} at (738,0) size 46x30 [border: (1px outset #808080)]
+ RenderTableSection {TBODY} at (1,1) size 44x28
+ RenderTableRow {TR} at (0,2) size 44x24
+ RenderTableCell {TD} at (30,2) size 12x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
+ RenderText {#text} at (2,2) size 8x19
+ text run at (2,2) width 8: "1"
+ RenderTableCell {TD} at (16,2) size 12x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
+ RenderText {#text} at (2,2) size 8x19
+ text run at (2,2) width 8: "2"
+ RenderTableCell {TD} at (2,2) size 12x24 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
+ RenderText {#text} at (2,2) size 8x19
+ text run at (2,2) width 8: "3"
+ RenderTable {TABLE} at (738,30) size 46x30 [border: (1px outset #808080)]
+ RenderTableSection {TBODY} at (1,1) size 44x28
+ RenderTableRow {TR} at (0,2) size 44x24
+ RenderTableCell {TD} at (2,2) size 12x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
+ RenderText {#text} at (2,2) size 8x19
+ text run at (2,2) width 8: "1"
+ RenderTableCell {TD} at (16,2) size 12x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
+ RenderText {#text} at (2,2) size 8x19
+ text run at (2,2) width 8: "2"
+ RenderTableCell {TD} at (30,2) size 12x24 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
+ RenderText {#text} at (2,2) size 8x19
+ text run at (2,2) width 8: "3"

Powered by Google App Engine
This is Rietveld 408576698