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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/mac/paint/invalidation/ruby-flipped-blocks-expected.txt

Issue 2872423002: Tweak PaintInvalidationReasons (Closed)
Patch Set: Rebaseline-cl Created 3 years, 7 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 "layers": [ 2 "layers": [
3 { 3 {
4 "name": "LayoutView #document", 4 "name": "LayoutView #document",
5 "bounds": [800, 600], 5 "bounds": [800, 600],
6 "contentsOpaque": true, 6 "contentsOpaque": true,
7 "drawsContent": true, 7 "drawsContent": true,
8 "paintInvalidations": [ 8 "paintInvalidations": [
9 { 9 {
10 "object": "LayoutBlockFlow DIV", 10 "object": "LayoutBlockFlow DIV",
11 "rect": [8, 8, 30, 40], 11 "rect": [8, 8, 30, 40],
12 "reason": "forced by layout" 12 "reason": "geometry"
13 }, 13 },
14 { 14 {
15 "object": "LayoutText #text", 15 "object": "LayoutText #text",
16 "rect": [7, 28, 22, 20], 16 "rect": [7, 28, 22, 20],
17 "reason": "style change" 17 "reason": "style change"
18 }, 18 },
19 { 19 {
20 "object": "LayoutText #text", 20 "object": "LayoutText #text",
21 "rect": [7, 8, 22, 20], 21 "rect": [7, 8, 22, 20],
22 "reason": "forced by layout" 22 "reason": "geometry"
23 }, 23 },
24 { 24 {
25 "object": "LayoutRubyRun (anonymous)", 25 "object": "LayoutRubyRun (anonymous)",
26 "rect": [8, 28, 20, 20], 26 "rect": [8, 28, 20, 20],
27 "reason": "forced by layout" 27 "reason": "geometry"
28 }, 28 },
29 { 29 {
30 "object": "LayoutText #text", 30 "object": "LayoutText #text",
31 "rect": [27, 33, 12, 10], 31 "rect": [27, 33, 12, 10],
32 "reason": "style change" 32 "reason": "style change"
33 } 33 }
34 ] 34 ]
35 } 35 }
36 ], 36 ],
37 "objectPaintInvalidations": [ 37 "objectPaintInvalidations": [
38 { 38 {
39 "object": "LayoutBlockFlow DIV", 39 "object": "LayoutBlockFlow DIV",
40 "reason": "forced by layout" 40 "reason": "geometry"
41 }, 41 },
42 { 42 {
43 "object": "RootInlineBox", 43 "object": "RootInlineBox",
44 "reason": "forced by layout" 44 "reason": "geometry"
45 }, 45 },
46 { 46 {
47 "object": "LayoutText #text", 47 "object": "LayoutText #text",
48 "reason": "forced by layout" 48 "reason": "geometry"
49 }, 49 },
50 { 50 {
51 "object": "InlineTextBox 'a'", 51 "object": "InlineTextBox 'a'",
52 "reason": "forced by layout" 52 "reason": "geometry"
53 }, 53 },
54 { 54 {
55 "object": "LayoutRubyRun (anonymous)", 55 "object": "LayoutRubyRun (anonymous)",
56 "reason": "forced by layout" 56 "reason": "geometry"
57 }, 57 },
58 { 58 {
59 "object": "LayoutText #text", 59 "object": "LayoutText #text",
60 "reason": "style change" 60 "reason": "style change"
61 }, 61 },
62 { 62 {
63 "object": "InlineTextBox 'c'", 63 "object": "InlineTextBox 'c'",
64 "reason": "style change" 64 "reason": "style change"
65 }, 65 },
66 { 66 {
67 "object": "LayoutRubyBase (anonymous)", 67 "object": "LayoutRubyBase (anonymous)",
68 "reason": "style change" 68 "reason": "style change"
69 }, 69 },
70 { 70 {
71 "object": "RootInlineBox", 71 "object": "RootInlineBox",
72 "reason": "style change" 72 "reason": "style change"
73 }, 73 },
74 { 74 {
75 "object": "LayoutText #text", 75 "object": "LayoutText #text",
76 "reason": "style change" 76 "reason": "style change"
77 }, 77 },
78 { 78 {
79 "object": "InlineTextBox 'b'", 79 "object": "InlineTextBox 'b'",
80 "reason": "style change" 80 "reason": "style change"
81 } 81 }
82 ] 82 ]
83 } 83 }
84 84
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698