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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/linux/fast/repaint/positioned-document-element-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 "backgroundColor": "#008000", 8 "backgroundColor": "#008000",
9 "paintInvalidations": [ 9 "paintInvalidations": [
10 { 10 {
11 "object": "LayoutView #document", 11 "object": "LayoutView #document",
12 "rect": [0, 0, 800, 600], 12 "rect": [0, 0, 800, 600],
13 "reason": "style change" 13 "reason": "style change"
14 }, 14 },
15 { 15 {
16 "object": "LayoutBlockFlow (positioned) HTML class='changed'", 16 "object": "LayoutBlockFlow (positioned) HTML class='changed'",
17 "rect": [0, 0, 800, 52], 17 "rect": [0, 0, 800, 52],
18 "reason": "location change" 18 "reason": "style change"
19 }, 19 },
20 { 20 {
21 "object": "LayoutBlockFlow BODY", 21 "object": "LayoutBlockFlow BODY",
22 "rect": [8, 16, 784, 20], 22 "rect": [8, 16, 784, 20],
23 "reason": "location change" 23 "reason": "bounds change"
24 }, 24 },
25 { 25 {
26 "object": "LayoutBlockFlow P", 26 "object": "LayoutBlockFlow P",
27 "rect": [8, 16, 784, 20], 27 "rect": [8, 16, 784, 20],
28 "reason": "location change" 28 "reason": "forced by layout"
29 }, 29 },
30 { 30 {
31 "object": "LayoutBlockFlow (positioned) HTML class='changed'", 31 "object": "LayoutBlockFlow (positioned) HTML class='changed'",
32 "rect": [100, 100, 418, 52], 32 "rect": [100, 100, 418, 52],
33 "reason": "location change" 33 "reason": "style change"
34 }, 34 },
35 { 35 {
36 "object": "LayoutBlockFlow BODY", 36 "object": "LayoutBlockFlow BODY",
37 "rect": [108, 116, 402, 20], 37 "rect": [108, 116, 402, 20],
38 "reason": "location change" 38 "reason": "bounds change"
39 }, 39 },
40 { 40 {
41 "object": "LayoutBlockFlow P", 41 "object": "LayoutBlockFlow P",
42 "rect": [108, 116, 402, 20], 42 "rect": [108, 116, 402, 20],
43 "reason": "location change" 43 "reason": "forced by layout"
44 }, 44 },
45 { 45 {
46 "object": "LayoutText #text", 46 "object": "LayoutText #text",
47 "rect": [108, 116, 402, 19], 47 "rect": [108, 116, 402, 19],
48 "reason": "location change" 48 "reason": "bounds change"
49 }, 49 },
50 { 50 {
51 "object": "LayoutText #text", 51 "object": "LayoutText #text",
52 "rect": [8, 16, 402, 19], 52 "rect": [8, 16, 402, 19],
53 "reason": "location change" 53 "reason": "bounds change"
54 }, 54 },
55 { 55 {
56 "object": "InlineTextBox 'Tests that the entire viewport is painted wi th a floated html element.'", 56 "object": "InlineTextBox 'Tests that the entire viewport is painted wi th a floated html element.'",
57 "reason": "full" 57 "reason": "full"
58 }, 58 },
59 { 59 {
60 "object": "InlineTextBox 'Tests that the entire viewport is painted wi th a floated html element.'", 60 "object": "InlineTextBox 'Tests that the entire viewport is painted wi th a floated html element.'",
61 "reason": "location change" 61 "reason": "bounds change"
62 }, 62 },
63 { 63 {
64 "object": "RootInlineBox", 64 "object": "RootInlineBox",
65 "reason": "full" 65 "reason": "full"
66 }, 66 },
67 { 67 {
68 "object": "RootInlineBox", 68 "object": "RootInlineBox",
69 "reason": "full" 69 "reason": "full"
70 } 70 }
71 ] 71 ]
72 } 72 }
73 ] 73 ]
74 } 74 }
75 75
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698