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

Side by Side Diff: test/data/expected/component_inherit_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 800x162 4 layer at (0,0) size 800x162
5 RenderBlock {HTML} at (0,0) size 800x162 5 RenderBlock {HTML} at (0,0) size 800x162
6 RenderBody {BODY} at (8,8) size 784x146 6 RenderBody {BODY} at (8,8) size 784x146
7 RenderBlock {DIV} at (0,0) size 784x146 7 RenderBlock {DIV} at (0,0) size 784x146
8 RenderBlock {DIV} at (0,0) size 784x20 8 RenderBlock {DIV} at (0,0) size 784x20
9 RenderText {#text} at (0,0) size 315x19 9 RenderText {#text} at (0,0) size 315x19
10 text run at (0,0) width 315: "Here are the lifecycle methods that ha ve been called:" 10 text run at (0,0) width 315: "Here are the lifecycle methods that ha ve been called:"
11 RenderBlock {PRE} at (0,33) size 784x80 11 RenderBlock {PRE} at (0,33) size 784x80
12 RenderText {#text} at (0,0) size 128x80 12 RenderText {#text} at (0,0) size 128x80
13 text run at (0,0) width 0: " " 13 text run at (0,0) width 0: " "
14 text run at (0,16) width 96: "Base.created" 14 text run at (0,16) width 96: "Base.created"
15 text run at (96,16) width 0: " " 15 text run at (96,16) width 0: " "
16 text run at (0,32) width 120: "Derived.created" 16 text run at (0,32) width 120: "Derived.created"
17 text run at (120,32) width 0: " " 17 text run at (120,32) width 0: " "
18 text run at (0,48) width 104: "Base.inserted" 18 text run at (0,48) width 104: "Base.inserted"
19 text run at (104,48) width 0: " " 19 text run at (104,48) width 0: " "
20 text run at (0,64) width 128: "Derived.inserted" 20 text run at (0,64) width 128: "Derived.inserted"
21 RenderBlock {DIV} at (0,126) size 784x20 21 RenderBlock {DIV} at (0,126) size 784x20
22 RenderText {#text} at (0,0) size 477x19 22 RenderText {#text} at (0,0) size 477x19
23 text run at (0,0) width 289: "You should see Base created, Derived c reated, " 23 text run at (0,0) width 289: "You should see Base created, Derived c reated, "
24 text run at (289,0) width 188: "Base inserted, Derived inserted" 24 text run at (289,0) width 188: "Base inserted, Derived inserted"
25 #EOF
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698