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

Side by Side Diff: third_party/WebKit/LayoutTests/paint/invalidation/gradients-em-stops-repaint-expected.txt

Issue 2707063003: Don't invalidate rect if it's covered by fully invalidated parent's visual rect (Closed)
Patch Set: - Created 3 years, 10 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 "paintInvalidations": [ 8 "paintInvalidations": [
9 { 9 {
10 "object": "LayoutBlockFlow DIV class='em-units'", 10 "object": "LayoutBlockFlow DIV class='em-units'",
11 "rect": [8, 8, 784, 146], 11 "rect": [8, 8, 784, 146],
12 "reason": "forced by layout" 12 "reason": "forced by layout"
13 },
14 {
15 "object": "LayoutBlockFlow DIV id='box4' class='box'",
16 "rect": [344, 18, 302, 122],
17 "reason": "style change"
18 },
19 {
20 "object": "LayoutBlockFlow DIV id='box3' class='box'",
21 "rect": [18, 18, 302, 122],
22 "reason": "forced by layout"
23 },
24 {
25 "object": "LayoutBlockFlow DIV class='indicator'",
26 "rect": [345, 19, 240, 20],
27 "reason": "style change"
28 },
29 {
30 "object": "LayoutText #text",
31 "rect": [330, 136, 4, 17],
32 "reason": "forced by layout"
33 } 13 }
34 ] 14 ]
35 } 15 }
36 ], 16 ],
37 "objectPaintInvalidations": [ 17 "objectPaintInvalidations": [
38 { 18 {
39 "object": "LayoutBlockFlow DIV class='em-units'", 19 "object": "LayoutBlockFlow DIV class='em-units'",
40 "reason": "forced by layout" 20 "reason": "forced by layout"
41 }, 21 },
42 { 22 {
(...skipping 16 matching lines...) Expand all
59 "object": "LayoutBlockFlow DIV id='box4' class='box'", 39 "object": "LayoutBlockFlow DIV id='box4' class='box'",
60 "reason": "style change" 40 "reason": "style change"
61 }, 41 },
62 { 42 {
63 "object": "LayoutBlockFlow DIV class='indicator'", 43 "object": "LayoutBlockFlow DIV class='indicator'",
64 "reason": "style change" 44 "reason": "style change"
65 } 45 }
66 ] 46 ]
67 } 47 }
68 48
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698