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

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

Issue 2402213002: Auto-rebaseline for r424089 (Closed)
Patch Set: Created 4 years, 2 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 "layers": [
3 "bounds": [800, 600],
4 "children": [
5 { 3 {
6 "name": "LayoutView #document", 4 "name": "LayoutView #document",
7 "bounds": [800, 600], 5 "bounds": [800, 600],
8 "contentsOpaque": true, 6 "contentsOpaque": true,
7 "drawsContent": true
8 },
9 {
10 "name": "LayoutBlockFlow DIV id='target'",
11 "position": [8, 8],
12 "bounds": [630, 180],
9 "drawsContent": true, 13 "drawsContent": true,
10 "children": [ 14 "backfaceVisibility": "hidden",
15 "paintInvalidations": [
11 { 16 {
12 "name": "LayoutBlockFlow DIV id='target'", 17 "object": "LayoutMultiColumnSet (anonymous)",
13 "position": [8, 8], 18 "rect": [0, 0, 630, 180],
14 "bounds": [630, 180], 19 "reason": "style change"
15 "drawsContent": true, 20 },
16 "backfaceVisibility": "hidden", 21 {
17 "paintInvalidations": [ 22 "object": "LayoutText #text",
18 { 23 "rect": [0, 0, 625, 180],
19 "object": "LayoutMultiColumnSet (anonymous)", 24 "reason": "style change"
20 "rect": [0, 0, 630, 180],
21 "reason": "style change"
22 },
23 {
24 "object": "LayoutText #text",
25 "rect": [0, 0, 625, 180],
26 "reason": "style change"
27 }
28 ]
29 } 25 }
30 ] 26 ]
31 } 27 }
32 ], 28 ],
33 "objectPaintInvalidations": [ 29 "objectPaintInvalidations": [
34 { 30 {
35 "object": "LayoutText #text", 31 "object": "LayoutText #text",
36 "reason": "style change" 32 "reason": "style change"
37 }, 33 },
38 { 34 {
(...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after
103 "object": "InlineTextBox 'ultrices dolor.'", 99 "object": "InlineTextBox 'ultrices dolor.'",
104 "reason": "style change" 100 "reason": "style change"
105 }, 101 },
106 { 102 {
107 "object": "LayoutMultiColumnSet (anonymous)", 103 "object": "LayoutMultiColumnSet (anonymous)",
108 "reason": "style change" 104 "reason": "style change"
109 } 105 }
110 ] 106 ]
111 } 107 }
112 108
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698