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

Side by Side Diff: third_party/WebKit/LayoutTests/compositing/overflow/scroll-parent-absolute-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": [785, 5516], 5 "bounds": [785, 5516],
6 "contentsOpaque": true, 6 "contentsOpaque": true,
7 "drawsContent": true 7 "drawsContent": true
8 }, 8 },
9 { 9 {
10 "name": "Squashing Containment Layer", 10 "name": "Squashing Containment Layer",
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
43 "position": [485, 0], 43 "position": [485, 0],
44 "bounds": [15, 485] 44 "bounds": [15, 485]
45 }, 45 },
46 { 46 {
47 "name": "Scroll Corner Layer", 47 "name": "Scroll Corner Layer",
48 "position": [485, 485], 48 "position": [485, 485],
49 "bounds": [15, 15], 49 "bounds": [15, 15],
50 "drawsContent": true 50 "drawsContent": true
51 }, 51 },
52 { 52 {
53 "name": "Decoration Layer",
54 "bounds": [500, 500],
55 "drawsContent": true
56 },
57 {
53 "name": "Squashing Layer (first squashed layer: LayoutBlockFlow (positione d) DIV id='middle')", 58 "name": "Squashing Layer (first squashed layer: LayoutBlockFlow (positione d) DIV id='middle')",
54 "position": [8, 8], 59 "position": [8, 8],
55 "bounds": [400, 400], 60 "bounds": [400, 400],
56 "drawsContent": true 61 "drawsContent": true
57 }, 62 },
58 { 63 {
59 "name": "LayoutBlockFlow (relative positioned) DIV id='child'", 64 "name": "LayoutBlockFlow (relative positioned) DIV id='child'",
60 "position": [8, 8], 65 "position": [8, 8],
61 "bounds": [300, 300], 66 "bounds": [300, 300],
62 "contentsOpaque": true, 67 "contentsOpaque": true,
63 "drawsContent": true, 68 "drawsContent": true,
64 "backfaceVisibility": "hidden", 69 "backfaceVisibility": "hidden",
65 "backgroundColor": "#FFFF00" 70 "backgroundColor": "#FFFF00"
66 }, 71 },
67 { 72 {
68 "name": "LayoutBlockFlow (relative positioned) DIV id='tall'", 73 "name": "LayoutBlockFlow (relative positioned) DIV id='tall'",
69 "position": [8, 8], 74 "position": [8, 8],
70 "bounds": [20, 5000], 75 "bounds": [20, 5000],
71 "contentsOpaque": true, 76 "contentsOpaque": true,
72 "drawsContent": true, 77 "drawsContent": true,
73 "backgroundColor": "#FA8072", 78 "backgroundColor": "#FA8072",
74 "hasScrollParent": true 79 "hasScrollParent": true
75 } 80 }
76 ] 81 ]
77 } 82 }
78 83
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698