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

Side by Side Diff: third_party/WebKit/LayoutTests/compositing/layer-creation/scroll-partial-update-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 scroll me 1 scroll me
2 { 2 {
3 "layers": [ 3 "layers": [
4 { 4 {
5 "name": "LayoutView #document", 5 "name": "LayoutView #document",
6 "bounds": [800, 600], 6 "bounds": [800, 600],
7 "contentsOpaque": true, 7 "contentsOpaque": true,
8 "drawsContent": true 8 "drawsContent": true
9 }, 9 },
10 { 10 {
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
42 "drawsContent": true 42 "drawsContent": true
43 }, 43 },
44 { 44 {
45 "name": "Overflow Controls Host Layer", 45 "name": "Overflow Controls Host Layer",
46 "bounds": [200, 200] 46 "bounds": [200, 200]
47 }, 47 },
48 { 48 {
49 "name": "Vertical Scrollbar Layer", 49 "name": "Vertical Scrollbar Layer",
50 "position": [185, 0], 50 "position": [185, 0],
51 "bounds": [15, 200] 51 "bounds": [15, 200]
52 },
53 {
54 "name": "Decoration Layer",
55 "bounds": [200, 200],
56 "drawsContent": true
52 } 57 }
53 ] 58 ]
54 } 59 }
55 60
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698