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

Side by Side Diff: third_party/WebKit/LayoutTests/paint/invalidation/compositing/should-not-repaint-composited-descendants-expected.txt

Issue 2591883002: Apply both phsical bounding box and clip to composited bounds. (Closed)
Patch Set: none Created 3 years, 11 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 }, 8 },
9 { 9 {
10 "name": "LayoutBlockFlow (positioned) DIV id='composited-box'", 10 "name": "LayoutBlockFlow (positioned) DIV id='composited-box'",
11 "position": [38, 38], 11 "position": [38, 38],
12 "bounds": [90, 90], 12 "bounds": [20, 70],
13 "contentsOpaque": true,
13 "drawsContent": true, 14 "drawsContent": true,
14 "backfaceVisibility": "hidden", 15 "backfaceVisibility": "hidden",
15 "backgroundColor": "#008000", 16 "backgroundColor": "#008000",
16 "paintInvalidations": [ 17 "paintInvalidations": [
17 { 18 {
18 "object": "LayoutBlockFlow (positioned) DIV id='composited-box'", 19 "object": "LayoutBlockFlow (positioned) DIV id='composited-box'",
19 "rect": [0, 0, 70, 70],
20 "reason": "full"
21 },
22 {
23 "object": "LayoutBlockFlow (positioned) DIV id='composited-box'",
24 "rect": [-30, -30, 50, 100], 20 "rect": [-30, -30, 50, 100],
25 "reason": "subtree" 21 "reason": "subtree"
26 }, 22 },
27 { 23 {
28 "object": "LayoutBlockFlow DIV class='child'", 24 "object": "LayoutBlockFlow DIV class='child'",
29 "rect": [-30, -30, 50, 50], 25 "rect": [-30, -30, 50, 50],
30 "reason": "subtree" 26 "reason": "subtree"
27 },
28 {
29 "object": "LayoutBlockFlow (positioned) DIV id='composited-box'",
30 "rect": [0, 0, 10, 60],
31 "reason": "full"
31 } 32 }
32 ] 33 ]
33 }, 34 },
34 { 35 {
35 "name": "Child Containment Layer", 36 "name": "Child Containment Layer",
36 "bounds": [90, 90] 37 "bounds": [90, 90]
37 }, 38 },
38 { 39 {
39 "name": "LayoutBlockFlow DIV class='composited child'", 40 "name": "LayoutBlockFlow DIV class='composited child'",
40 "position": [-30, 20], 41 "position": [-30, 20],
41 "bounds": [50, 50], 42 "bounds": [50, 50],
42 "contentsOpaque": true, 43 "contentsOpaque": true,
43 "drawsContent": true, 44 "drawsContent": true,
44 "backfaceVisibility": "hidden", 45 "backfaceVisibility": "hidden",
45 "backgroundColor": "#008000" 46 "backgroundColor": "#008000"
46 } 47 }
47 ], 48 ],
48 "objectPaintInvalidations": [ 49 "objectPaintInvalidations": [
49 { 50 {
50 "object": "LayoutBlockFlow (positioned) DIV id='composited-box'", 51 "object": "LayoutBlockFlow (positioned) DIV id='composited-box'",
51 "reason": "subtree" 52 "reason": "subtree"
52 }, 53 },
53 { 54 {
54 "object": "LayoutBlockFlow DIV class='child'", 55 "object": "LayoutBlockFlow DIV class='child'",
55 "reason": "subtree" 56 "reason": "subtree"
56 } 57 }
57 ] 58 ]
58 } 59 }
59 60
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698