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

Side by Side Diff: third_party/WebKit/LayoutTests/paint/invalidation/view-background-from-body-2-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 "backgroundColor": "#0000FF", 8 "backgroundColor": "#0000FF",
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 BODY", 16 "object": "LayoutBlockFlow BODY",
17 "rect": [50, 50, 700, 500], 17 "rect": [50, 50, 700, 500],
18 "reason": "layoutObject insertion" 18 "reason": "appeared"
19 } 19 }
20 ] 20 ]
21 } 21 }
22 ], 22 ],
23 "objectPaintInvalidations": [ 23 "objectPaintInvalidations": [
24 { 24 {
25 "object": "LayoutView #document", 25 "object": "LayoutView #document",
26 "reason": "style change" 26 "reason": "style change"
27 }, 27 },
28 { 28 {
29 "object": "LayoutBlockFlow BODY", 29 "object": "LayoutBlockFlow BODY",
30 "reason": "layoutObject insertion" 30 "reason": "appeared"
31 } 31 }
32 ] 32 ]
33 } 33 }
34 34
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698