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

Side by Side Diff: test/data/expected/table_test.html.txt

Issue 12314041: Make all tests in drt run at once (Closed) Base URL: git@github.com:dart-lang/web-ui.git@master
Patch Set: Created 7 years, 10 months 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
1 Content-Type: text/plain 1 Content-Type: text/plain
2 layer at (0,0) size 800x600 2 layer at (0,0) size 800x600
3 RenderView at (0,0) size 800x600 3 RenderView at (0,0) size 800x600
4 layer at (0,0) size 800x114 4 layer at (0,0) size 800x114
5 RenderBlock {HTML} at (0,0) size 800x114 5 RenderBlock {HTML} at (0,0) size 800x114
6 RenderBody {BODY} at (8,8) size 784x98 6 RenderBody {BODY} at (8,8) size 784x98
7 RenderTable {TABLE} at (0,0) size 65x98 7 RenderTable {TABLE} at (0,0) size 65x98
8 RenderTableSection {TBODY} at (0,0) size 65x98 8 RenderTableSection {TBODY} at (0,0) size 65x98
9 RenderTableRow {TR} at (0,2) size 65x22 9 RenderTableRow {TR} at (0,2) size 65x22
10 RenderTableCell {TD} at (2,2) size 13x22 [r=0 c=0 rs=1 cs=1] 10 RenderTableCell {TD} at (2,2) size 13x22 [r=0 c=0 rs=1 cs=1]
(...skipping 28 matching lines...) Expand all
39 RenderTableRow {TR} at (0,74) size 65x22 39 RenderTableRow {TR} at (0,74) size 65x22
40 RenderTableCell {TD} at (2,74) size 13x22 [r=3 c=0 rs=1 cs=1] 40 RenderTableCell {TD} at (2,74) size 13x22 [r=3 c=0 rs=1 cs=1]
41 RenderText {#text} at (1,1) size 8x19 41 RenderText {#text} at (1,1) size 8x19
42 text run at (1,1) width 8: "_" 42 text run at (1,1) width 8: "_"
43 RenderTableCell {TD} at (17,74) size 18x22 [r=3 c=1 rs=1 cs=1] 43 RenderTableCell {TD} at (17,74) size 18x22 [r=3 c=1 rs=1 cs=1]
44 RenderText {#text} at (1,1) size 16x19 44 RenderText {#text} at (1,1) size 16x19
45 text run at (1,1) width 16: "__" 45 text run at (1,1) width 16: "__"
46 RenderTableCell {TD} at (37,74) size 26x22 [r=3 c=2 rs=1 cs=1] 46 RenderTableCell {TD} at (37,74) size 26x22 [r=3 c=2 rs=1 cs=1]
47 RenderText {#text} at (1,1) size 24x19 47 RenderText {#text} at (1,1) size 24x19
48 text run at (1,1) width 24: "___" 48 text run at (1,1) width 24: "___"
49 #EOF
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698