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

Side by Side Diff: test/data/expected/component_inherit_noscript_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 800x224 4 layer at (0,0) size 800x224
5 RenderBlock {HTML} at (0,0) size 800x224 5 RenderBlock {HTML} at (0,0) size 800x224
6 RenderBody {BODY} at (8,16) size 784x192 6 RenderBody {BODY} at (8,16) size 784x192
7 RenderBlock {DIV} at (0,0) size 784x192 7 RenderBlock {DIV} at (0,0) size 784x192
8 RenderBlock {P} at (0,0) size 784x20 8 RenderBlock {P} 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,36) size 784x48 11 RenderBlock {PRE} at (0,36) size 784x48
12 RenderText {#text} at (0,0) size 104x48 12 RenderText {#text} at (0,0) size 104x48
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 104: "Base.inserted" 16 text run at (0,32) width 104: "Base.inserted"
17 RenderBlock {P} at (0,100) size 784x20 17 RenderBlock {P} at (0,100) size 784x20
18 RenderText {#text} at (0,0) size 269x19 18 RenderText {#text} at (0,0) size 269x19
19 text run at (0,0) width 269: "You should see Base created, Base inse rted." 19 text run at (0,0) width 269: "You should see Base created, Base inse rted."
20 RenderBlock {P} at (0,136) size 784x20 20 RenderBlock {P} at (0,136) size 784x20
21 RenderText {#text} at (0,0) size 228x19 21 RenderText {#text} at (0,0) size 228x19
22 text run at (0,0) width 228: "Also, here is a message from Derived:" 22 text run at (0,0) width 228: "Also, here is a message from Derived:"
23 RenderBlock {P} at (0,172) size 784x20 23 RenderBlock {P} at (0,172) size 784x20
24 RenderText {#text} at (0,0) size 292x19 24 RenderText {#text} at (0,0) size 292x19
25 text run at (0,0) width 292: "Hello, I am a Derived element with no script tag!" 25 text run at (0,0) width 292: "Hello, I am a Derived element with no script tag!"
26 #EOF
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698