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

Side by Side Diff: test/data/expected/html_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 800x134 4 layer at (0,0) size 800x134
5 RenderBlock {HTML} at (0,0) size 800x134 5 RenderBlock {HTML} at (0,0) size 800x134
6 RenderBody {BODY} at (8,13) size 784x113 6 RenderBody {BODY} at (8,13) size 784x113
7 RenderBlock {PRE} at (0,0) size 784x80 7 RenderBlock {PRE} at (0,0) size 784x80
8 RenderText {#text} at (0,0) size 528x80 8 RenderText {#text} at (0,0) size 528x80
9 text run at (0,0) width 528: "Here's some HTML with some triple quotes and escape sequences: '''" 9 text run at (0,0) width 528: "Here's some HTML with some triple quotes and escape sequences: '''"
10 text run at (528,0) width 0: " " 10 text run at (528,0) width 0: " "
11 text run at (0,16) width 520: " This $text uses \\r\\n and \\backsl ash \\ to break your compiler." 11 text run at (0,16) width 520: " This $text uses \\r\\n and \\backsl ash \\ to break your compiler."
12 text run at (520,16) width 0: " " 12 text run at (520,16) width 0: " "
13 text run at (0,32) width 48: " '''." 13 text run at (0,32) width 48: " '''."
14 text run at (48,32) width 0: " " 14 text run at (48,32) width 0: " "
15 text run at (0,48) width 352: " But it hopes your compiler does not b reak!" 15 text run at (0,48) width 352: " But it hopes your compiler does not b reak!"
16 text run at (352,48) width 0: " " 16 text run at (352,48) width 0: " "
17 text run at (0,64) width 16: " " 17 text run at (0,64) width 16: " "
18 RenderBlock (anonymous) at (0,93) size 784x20 18 RenderBlock (anonymous) at (0,93) size 784x20
19 RenderText {#text} at (0,0) size 225x19 19 RenderText {#text} at (0,0) size 225x19
20 text run at (0,0) width 225: "While we're at it, here's a cool entity: " 20 text run at (0,0) width 225: "While we're at it, here's a cool entity: "
21 RenderInline {SPAN} at (0,0) size 8x19 21 RenderInline {SPAN} at (0,0) size 8x19
22 RenderText {#text} at (225,0) size 8x19 22 RenderText {#text} at (225,0) size 8x19
23 text run at (225,0) width 8: "\x{192}" 23 text run at (225,0) width 8: "\x{192}"
24 RenderText {#text} at (0,0) size 0x0 24 RenderText {#text} at (0,0) size 0x0
25 RenderText {#text} at (0,0) size 0x0 25 RenderText {#text} at (0,0) size 0x0
26 #EOF
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698