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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/win/paint/invalidation/invalidate-caret-in-composited-scrolling-container-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": "LayoutTextControl INPUT id='root'", 10 "name": "LayoutTextControl INPUT id='root'",
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
51 }, 51 },
52 { 52 {
53 "name": "Overflow Controls Host Layer", 53 "name": "Overflow Controls Host Layer",
54 "bounds": [64, 16] 54 "bounds": [64, 16]
55 }, 55 },
56 { 56 {
57 "name": "Horizontal Scrollbar Layer", 57 "name": "Horizontal Scrollbar Layer",
58 "position": [0, 16], 58 "position": [0, 16],
59 "bounds": [64, 0], 59 "bounds": [64, 0],
60 "drawsContent": true 60 "drawsContent": true
61 },
62 {
63 "name": "Decoration Layer",
64 "bounds": [64, 16],
65 "drawsContent": true
61 } 66 }
62 ], 67 ],
63 "objectPaintInvalidations": [ 68 "objectPaintInvalidations": [
64 { 69 {
65 "object": "Caret", 70 "object": "Caret",
66 "reason": "invalidate paint rectangle" 71 "reason": "invalidate paint rectangle"
67 }, 72 },
68 { 73 {
69 "object": "LayoutTextControl INPUT id='root'", 74 "object": "LayoutTextControl INPUT id='root'",
70 "reason": "subtree" 75 "reason": "subtree"
71 } 76 }
72 ] 77 ]
73 } 78 }
74 79
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698