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

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

Issue 11293285: Fixes #163 - small fix in the mangling logic, renames all expected test files (Closed) Base URL: git@github.com:dart-lang/dart-web-components.git@master
Patch Set: Created 8 years, 1 month 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 Blocked access to external URL http://dart.googlecode.com/svn/branches/bleeding_ edge/dart/client/dart.js
2 Blocked access to external URL http://dart.googlecode.com/svn/branches/bleeding_ edge/dart/client/dart.js
3 Content-Type: text/plain
4 layer at (0,0) size 800x600
5 RenderView at (0,0) size 800x600
6 layer at (0,0) size 800x114
7 RenderBlock {HTML} at (0,0) size 800x114
8 RenderBody {BODY} at (8,8) size 784x98
9 RenderTable {TABLE} at (0,0) size 65x98
10 RenderTableSection {TBODY} at (0,0) size 65x98
11 RenderTableRow {TR} at (0,2) size 65x22
12 RenderTableCell {TD} at (2,2) size 13x22 [r=0 c=0 rs=1 cs=1]
13 RenderText {#text} at (1,1) size 8x19
14 text run at (1,1) width 8: "1"
15 RenderTableCell {TD} at (17,2) size 18x22 [r=0 c=1 rs=1 cs=1]
16 RenderText {#text} at (1,1) size 8x19
17 text run at (1,1) width 8: "2"
18 RenderTableCell {TD} at (37,2) size 26x22 [r=0 c=2 rs=1 cs=1]
19 RenderText {#text} at (1,1) size 11x19
20 text run at (1,1) width 11: "X"
21 RenderTableRow {TR} at (0,26) size 65x22
22 RenderTableCell {TD} at (2,26) size 13x22 [r=1 c=0 rs=1 cs=1]
23 RenderText {#text} at (1,1) size 7x19
24 text run at (1,1) width 7: "a"
25 RenderTableCell {TD} at (17,26) size 18x22 [r=1 c=1 rs=1 cs=1]
26 RenderText {#text} at (1,1) size 11x19
27 text run at (1,1) width 11: "Y"
28 RenderTableCell {TD} at (37,26) size 26x22 [r=1 c=2 rs=1 cs=1]
29 RenderText {#text} at (1,1) size 7x19
30 text run at (1,1) width 7: "c"
31 RenderTableRow {TR} at (0,50) size 65x22
32 RenderTableCell {TD} at (2,50) size 13x22 [r=2 c=0 rs=1 cs=1]
33 RenderText {#text} at (1,1) size 11x19
34 text run at (1,1) width 11: "A"
35 RenderTableCell {TD} at (17,50) size 18x22 [r=2 c=1 rs=1 cs=1]
36 RenderText {#text} at (1,1) size 10x19
37 text run at (1,1) width 10: "B"
38 RenderTableCell {TD} at (37,50) size 26x22 [r=2 c=2 rs=1 cs=1]
39 RenderText {#text} at (1,1) size 11x19
40 text run at (1,1) width 11: "C"
41 RenderTableRow {TR} at (0,74) size 65x22
42 RenderTableCell {TD} at (2,74) size 13x22 [r=3 c=0 rs=1 cs=1]
43 RenderText {#text} at (1,1) size 8x19
44 text run at (1,1) width 8: "_"
45 RenderTableCell {TD} at (17,74) size 18x22 [r=3 c=1 rs=1 cs=1]
46 RenderText {#text} at (1,1) size 16x19
47 text run at (1,1) width 16: "__"
48 RenderTableCell {TD} at (37,74) size 26x22 [r=3 c=2 rs=1 cs=1]
49 RenderText {#text} at (1,1) size 24x19
50 text run at (1,1) width 24: "___"
51 #EOF
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698