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

Side by Side Diff: LayoutTests/platform/win/fast/repaint/line-flow-with-floats-2-expected.txt

Issue 1185423002: Enable slimming paint for fast/repaint (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Remove old expectations Created 5 years, 6 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 [372, 374, 48, 80], 9 [372, 374, 48, 80],
10 [372, 371, 48, 80], 10 [372, 371, 48, 80],
11 [65, 389, 303, 33], 11 [65, 389, 303, 33],
12 [65, 386, 303, 36], 12 [65, 386, 303, 36],
13 [14, 475, 355, 3], 13 [14, 475, 355, 3],
14 [14, 407, 355, 33], 14 [14, 407, 355, 33],
15 [14, 404, 355, 36], 15 [14, 404, 355, 36],
16 [14, 356, 48, 64], 16 [14, 356, 48, 64],
17 [14, 353, 48, 64], 17 [14, 353, 48, 64],
18 [14, 188, 45, 20], 18 [14, 188, 45, 20],
19 [14, 188, 41, 17], 19 [14, 188, 41, 17],
20 [13, 190, 408, 72], 20 [13, 190, 408, 72],
21 [13, 188, 408, 71], 21 [13, 188, 408, 71],
22 [8, 572, 418, 3], 22 [8, 572, 418, 3],
23 [8, 569, 418, 6], 23 [8, 569, 418, 6],
24 [8, 170, 418, 399] 24 [8, 170, 418, 399]
25 ],
26 "paintInvalidationClients": [
27 "InlineTextBox 'going to give the hedgehog a blow with its head, it'",
28 "RootInlineBox",
29 "InlineTextBox ''",
30 "InlineTextBox ' twist itself round and look up in her face, with\n'",
31 "InlineTextBox 'such a'",
32 "RootInlineBox",
33 "LayoutBlockFlow P",
34 "LayoutBlockFlow P",
35 "LayoutInline I id='would'",
36 "LayoutText #text",
37 "InlineTextBox 'would'",
38 "LayoutText #text",
39 "InlineTextBox ' twist itself round and look up in her face, with\n'",
40 "InlineTextBox 'such a'",
41 "InlineTextBox 'puzzled expression that she could not help bursting out' ",
42 "InlineTextBox 'laughing: and when she had got its head down, and was go ing'",
43 "InlineTextBox 'to\n'",
44 "LayoutBlockFlow (floating) SPAN id='blueFloat'",
45 "LayoutBlockFlow (floating) SPAN id='greenFloat'",
46 "LayoutText #text",
47 "InlineTextBox 'for turns,\n'",
48 "InlineTextBox 'quarrelling all the while, and fighting'",
49 "InlineTextBox 'for the hedgehogs; and in\n'",
50 "InlineTextBox 'a very short time '",
51 "LayoutText #text",
52 "InlineTextBox 'the'",
53 "InlineTextBox 'Queen'",
54 "LayoutText #text",
55 "InlineTextBox ' was in a furious passion, and went\n'",
56 "InlineTextBox 'stamping'",
57 "InlineTextBox 'about, and shouting \u2018Off with his head!\u2019 or \u 2018Off with'",
58 "InlineTextBox 'her head!\u2019 about once in a minute.\n'"
25 ] 59 ]
26 } 60 }
27 ] 61 ]
28 } 62 }
29 63
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698