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

Side by Side Diff: third_party/WebKit/LayoutTests/compositing/overflow/accelerated-overflow-scroll-should-not-affect-perspective-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 (positioned) DIV class='container'", 10 "name": "LayoutBlockFlow (positioned) DIV class='container'",
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after
74 { 74 {
75 "name": "Vertical Scrollbar Layer", 75 "name": "Vertical Scrollbar Layer",
76 "position": [185, 0], 76 "position": [185, 0],
77 "bounds": [15, 185] 77 "bounds": [15, 185]
78 }, 78 },
79 { 79 {
80 "name": "Scroll Corner Layer", 80 "name": "Scroll Corner Layer",
81 "position": [185, 185], 81 "position": [185, 185],
82 "bounds": [15, 15], 82 "bounds": [15, 15],
83 "drawsContent": true 83 "drawsContent": true
84 },
85 {
86 "name": "Decoration Layer",
87 "bounds": [200, 200],
88 "drawsContent": true
84 } 89 }
85 ] 90 ]
86 } 91 }
87 92
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698