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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/win/paint/invalidation/selection/selection-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 "paintInvalidations": [ 8 "paintInvalidations": [
9 { 9 {
10 "object": "LayoutTextControl INPUT id='target'", 10 "object": "LayoutTextControl INPUT id='target'",
(...skipping 28 matching lines...) Expand all
39 }, 39 },
40 { 40 {
41 "name": "Overflow Controls Host Layer", 41 "name": "Overflow Controls Host Layer",
42 "bounds": [64, 16] 42 "bounds": [64, 16]
43 }, 43 },
44 { 44 {
45 "name": "Horizontal Scrollbar Layer", 45 "name": "Horizontal Scrollbar Layer",
46 "position": [0, 16], 46 "position": [0, 16],
47 "bounds": [64, 0], 47 "bounds": [64, 0],
48 "drawsContent": true 48 "drawsContent": true
49 },
50 {
51 "name": "Decoration Layer",
52 "bounds": [64, 16],
53 "drawsContent": true
49 } 54 }
50 ], 55 ],
51 "objectPaintInvalidations": [ 56 "objectPaintInvalidations": [
52 { 57 {
53 "object": "LayoutBlockFlow HTML", 58 "object": "LayoutBlockFlow HTML",
54 "reason": "selection" 59 "reason": "selection"
55 }, 60 },
56 { 61 {
57 "object": "LayoutBlockFlow BODY", 62 "object": "LayoutBlockFlow BODY",
58 "reason": "selection" 63 "reason": "selection"
(...skipping 10 matching lines...) Expand all
69 "object": "LayoutText #text", 74 "object": "LayoutText #text",
70 "reason": "selection" 75 "reason": "selection"
71 }, 76 },
72 { 77 {
73 "object": "InlineTextBox 'test test test'", 78 "object": "InlineTextBox 'test test test'",
74 "reason": "selection" 79 "reason": "selection"
75 } 80 }
76 ] 81 ]
77 } 82 }
78 83
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698