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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/linux/fast/repaint/offset-change-wrong-invalidation-with-float-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 (positioned) UL id='submenu'", 10 "object": "LayoutBlockFlow (positioned) UL id='submenu'",
11 "rect": [48, 94, 40, 20], 11 "rect": [48, 94, 40, 20],
12 "reason": "location change" 12 "reason": "bounds change"
13 }, 13 },
14 { 14 {
15 "object": "LayoutBlockFlow (positioned) UL id='submenu'", 15 "object": "LayoutBlockFlow (positioned) UL id='submenu'",
16 "rect": [48, -156, 40, 20], 16 "rect": [48, -156, 40, 20],
17 "reason": "location change" 17 "reason": "bounds change"
18 }, 18 },
19 { 19 {
20 "object": "LayoutListItem LI", 20 "object": "LayoutListItem LI",
21 "rect": [70, 94, 18, 20], 21 "rect": [70, 94, 18, 20],
22 "reason": "location change" 22 "reason": "bounds change"
23 }, 23 },
24 { 24 {
25 "object": "LayoutListItem LI", 25 "object": "LayoutListItem LI",
26 "rect": [70, -156, 18, 20], 26 "rect": [70, -156, 18, 20],
27 "reason": "location change" 27 "reason": "bounds change"
28 }, 28 },
29 { 29 {
30 "object": "LayoutListMarker (anonymous)", 30 "object": "LayoutListMarker (anonymous)",
31 "rect": [70, 94, 7, 19], 31 "rect": [70, 94, 7, 19],
32 "reason": "location change" 32 "reason": "bounds change"
33 }, 33 },
34 { 34 {
35 "object": "LayoutListMarker (anonymous)", 35 "object": "LayoutListMarker (anonymous)",
36 "rect": [70, -156, 7, 19], 36 "rect": [70, -156, 7, 19],
37 "reason": "location change" 37 "reason": "bounds change"
38 }, 38 },
39 { 39 {
40 "object": "RootInlineBox", 40 "object": "RootInlineBox",
41 "reason": "full" 41 "reason": "full"
42 } 42 }
43 ], 43 ],
44 "children": [ 44 "children": [
45 { 45 {
46 "position": [30, 44], 46 "position": [30, 44],
47 "transformOrigin": [18, 10], 47 "transformOrigin": [18, 10],
(...skipping 10 matching lines...) Expand all
58 { 58 {
59 "position": [30, 44], 59 "position": [30, 44],
60 "bounds": [18, 20], 60 "bounds": [18, 20],
61 "drawsContent": true 61 "drawsContent": true
62 } 62 }
63 ] 63 ]
64 } 64 }
65 ] 65 ]
66 } 66 }
67 67
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698