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

Side by Side Diff: third_party/WebKit/LayoutTests/compositing/layer-creation/fixed-position-in-fixed-overflow-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='overflow fixed'", 10 "name": "LayoutBlockFlow (positioned) DIV class='overflow fixed'",
(...skipping 21 matching lines...) Expand all
32 "backgroundColor": "#FFFF00" 32 "backgroundColor": "#FFFF00"
33 }, 33 },
34 { 34 {
35 "name": "Overflow Controls Host Layer", 35 "name": "Overflow Controls Host Layer",
36 "bounds": [800, 600] 36 "bounds": [800, 600]
37 }, 37 },
38 { 38 {
39 "name": "Vertical Scrollbar Layer", 39 "name": "Vertical Scrollbar Layer",
40 "position": [785, 0], 40 "position": [785, 0],
41 "bounds": [15, 600] 41 "bounds": [15, 600]
42 },
43 {
44 "name": "Decoration Layer",
45 "bounds": [800, 600],
46 "drawsContent": true
42 } 47 }
43 ] 48 ]
44 } 49 }
45 50
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698