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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/win/paint/invalidation/caret-with-composited-scroll-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='scroller'", 10 "name": "LayoutBlockFlow DIV id='scroller'",
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
58 "name": "Horizontal Scrollbar Layer", 58 "name": "Horizontal Scrollbar Layer",
59 "position": [0, 100], 59 "position": [0, 100],
60 "bounds": [100, 0], 60 "bounds": [100, 0],
61 "drawsContent": true 61 "drawsContent": true
62 }, 62 },
63 { 63 {
64 "name": "Vertical Scrollbar Layer", 64 "name": "Vertical Scrollbar Layer",
65 "position": [100, 0], 65 "position": [100, 0],
66 "bounds": [0, 100], 66 "bounds": [0, 100],
67 "drawsContent": true 67 "drawsContent": true
68 },
69 {
70 "name": "Decoration Layer",
71 "bounds": [100, 100],
72 "drawsContent": true
68 } 73 }
69 ], 74 ],
70 "objectPaintInvalidations": [ 75 "objectPaintInvalidations": [
71 { 76 {
72 "object": "Caret", 77 "object": "Caret",
73 "reason": "invalidate paint rectangle" 78 "reason": "invalidate paint rectangle"
74 }, 79 },
75 { 80 {
76 "object": "LayoutTextControl INPUT id='text'", 81 "object": "LayoutTextControl INPUT id='text'",
77 "reason": "subtree" 82 "reason": "subtree"
78 }, 83 },
79 { 84 {
80 "object": "LayoutBlockFlow DIV id='inner-editor'", 85 "object": "LayoutBlockFlow DIV id='inner-editor'",
81 "reason": "subtree" 86 "reason": "subtree"
82 }, 87 },
83 { 88 {
84 "object": "Caret", 89 "object": "Caret",
85 "reason": "invalidate paint rectangle" 90 "reason": "invalidate paint rectangle"
86 }, 91 },
87 { 92 {
88 "object": "Caret", 93 "object": "Caret",
89 "reason": "invalidate paint rectangle" 94 "reason": "invalidate paint rectangle"
90 } 95 }
91 ] 96 ]
92 } 97 }
93 98
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698