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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/linux/fast/repaint/repaint-descandant-on-ancestor-layer-move-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 (relative positioned) DIV", 10 "object": "LayoutBlockFlow (relative positioned) DIV",
11 "rect": [428, 38, 300, 20], 11 "rect": [428, 38, 300, 20],
12 "reason": "location change" 12 "reason": "bounds change"
13 }, 13 },
14 { 14 {
15 "object": "LayoutBlockFlow (positioned) DIV id='container'", 15 "object": "LayoutBlockFlow (positioned) DIV id='container'",
16 "rect": [408, 18, 300, 20], 16 "rect": [408, 18, 300, 20],
17 "reason": "location change" 17 "reason": "bounds change"
18 }, 18 },
19 { 19 {
20 "object": "LayoutBlockFlow (relative positioned) DIV", 20 "object": "LayoutBlockFlow (relative positioned) DIV",
21 "rect": [28, 38, 300, 20], 21 "rect": [28, 38, 300, 20],
22 "reason": "location change" 22 "reason": "bounds change"
23 }, 23 },
24 { 24 {
25 "object": "LayoutBlockFlow (positioned) DIV id='container'", 25 "object": "LayoutBlockFlow (positioned) DIV id='container'",
26 "rect": [8, 18, 300, 20], 26 "rect": [8, 18, 300, 20],
27 "reason": "location change" 27 "reason": "bounds change"
28 }, 28 },
29 { 29 {
30 "object": "LayoutText #text", 30 "object": "LayoutText #text",
31 "rect": [428, 38, 256, 19], 31 "rect": [428, 38, 256, 19],
32 "reason": "location change" 32 "reason": "bounds change"
33 }, 33 },
34 { 34 {
35 "object": "LayoutText #text", 35 "object": "LayoutText #text",
36 "rect": [28, 38, 256, 19], 36 "rect": [28, 38, 256, 19],
37 "reason": "location change" 37 "reason": "bounds change"
38 }, 38 },
39 { 39 {
40 "object": "InlineTextBox 'There should only be one copy of this text.' ", 40 "object": "InlineTextBox 'There should only be one copy of this text.' ",
41 "reason": "location change" 41 "reason": "bounds change"
42 }, 42 },
43 { 43 {
44 "object": "LayoutText #text", 44 "object": "LayoutText #text",
45 "reason": "location change" 45 "reason": "bounds change"
46 }, 46 },
47 { 47 {
48 "object": "RootInlineBox", 48 "object": "RootInlineBox",
49 "reason": "full" 49 "reason": "full"
50 }, 50 },
51 { 51 {
52 "object": "RootInlineBox", 52 "object": "RootInlineBox",
53 "reason": "full" 53 "reason": "full"
54 } 54 }
55 ] 55 ]
56 } 56 }
57 ] 57 ]
58 } 58 }
59 59
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698