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

Side by Side Diff: third_party/WebKit/LayoutTests/compositing/overflow/scroll-parent-with-non-stacking-context-composited-ancestor-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='intervening'", 10 "name": "LayoutBlockFlow DIV id='intervening'",
(...skipping 14 matching lines...) Expand all
25 "name": "Scrolling Layer", 25 "name": "Scrolling Layer",
26 "position": [1, 1], 26 "position": [1, 1],
27 "bounds": [100, 100], 27 "bounds": [100, 100],
28 "shouldFlattenTransform": false 28 "shouldFlattenTransform": false
29 }, 29 },
30 { 30 {
31 "name": "Scrolling Contents Layer", 31 "name": "Scrolling Contents Layer",
32 "bounds": [100, 180] 32 "bounds": [100, 180]
33 }, 33 },
34 { 34 {
35 "name": "Decoration Layer",
36 "bounds": [102, 102],
37 "drawsContent": true
38 },
39 {
35 "name": "LayoutBlockFlow (positioned) DIV id='fixed'", 40 "name": "LayoutBlockFlow (positioned) DIV id='fixed'",
36 "position": [60, 60], 41 "position": [60, 60],
37 "bounds": [80, 80], 42 "bounds": [80, 80],
38 "contentsOpaque": true, 43 "contentsOpaque": true,
39 "drawsContent": true, 44 "drawsContent": true,
40 "backgroundColor": "#008000" 45 "backgroundColor": "#008000"
41 }, 46 },
42 { 47 {
43 "name": "Squashing Containment Layer", 48 "name": "Squashing Containment Layer",
44 "shouldFlattenTransform": false 49 "shouldFlattenTransform": false
(...skipping 18 matching lines...) Expand all
63 "bounds": [102, 102] 68 "bounds": [102, 102]
64 }, 69 },
65 { 70 {
66 "name": "Vertical Scrollbar Layer", 71 "name": "Vertical Scrollbar Layer",
67 "position": [94, 1], 72 "position": [94, 1],
68 "bounds": [7, 100] 73 "bounds": [7, 100]
69 } 74 }
70 ] 75 ]
71 } 76 }
72 77
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698