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

Side by Side Diff: LayoutTests/virtual/slimmingpaint/fast/repaint/inline-reflow-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 [200, 0, 100, 200], 9 [200, 0, 100, 200],
10 [0, 300, 300, 20], 10 [0, 300, 300, 20],
11 [0, 300, 200, 20], 11 [0, 300, 200, 20],
12 [0, 200, 200, 100], 12 [0, 200, 200, 100],
13 [0, 0, 300, 200], 13 [0, 0, 300, 200],
14 [0, 0, 200, 300] 14 [0, 0, 200, 300]
15 ], 15 ],
16 "paintInvalidationClients": [ 16 "paintInvalidationClients": [
17 "RootInlineBox",
18 "RootInlineBox",
19 "RootInlineBox",
20 "RootInlineBox",
21 "RootInlineBox",
22 "RootInlineBox",
23 "RootInlineBox",
24 "RootInlineBox",
25 "RootInlineBox",
26 "RootInlineBox",
27 "RootInlineBox",
28 "RootInlineBox",
29 "RootInlineBox",
30 "RootInlineBox",
31 "RootInlineBox",
32 "InlineTextBox 'A A A A A'",
33 "InlineTextBox 'AA AA AA'",
34 "InlineTextBox 'AA AAA AAA'",
35 "InlineTextBox 'AAA AAAA'",
36 "InlineTextBox 'AAAA AAAAA'",
37 "InlineTextBox 'AAAAA'",
38 "InlineTextBox 'AAAAAA'",
39 "InlineTextBox 'AAAAAAA'",
40 "InlineTextBox 'AAAAAA'",
41 "InlineTextBox 'AAAAA'",
42 "InlineTextBox 'AAAAA AAAA'",
43 "InlineTextBox 'AAAA AAA'",
44 "InlineTextBox 'AAA AAA AA'",
45 "InlineTextBox 'AA AA AA A'",
46 "InlineTextBox 'A A A A'",
47 "RootInlineBox",
48 "InlineTextBox 'A A A A A'",
17 "LayoutBlockFlow (positioned) DIV id='div1' class='container'", 49 "LayoutBlockFlow (positioned) DIV id='div1' class='container'",
18 "LayoutText #text", 50 "LayoutText #text",
51 "InlineTextBox 'A A A A A AA AA'",
52 "InlineTextBox 'AA AA AAA AAA'",
53 "InlineTextBox 'AAA AAAA AAAA'",
54 "InlineTextBox 'AAAAA AAAAA'",
55 "InlineTextBox 'AAAAAA AAAAAAA'",
56 "InlineTextBox 'AAAAAA AAAAA'",
57 "InlineTextBox 'AAAAA AAAA AAAA'",
58 "InlineTextBox 'AAA AAA AAA AA'",
59 "InlineTextBox 'AA AA AA A A A'",
60 "InlineTextBox 'A A'",
19 "LayoutBlockFlow (positioned) DIV id='div2' class='container'" 61 "LayoutBlockFlow (positioned) DIV id='div2' class='container'"
20 ] 62 ]
21 } 63 }
22 ] 64 ]
23 } 65 }
24 66
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698