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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/win/paint/invalidation/selection/selection-within-composited-scroller-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 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
44 { 44 {
45 "name": "Vertical Scrollbar Layer", 45 "name": "Vertical Scrollbar Layer",
46 "position": [185, 0], 46 "position": [185, 0],
47 "bounds": [15, 185] 47 "bounds": [15, 185]
48 }, 48 },
49 { 49 {
50 "name": "Scroll Corner Layer", 50 "name": "Scroll Corner Layer",
51 "position": [185, 185], 51 "position": [185, 185],
52 "bounds": [15, 15], 52 "bounds": [15, 15],
53 "drawsContent": true 53 "drawsContent": true
54 },
55 {
56 "name": "Decoration Layer",
57 "bounds": [200, 200],
58 "drawsContent": true
54 } 59 }
55 ], 60 ],
56 "objectPaintInvalidations": [ 61 "objectPaintInvalidations": [
57 { 62 {
58 "object": "LayoutBlockFlow HTML", 63 "object": "LayoutBlockFlow HTML",
59 "reason": "selection" 64 "reason": "selection"
60 }, 65 },
61 { 66 {
62 "object": "LayoutBlockFlow BODY", 67 "object": "LayoutBlockFlow BODY",
63 "reason": "selection" 68 "reason": "selection"
(...skipping 10 matching lines...) Expand all
74 "object": "LayoutText #text", 79 "object": "LayoutText #text",
75 "reason": "selection" 80 "reason": "selection"
76 }, 81 },
77 { 82 {
78 "object": "InlineTextBox 'test'", 83 "object": "InlineTextBox 'test'",
79 "reason": "selection" 84 "reason": "selection"
80 } 85 }
81 ] 86 ]
82 } 87 }
83 88
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698