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

Side by Side Diff: third_party/WebKit/LayoutTests/paint/invalidation/compositing/updating-scrolling-content-expected.txt

Issue 2439113003: Fix the bug that negative outline-offset is covered up by composited (Closed)
Patch Set: Fix failed webkit_unit_tests and contents_browsertests && rebaseline 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
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 DIV id='scroller'", 10 "name": "LayoutBlockFlow DIV id='scroller'",
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
49 "rect": [0, 0, 15, 185], 49 "rect": [0, 0, 15, 185],
50 "reason": "full" 50 "reason": "full"
51 } 51 }
52 ] 52 ]
53 }, 53 },
54 { 54 {
55 "name": "Scroll Corner Layer", 55 "name": "Scroll Corner Layer",
56 "position": [185, 185], 56 "position": [185, 185],
57 "bounds": [15, 15], 57 "bounds": [15, 15],
58 "drawsContent": true 58 "drawsContent": true
59 },
60 {
61 "name": "Decoration Layer",
62 "bounds": [200, 200],
63 "drawsContent": true
59 } 64 }
60 ], 65 ],
61 "objectPaintInvalidations": [ 66 "objectPaintInvalidations": [
62 { 67 {
63 "object": "LayoutBlockFlow DIV id='indicator'", 68 "object": "LayoutBlockFlow DIV id='indicator'",
64 "reason": "style change" 69 "reason": "style change"
65 } 70 }
66 ] 71 ]
67 } 72 }
68 73
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698