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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/win/compositing/overflow/textarea-scroll-touch-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 { 2 {
3 "layers": [ 3 "layers": [
4 { 4 {
5 "name": "LayoutView #document", 5 "name": "LayoutView #document",
6 "bounds": [800, 600], 6 "bounds": [800, 600],
7 "contentsOpaque": true, 7 "contentsOpaque": true,
8 "drawsContent": true 8 "drawsContent": true
9 }, 9 },
10 { 10 {
(...skipping 25 matching lines...) Expand all
36 "position": [190, 1], 36 "position": [190, 1],
37 "bounds": [15, 109] 37 "bounds": [15, 109]
38 }, 38 },
39 { 39 {
40 "name": "Scroll Corner Layer", 40 "name": "Scroll Corner Layer",
41 "position": [190, 110], 41 "position": [190, 110],
42 "bounds": [15, 15], 42 "bounds": [15, 15],
43 "drawsContent": true 43 "drawsContent": true
44 }, 44 },
45 { 45 {
46 "name": "Decoration Layer",
47 "bounds": [206, 126],
48 "drawsContent": true
49 },
50 {
46 "name": "LayoutTextControl TEXTAREA", 51 "name": "LayoutTextControl TEXTAREA",
47 "position": [248, 18], 52 "position": [248, 18],
48 "bounds": [206, 126], 53 "bounds": [206, 126],
49 "shouldFlattenTransform": false, 54 "shouldFlattenTransform": false,
50 "drawsContent": true, 55 "drawsContent": true,
51 "backgroundColor": "#CCCCCC" 56 "backgroundColor": "#CCCCCC"
52 }, 57 },
53 { 58 {
54 "name": "Scrolling Layer", 59 "name": "Scrolling Layer",
55 "position": [1, 1], 60 "position": [1, 1],
(...skipping 13 matching lines...) Expand all
69 { 74 {
70 "name": "Vertical Scrollbar Layer", 75 "name": "Vertical Scrollbar Layer",
71 "position": [190, 1], 76 "position": [190, 1],
72 "bounds": [15, 109] 77 "bounds": [15, 109]
73 }, 78 },
74 { 79 {
75 "name": "Scroll Corner Layer", 80 "name": "Scroll Corner Layer",
76 "position": [190, 110], 81 "position": [190, 110],
77 "bounds": [15, 15], 82 "bounds": [15, 15],
78 "drawsContent": true 83 "drawsContent": true
84 },
85 {
86 "name": "Decoration Layer",
87 "bounds": [206, 126],
88 "drawsContent": true
79 } 89 }
80 ] 90 ]
81 } 91 }
82 92
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698