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

Side by Side Diff: test/data/expected/ensure_parent_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 800x100 4 layer at (0,0) size 800x100
5 RenderBlock {HTML} at (0,0) size 800x100 5 RenderBlock {HTML} at (0,0) size 800x100
6 RenderBody {BODY} at (8,8) size 784x76 6 RenderBody {BODY} at (8,8) size 784x76
7 RenderBlock (anonymous) at (0,0) size 784x20 7 RenderBlock (anonymous) at (0,0) size 784x20
8 RenderText {#text} at (0,0) size 522x19 8 RenderText {#text} at (0,0) size 522x19
9 text run at (0,0) width 428: "expect list with 2 bullets, one blue (wi th blue color style), one red (with " 9 text run at (0,0) width 428: "expect list with 2 bullets, one blue (wi th blue color style), one red (with "
10 text run at (428,0) width 94: "red color style):" 10 text run at (428,0) width 94: "red color style):"
11 RenderBlock {UL} at (0,36) size 784x40 11 RenderBlock {UL} at (0,36) size 784x40
12 RenderListItem {LI} at (40,0) size 744x20 12 RenderListItem {LI} at (40,0) size 744x20
13 RenderListMarker at (-18,0) size 7x19: bullet 13 RenderListMarker at (-18,0) size 7x19: bullet
14 RenderInline {SPAN} at (0,0) size 25x19 [color=#0000FF] 14 RenderInline {SPAN} at (0,0) size 25x19 [color=#0000FF]
15 RenderText {#text} at (0,0) size 25x19 15 RenderText {#text} at (0,0) size 25x19
16 text run at (0,0) width 25: "blue" 16 text run at (0,0) width 25: "blue"
17 RenderListItem {LI} at (40,20) size 744x20 17 RenderListItem {LI} at (40,20) size 744x20
18 RenderListMarker at (-18,0) size 7x19: bullet 18 RenderListMarker at (-18,0) size 7x19: bullet
19 RenderInline {SPAN} at (0,0) size 20x19 [color=#FF0000] 19 RenderInline {SPAN} at (0,0) size 20x19 [color=#FF0000]
20 RenderText {#text} at (0,0) size 20x19 20 RenderText {#text} at (0,0) size 20x19
21 text run at (0,0) width 20: "red" 21 text run at (0,0) width 20: "red"
22 #EOF
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698