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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/repaint/multicol-as-paint-container-expected.txt

Issue 1878163002: Auto-rebaseline for r386594 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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 { 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 "children": [ 8 "children": [
9 { 9 {
10 "position": [8, 8], 10 "position": [8, 8],
11 "bounds": [630, 180], 11 "bounds": [630, 180],
12 "drawsContent": true, 12 "drawsContent": true,
13 "backfaceVisibility": "hidden", 13 "backfaceVisibility": "hidden",
14 "repaintRects": [ 14 "paintInvalidations": [
15 [0, 0, 630, 180], 15 {
16 [0, 0, 625, 180] 16 "object": "InlineTextBox 'Lorem ipsum'",
17 ], 17 "rect": [0, 0, 0, 0],
18 "paintInvalidationClients": [ 18 "reason": "style change"
19 "LayoutText #text", 19 },
20 "InlineTextBox 'Lorem ipsum'", 20 {
21 "InlineTextBox 'dolor sit amet,'", 21 "object": "InlineTextBox 'adipiscing'",
22 "InlineTextBox 'consectetur'", 22 "rect": [0, 0, 0, 0],
23 "InlineTextBox 'adipiscing'", 23 "reason": "style change"
24 "InlineTextBox 'elit. Fusce'", 24 },
25 "InlineTextBox 'varius, metus'", 25 {
26 "InlineTextBox 'eu fringilla'", 26 "object": "InlineTextBox 'consectetur'",
27 "InlineTextBox 'pulvinar, ipsum'", 27 "rect": [0, 0, 0, 0],
28 "InlineTextBox 'sapien'", 28 "reason": "style change"
29 "InlineTextBox 'ultricies arcu,'", 29 },
30 "InlineTextBox 'non condimentum'", 30 {
31 "InlineTextBox 'quam est eu'", 31 "object": "InlineTextBox 'dolor sit amet,'",
32 "InlineTextBox 'purus. Ut nisl'", 32 "rect": [0, 0, 0, 0],
33 "InlineTextBox 'libero,'", 33 "reason": "style change"
34 "InlineTextBox 'suscipit ut leo'", 34 },
35 "InlineTextBox 'eget, dapibus'", 35 {
36 "InlineTextBox 'ultrices dolor.'", 36 "object": "InlineTextBox 'eget, dapibus'",
37 "LayoutMultiColumnSet (anonymous)" 37 "rect": [0, 0, 0, 0],
38 "reason": "style change"
39 },
40 {
41 "object": "InlineTextBox 'elit. Fusce'",
42 "rect": [0, 0, 0, 0],
43 "reason": "style change"
44 },
45 {
46 "object": "InlineTextBox 'eu fringilla'",
47 "rect": [0, 0, 0, 0],
48 "reason": "style change"
49 },
50 {
51 "object": "InlineTextBox 'libero,'",
52 "rect": [0, 0, 0, 0],
53 "reason": "style change"
54 },
55 {
56 "object": "InlineTextBox 'non condimentum'",
57 "rect": [0, 0, 0, 0],
58 "reason": "style change"
59 },
60 {
61 "object": "InlineTextBox 'pulvinar, ipsum'",
62 "rect": [0, 0, 0, 0],
63 "reason": "style change"
64 },
65 {
66 "object": "InlineTextBox 'purus. Ut nisl'",
67 "rect": [0, 0, 0, 0],
68 "reason": "style change"
69 },
70 {
71 "object": "InlineTextBox 'quam est eu'",
72 "rect": [0, 0, 0, 0],
73 "reason": "style change"
74 },
75 {
76 "object": "InlineTextBox 'sapien'",
77 "rect": [0, 0, 0, 0],
78 "reason": "style change"
79 },
80 {
81 "object": "InlineTextBox 'suscipit ut leo'",
82 "rect": [0, 0, 0, 0],
83 "reason": "style change"
84 },
85 {
86 "object": "InlineTextBox 'ultrices dolor.'",
87 "rect": [0, 0, 0, 0],
88 "reason": "style change"
89 },
90 {
91 "object": "InlineTextBox 'ultricies arcu,'",
92 "rect": [0, 0, 0, 0],
93 "reason": "style change"
94 },
95 {
96 "object": "InlineTextBox 'varius, metus'",
97 "rect": [0, 0, 0, 0],
98 "reason": "style change"
99 },
100 {
101 "object": "LayoutMultiColumnSet (anonymous)",
102 "rect": [0, 0, 630, 180],
103 "reason": "style change"
104 },
105 {
106 "object": "LayoutText #text",
107 "rect": [0, 0, 625, 180],
108 "reason": "style change"
109 }
38 ] 110 ]
39 } 111 }
40 ] 112 ]
41 } 113 }
42 ] 114 ]
43 } 115 }
44 116
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698