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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/linux/fast/repaint/layoutstate-invalid-invalidation-inline-relative-positioned-expected.txt

Issue 1951043002: Don't let PaintInvalidationLocationChange shadow other reasons (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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 "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 "paintInvalidations": [ 8 "paintInvalidations": [
9 { 9 {
10 "object": "LayoutBlockFlow (anonymous)", 10 "object": "LayoutBlockFlow (anonymous)",
11 "rect": [8, 40, 784, 104], 11 "rect": [8, 40, 784, 104],
12 "reason": "invalidate paint rectangle" 12 "reason": "invalidate paint rectangle"
13 }, 13 },
14 { 14 {
15 "object": "LayoutInline (relative positioned) SPAN id='target'", 15 "object": "LayoutInline (relative positioned) SPAN id='target'",
16 "rect": [8, 220, 100, 104], 16 "rect": [8, 220, 100, 104],
17 "reason": "location change" 17 "reason": "bounds change"
18 }, 18 },
19 { 19 {
20 "object": "LayoutInline (relative positioned) SPAN id='target'", 20 "object": "LayoutInline (relative positioned) SPAN id='target'",
21 "rect": [8, 200, 100, 104], 21 "rect": [8, 200, 100, 104],
22 "reason": "location change" 22 "reason": "bounds change"
23 }, 23 },
24 { 24 {
25 "object": "LayoutBlockFlow DIV", 25 "object": "LayoutBlockFlow DIV",
26 "rect": [8, 220, 100, 100], 26 "rect": [8, 220, 100, 100],
27 "reason": "location change" 27 "reason": "bounds change"
28 }, 28 },
29 { 29 {
30 "object": "LayoutText #text", 30 "object": "LayoutText #text",
31 "rect": [8, 220, 100, 100], 31 "rect": [8, 220, 100, 100],
32 "reason": "location change" 32 "reason": "bounds change"
33 }, 33 },
34 { 34 {
35 "object": "LayoutBlockFlow DIV", 35 "object": "LayoutBlockFlow DIV",
36 "rect": [8, 200, 100, 100], 36 "rect": [8, 200, 100, 100],
37 "reason": "location change" 37 "reason": "bounds change"
38 }, 38 },
39 { 39 {
40 "object": "LayoutText #text", 40 "object": "LayoutText #text",
41 "rect": [8, 200, 100, 100], 41 "rect": [8, 200, 100, 100],
42 "reason": "location change" 42 "reason": "bounds change"
43 }, 43 },
44 { 44 {
45 "object": "InlineBox", 45 "object": "InlineBox",
46 "reason": "full" 46 "reason": "full"
47 }, 47 },
48 { 48 {
49 "object": "InlineFlowBox", 49 "object": "InlineFlowBox",
50 "reason": "full" 50 "reason": "full"
51 }, 51 },
52 { 52 {
53 "object": "InlineFlowBox", 53 "object": "InlineFlowBox",
54 "reason": "full" 54 "reason": "full"
55 }, 55 },
56 { 56 {
57 "object": "InlineFlowBox", 57 "object": "InlineFlowBox",
58 "reason": "location change" 58 "reason": "bounds change"
59 }, 59 },
60 { 60 {
61 "object": "InlineTextBox 'x'", 61 "object": "InlineTextBox 'x'",
62 "reason": "location change" 62 "reason": "bounds change"
63 }, 63 },
64 { 64 {
65 "object": "LayoutText #text", 65 "object": "LayoutText #text",
66 "reason": "location change" 66 "reason": "bounds change"
67 }, 67 },
68 { 68 {
69 "object": "LayoutText #text", 69 "object": "LayoutText #text",
70 "reason": "location change" 70 "reason": "bounds change"
71 }, 71 },
72 { 72 {
73 "object": "RootInlineBox", 73 "object": "RootInlineBox",
74 "reason": "full" 74 "reason": "full"
75 }, 75 },
76 { 76 {
77 "object": "RootInlineBox", 77 "object": "RootInlineBox",
78 "reason": "full" 78 "reason": "full"
79 } 79 }
80 ] 80 ]
81 } 81 }
82 ] 82 ]
83 } 83 }
84 84
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698