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

Side by Side Diff: third_party/WebKit/LayoutTests/compositing/overflow/scrolling-content-clip-to-viewport-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 class='scroller'", 10 "name": "LayoutBlockFlow DIV class='scroller'",
(...skipping 24 matching lines...) Expand all
35 "position": [305, 0], 35 "position": [305, 0],
36 "bounds": [15, 325] 36 "bounds": [15, 325]
37 }, 37 },
38 { 38 {
39 "name": "Scroll Corner Layer", 39 "name": "Scroll Corner Layer",
40 "position": [305, 325], 40 "position": [305, 325],
41 "bounds": [15, 15], 41 "bounds": [15, 15],
42 "drawsContent": true 42 "drawsContent": true
43 }, 43 },
44 { 44 {
45 "name": "Decoration Layer",
46 "bounds": [320, 340],
47 "drawsContent": true
48 },
49 {
45 "name": "LayoutBlockFlow (relative positioned) DIV class='column'", 50 "name": "LayoutBlockFlow (relative positioned) DIV class='column'",
46 "position": [10, 10], 51 "position": [10, 10],
47 "bounds": [284, 1204], 52 "bounds": [284, 1204],
48 "contentsOpaque": true, 53 "contentsOpaque": true,
49 "drawsContent": true, 54 "drawsContent": true,
50 "backgroundColor": "#C0C0C0" 55 "backgroundColor": "#C0C0C0"
51 } 56 }
52 ] 57 ]
53 } 58 }
54 59
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698