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

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

Powered by Google App Engine
This is Rietveld 408576698