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

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

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

Powered by Google App Engine
This is Rietveld 408576698