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

Side by Side Diff: LayoutTests/platform/win-xp/virtual/slimmingpaint/fast/repaint/make-children-non-inline-expected.txt

Issue 1022673013: Auto-rebaseline for r192549 (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 9 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 | Annotate | Revision Log
OLDNEW
1 { 1 {
2 "bounds": [800, 600], 2 "bounds": [800, 600],
3 "children": [ 3 "children": [
4 { 4 {
5 "bounds": [800, 600], 5 "bounds": [800, 600],
6 "contentsOpaque": true, 6 "contentsOpaque": true,
7 "drawsContent": true, 7 "drawsContent": true,
8 "repaintRects": [ 8 "repaintRects": [
9 [8, 324, 61, 19], 9 [8, 324, 61, 19],
10 [8, 304, 27, 19], 10 [8, 304, 27, 19],
11 [8, 284, 65, 19], 11 [8, 284, 65, 19],
12 [8, 264, 784, 80], 12 [8, 264, 784, 80],
13 [8, 264, 102, 19], 13 [8, 264, 102, 19],
14 [8, 224, 61, 19], 14 [8, 224, 61, 19],
15 [8, 204, 27, 19], 15 [8, 204, 27, 19],
16 [8, 184, 65, 19], 16 [8, 184, 65, 19],
17 [8, 164, 102, 19], 17 [8, 164, 102, 19],
18 [8, 164, 10, 100], 18 [8, 164, 10, 100],
19 [8, 144, 77, 19], 19 [8, 144, 77, 19],
20 [8, 124, 42, 19], 20 [8, 124, 42, 19],
21 [8, 104, 77, 19], 21 [8, 104, 77, 19],
22 [8, 84, 42, 19], 22 [8, 84, 42, 19],
23 [8, 64, 784, 280], 23 [8, 64, 784, 280],
24 [8, 64, 784, 180], 24 [8, 64, 784, 180],
25 [8, 64, 784, 100], 25 [8, 64, 784, 100],
26 [8, 64, 40, 19] 26 [8, 64, 40, 19]
27 ], 27 ],
28 "paintInvalidationClients": [ 28 "paintInvalidationClients": [
29 "InlineTextBox 'Word,'",
30 "InlineTextBox '\n'",
31 "RootInlineBox",
32 "InlineTextBox 'words,'",
33 "InlineTextBox '\n'",
34 "RootInlineBox",
35 "InlineTextBox 'more words.'",
36 "InlineTextBox '\n'",
37 "RootInlineBox",
38 "InlineTextBox 'I could'",
39 "InlineTextBox '\n'",
40 "RootInlineBox",
41 "InlineTextBox 'write a book'",
42 "InlineTextBox '\n'",
43 "RootInlineBox",
44 "InlineTextBox 'about all the stuff'",
45 "InlineTextBox '\n'",
46 "RootInlineBox",
47 "InlineTextBox 'that comes'",
48 "InlineTextBox '\n'",
49 "RootInlineBox",
50 "InlineTextBox 'after'",
51 "InlineTextBox '\n'",
52 "RootInlineBox",
53 "InlineTextBox 'the break.'",
54 "RootInlineBox",
29 "LayoutBlockFlow DIV", 55 "LayoutBlockFlow DIV",
30 "LayoutBlockFlow (anonymous)", 56 "LayoutBlockFlow (anonymous)",
31 "LayoutText #text", 57 "LayoutText #text",
58 "InlineTextBox 'Word,'",
32 "LayoutBR BR", 59 "LayoutBR BR",
60 "InlineTextBox '\n'",
33 "LayoutText #text", 61 "LayoutText #text",
62 "InlineTextBox 'words,'",
34 "LayoutBR BR", 63 "LayoutBR BR",
64 "InlineTextBox '\n'",
35 "LayoutText #text", 65 "LayoutText #text",
66 "InlineTextBox 'more words.'",
36 "LayoutBR BR", 67 "LayoutBR BR",
68 "InlineTextBox '\n'",
37 "LayoutText #text", 69 "LayoutText #text",
70 "InlineTextBox 'I could'",
38 "LayoutBR BR", 71 "LayoutBR BR",
72 "InlineTextBox '\n'",
39 "LayoutText #text", 73 "LayoutText #text",
74 "InlineTextBox 'write a book'",
40 "LayoutBR BR", 75 "LayoutBR BR",
76 "InlineTextBox '\n'",
41 "LayoutBlockFlow DIV id='target'", 77 "LayoutBlockFlow DIV id='target'",
42 "LayoutBlockFlow (anonymous)", 78 "LayoutBlockFlow (anonymous)",
43 "LayoutText #text", 79 "LayoutText #text",
80 "InlineTextBox 'about all the stuff'",
44 "LayoutBR BR", 81 "LayoutBR BR",
82 "InlineTextBox '\n'",
45 "LayoutText #text", 83 "LayoutText #text",
84 "InlineTextBox 'that comes'",
46 "LayoutBR BR", 85 "LayoutBR BR",
86 "InlineTextBox '\n'",
47 "LayoutText #text", 87 "LayoutText #text",
88 "InlineTextBox 'after'",
48 "LayoutBR BR", 89 "LayoutBR BR",
49 "LayoutText #text" 90 "InlineTextBox '\n'",
91 "LayoutText #text",
92 "InlineTextBox 'the break.'"
50 ] 93 ]
51 } 94 }
52 ] 95 ]
53 } 96 }
54 97
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698