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

Side by Side 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 unified diff | Download patch
OLDNEW
(Empty)
1 layer at (0,0) size 800x600
2 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
3 layer at (0,0) size 800x96
4 RenderBlock {HTML} at (0,0) size 800x96
5 RenderBody {BODY} at (8,8) size 784x80
6 RenderBlock (anonymous) at (0,0) size 784x20
7 RenderText {#text} at (0,0) size 401x19
8 text run at (0,0) width 401: "The tables with/without dir=rtl sould be aligned by styles of parents"
9 RenderBlock {DIV} at (0,20) size 784x60
10 RenderTable {TABLE} at (738,0) size 46x30 [border: (1px outset #808080)]
11 RenderTableSection {TBODY} at (1,1) size 44x28
12 RenderTableRow {TR} at (0,2) size 44x24
13 RenderTableCell {TD} at (30,2) size 12x24 [border: (1px inset #808 080)] [r=0 c=0 rs=1 cs=1]
14 RenderText {#text} at (2,2) size 8x19
15 text run at (2,2) width 8: "1"
16 RenderTableCell {TD} at (16,2) size 12x24 [border: (1px inset #808 080)] [r=0 c=1 rs=1 cs=1]
17 RenderText {#text} at (2,2) size 8x19
18 text run at (2,2) width 8: "2"
19 RenderTableCell {TD} at (2,2) size 12x24 [border: (1px inset #8080 80)] [r=0 c=2 rs=1 cs=1]
20 RenderText {#text} at (2,2) size 8x19
21 text run at (2,2) width 8: "3"
22 RenderTable {TABLE} at (738,30) size 46x30 [border: (1px outset #808080) ]
23 RenderTableSection {TBODY} at (1,1) size 44x28
24 RenderTableRow {TR} at (0,2) size 44x24
25 RenderTableCell {TD} at (2,2) size 12x24 [border: (1px inset #8080 80)] [r=0 c=0 rs=1 cs=1]
26 RenderText {#text} at (2,2) size 8x19
27 text run at (2,2) width 8: "1"
28 RenderTableCell {TD} at (16,2) size 12x24 [border: (1px inset #808 080)] [r=0 c=1 rs=1 cs=1]
29 RenderText {#text} at (2,2) size 8x19
30 text run at (2,2) width 8: "2"
31 RenderTableCell {TD} at (30,2) size 12x24 [border: (1px inset #808 080)] [r=0 c=2 rs=1 cs=1]
32 RenderText {#text} at (2,2) size 8x19
33 text run at (2,2) width 8: "3"
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698