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

Side by Side Diff: test/data/expected/table_test.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
1 Blocked access to external URL http://dart.googlecode.com/svn/branches/bleeding_ edge/dart/client/dart.js 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 2 Blocked access to external URL http://dart.googlecode.com/svn/branches/bleeding_ edge/dart/client/dart.js
3 Content-Type: text/plain 3 Content-Type: text/plain
4 layer at (0,0) size 800x600 4 layer at (0,0) size 800x600
5 RenderView at (0,0) size 800x600 5 RenderView at (0,0) size 800x600
6 layer at (0,0) size 800x114 6 layer at (0,0) size 800x114
7 RenderBlock {HTML} at (0,0) size 800x114 7 RenderBlock {HTML} at (0,0) size 800x114
8 RenderBody {BODY} at (8,8) size 784x98 8 RenderBody {BODY} at (8,8) size 784x98
9 RenderTable {TABLE} at (0,0) size 65x98 9 RenderTable {TABLE} at (0,0) size 65x98
10 RenderTableSection {TBODY} at (0,0) size 65x98 10 RenderTableSection {TBODY} at (0,0) size 65x98
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
42 RenderTableCell {TD} at (2,74) size 13x22 [r=3 c=0 rs=1 cs=1] 42 RenderTableCell {TD} at (2,74) size 13x22 [r=3 c=0 rs=1 cs=1]
43 RenderText {#text} at (1,1) size 8x19 43 RenderText {#text} at (1,1) size 8x19
44 text run at (1,1) width 8: "_" 44 text run at (1,1) width 8: "_"
45 RenderTableCell {TD} at (17,74) size 18x22 [r=3 c=1 rs=1 cs=1] 45 RenderTableCell {TD} at (17,74) size 18x22 [r=3 c=1 rs=1 cs=1]
46 RenderText {#text} at (1,1) size 16x19 46 RenderText {#text} at (1,1) size 16x19
47 text run at (1,1) width 16: "__" 47 text run at (1,1) width 16: "__"
48 RenderTableCell {TD} at (37,74) size 26x22 [r=3 c=2 rs=1 cs=1] 48 RenderTableCell {TD} at (37,74) size 26x22 [r=3 c=2 rs=1 cs=1]
49 RenderText {#text} at (1,1) size 24x19 49 RenderText {#text} at (1,1) size 24x19
50 text run at (1,1) width 24: "___" 50 text run at (1,1) width 24: "___"
51 #EOF 51 #EOF
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698