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

Side by Side Diff: third_party/WebKit/LayoutTests/paint/invalidation/composited-overflow-with-negative-offset-outline-expected.txt

Issue 2439113003: Fix the bug that negative outline-offset is covered up by composited (Closed)
Patch Set: Rename decorationLayer to decorationOutlineLayer Created 4 years, 1 month 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": [800, 600],
6 "contentsOpaque": true,
7 "drawsContent": true
8 },
9 {
10 "name": "LayoutBlockFlow DIV id='scroller'",
11 "position": [8, 8],
12 "bounds": [200, 200],
13 "shouldFlattenTransform": false,
14 "drawsContent": true,
15 "paintInvalidations": [
16 {
17 "object": "LayoutBlockFlow DIV id='scroller'",
18 "rect": [0, 0, 200, 200],
19 "reason": "style change"
20 }
21 ]
22 },
23 {
24 "name": "Scrolling Layer",
25 "bounds": [185, 185],
26 "shouldFlattenTransform": false
27 },
28 {
29 "name": "Scrolling Contents Layer",
30 "bounds": [185, 300],
31 "drawsContent": true
32 },
33 {
34 "name": "Overflow Controls Host Layer",
35 "bounds": [200, 200]
36 },
37 {
38 "name": "Horizontal Scrollbar Layer",
39 "position": [0, 185],
40 "bounds": [185, 15]
41 },
42 {
43 "name": "Vertical Scrollbar Layer",
44 "position": [185, 0],
45 "bounds": [15, 185]
46 },
47 {
48 "name": "Scroll Corner Layer",
49 "position": [185, 185],
50 "bounds": [15, 15],
51 "drawsContent": true
52 },
53 {
54 "name": "Decoration Layer",
55 "bounds": [200, 200],
56 "drawsContent": true,
57 "paintInvalidations": [
58 {
59 "object": "LayoutBlockFlow DIV id='scroller'",
60 "rect": [0, 0, 200, 200],
61 "reason": "style change"
62 }
63 ]
64 }
65 ],
66 "objectPaintInvalidations": [
67 {
68 "object": "LayoutBlockFlow DIV id='scroller'",
69 "reason": "style change"
70 }
71 ]
72 }
73
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698