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/virtual/disable-spinvalidation/paint/invalidation/compositing/iframe-inside-squashed-layer-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
(Empty)
1 {
2 "layers": [
3 {
4 "name": "LayoutView #document",
5 "bounds": [785, 1016],
6 "contentsOpaque": true,
7 "drawsContent": true
8 },
9 {
10 "name": "Squashing Containment Layer",
11 "shouldFlattenTransform": false
12 },
13 {
14 "name": "LayoutBlockFlow DIV id='foo'",
15 "position": [8, 8],
16 "bounds": [200, 1000],
17 "contentsOpaque": true,
18 "drawsContent": true,
19 "backgroundColor": "#D3D3D3"
20 },
21 {
22 "name": "Squashing Layer (first squashed layer: LayoutBlockFlow (positione d) DIV)",
23 "position": [8, 0],
24 "bounds": [300, 654],
25 "drawsContent": true,
26 "paintInvalidations": [
27 {
28 "object": "LayoutView #document",
29 "rect": [0, 500, 300, 150],
30 "reason": "style change"
31 },
32 {
33 "object": "LayoutBlockFlow BODY",
34 "rect": [8, 508, 284, 20],
35 "reason": "forced by layout"
36 },
37 {
38 "object": "LayoutBlockFlow BODY",
39 "rect": [8, 508, 269, 142],
40 "reason": "forced by layout"
41 },
42 {
43 "object": "LayoutText #text",
44 "rect": [8, 508, 29, 19],
45 "reason": "forced by layout"
46 },
47 {
48 "object": "LayoutView #document",
49 "rect": [285, 500, 15, 150],
50 "reason": "scroll"
51 }
52 ]
53 }
54 ],
55 "objectPaintInvalidations": [
56 {
57 "object": "LayoutView #document",
58 "reason": "scroll"
59 },
60 {
61 "object": "VerticalScrollbar",
62 "reason": "scroll"
63 },
64 {
65 "object": "LayoutView #document",
66 "reason": "style change"
67 },
68 {
69 "object": "LayoutBlockFlow BODY",
70 "reason": "forced by layout"
71 },
72 {
73 "object": "RootInlineBox",
74 "reason": "forced by layout"
75 },
76 {
77 "object": "LayoutText #text",
78 "reason": "forced by layout"
79 },
80 {
81 "object": "InlineTextBox 'test1'",
82 "reason": "forced by layout"
83 }
84 ]
85 }
86
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698