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

Side by Side Diff: test/data/expected/text_tostring_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 800x110 4 layer at (0,0) size 800x110
5 RenderBlock {HTML} at (0,0) size 800x110 5 RenderBlock {HTML} at (0,0) size 800x110
6 RenderBody {BODY} at (8,16) size 784x81 6 RenderBody {BODY} at (8,16) size 784x81
7 RenderBlock {P} at (0,0) size 784x20 7 RenderBlock {P} at (0,0) size 784x20
8 RenderText {#text} at (0,0) size 211x19 8 RenderText {#text} at (0,0) size 211x19
9 text run at (0,0) width 211: "These two sentences should match:" 9 text run at (0,0) width 211: "These two sentences should match:"
10 RenderBlock {PRE} at (0,36) size 784x16 10 RenderBlock {PRE} at (0,36) size 784x16
11 RenderText {#text} at (0,0) size 400x16 11 RenderText {#text} at (0,0) size 400x16
12 text run at (0,0) width 400: "The quick brown [fox, jumps] over the {l azy: dog}." 12 text run at (0,0) width 400: "The quick brown [fox, jumps] over the {l azy: dog}."
13 RenderBlock {PRE} at (0,65) size 784x16 13 RenderBlock {PRE} at (0,65) size 784x16
14 RenderText {#text} at (0,0) size 128x16 14 RenderText {#text} at (0,0) size 128x16
15 text run at (0,0) width 128: "The quick brown " 15 text run at (0,0) width 128: "The quick brown "
16 RenderText {#text} at (128,0) size 96x16 16 RenderText {#text} at (128,0) size 96x16
17 text run at (128,0) width 96: "[fox, jumps]" 17 text run at (128,0) width 96: "[fox, jumps]"
18 RenderText {#text} at (224,0) size 80x16 18 RenderText {#text} at (224,0) size 80x16
19 text run at (224,0) width 80: " over the " 19 text run at (224,0) width 80: " over the "
20 RenderText {#text} at (304,0) size 88x16 20 RenderText {#text} at (304,0) size 88x16
21 text run at (304,0) width 88: "{lazy: dog}" 21 text run at (304,0) width 88: "{lazy: dog}"
22 RenderText {#text} at (392,0) size 8x16 22 RenderText {#text} at (392,0) size 8x16
23 text run at (392,0) width 8: "." 23 text run at (392,0) width 8: "."
24 #EOF
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698