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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/linux/compositing/layer-creation/fixed-position-nonscrollable-body-mismatch-containers-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 Even though the fixed-position element's container is nonscrollable, it should s till be composited because one of its ancestors is scrolling. 1 Even though the fixed-position element's container is nonscrollable, it should s till be composited because one of its ancestors is scrolling.
2 2
3 { 3 {
4 "layers": [ 4 "layers": [
5 { 5 {
6 "name": "LayoutView #document", 6 "name": "LayoutView #document",
7 "bounds": [800, 600], 7 "bounds": [800, 600],
8 "contentsOpaque": true, 8 "contentsOpaque": true,
9 "drawsContent": true 9 "drawsContent": true
10 }, 10 },
(...skipping 29 matching lines...) Expand all
40 "position": [286, 1], 40 "position": [286, 1],
41 "bounds": [15, 285] 41 "bounds": [15, 285]
42 }, 42 },
43 { 43 {
44 "name": "Scroll Corner Layer", 44 "name": "Scroll Corner Layer",
45 "position": [286, 286], 45 "position": [286, 286],
46 "bounds": [15, 15], 46 "bounds": [15, 15],
47 "drawsContent": true 47 "drawsContent": true
48 }, 48 },
49 { 49 {
50 "name": "Decoration Layer",
51 "bounds": [302, 302],
52 "drawsContent": true
53 },
54 {
50 "name": "LayoutBlockFlow (positioned) DIV class='fixed lime box'", 55 "name": "LayoutBlockFlow (positioned) DIV class='fixed lime box'",
51 "position": [10, 100], 56 "position": [10, 100],
52 "bounds": [100, 100], 57 "bounds": [100, 100],
53 "contentsOpaque": true, 58 "contentsOpaque": true,
54 "drawsContent": true, 59 "drawsContent": true,
55 "backgroundColor": "#00FF00" 60 "backgroundColor": "#00FF00"
56 } 61 }
57 ] 62 ]
58 } 63 }
59 64
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698