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

Side by Side Diff: test/data/expected/escape_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 800x56 4 layer at (0,0) size 800x56
5 RenderBlock {HTML} at (0,0) size 800x56 5 RenderBlock {HTML} at (0,0) size 800x56
6 RenderBody {BODY} at (8,8) size 784x40 6 RenderBody {BODY} at (8,8) size 784x40
7 RenderBlock {DIV} at (0,0) size 784x20 7 RenderBlock {DIV} at (0,0) size 784x20
8 RenderText {#text} at (0,0) size 275x19 8 RenderText {#text} at (0,0) size 275x19
9 text run at (0,0) width 275: "binding as text (expect <span>hello</spa n>): " 9 text run at (0,0) width 275: "binding as text (expect <span>hello</spa n>): "
10 RenderText {#text} at (275,0) size 124x19 10 RenderText {#text} at (275,0) size 124x19
11 text run at (275,0) width 124: "<span>hello</span>" 11 text run at (275,0) width 124: "<span>hello</span>"
12 RenderBlock {DIV} at (0,20) size 784x20 12 RenderBlock {DIV} at (0,20) size 784x20
13 RenderText {#text} at (0,0) size 320x19 13 RenderText {#text} at (0,0) size 320x19
14 text run at (0,0) width 320: "binding as SafeHtml (expect hello inside a real span): " 14 text run at (0,0) width 320: "binding as SafeHtml (expect hello inside a real span): "
15 RenderInline {SPAN} at (0,0) size 28x19 15 RenderInline {SPAN} at (0,0) size 28x19
16 RenderText {#text} at (320,0) size 28x19 16 RenderText {#text} at (320,0) size 28x19
17 text run at (320,0) width 28: "hello" 17 text run at (320,0) width 28: "hello"
18 #EOF
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698