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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/win/paint/invalidation/caret-with-composited-scroll-expected.txt

Issue 2707063003: Don't invalidate rect if it's covered by fully invalidated parent's visual rect (Closed)
Patch Set: - Created 3 years, 9 months 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'",
11 "position": [8, 44], 11 "position": [8, 44],
12 "bounds": [100, 100], 12 "bounds": [100, 100],
13 "shouldFlattenTransform": false, 13 "shouldFlattenTransform": false,
14 "drawsContent": true 14 "drawsContent": true
15 }, 15 },
16 { 16 {
17 "name": "Scrolling Layer", 17 "name": "Scrolling Layer",
18 "bounds": [100, 100], 18 "bounds": [100, 100],
19 "shouldFlattenTransform": false 19 "shouldFlattenTransform": false
20 }, 20 },
21 { 21 {
22 "name": "Scrolling Contents Layer", 22 "name": "Scrolling Contents Layer",
23 "bounds": [205, 1022], 23 "bounds": [205, 1022],
24 "drawsContent": true, 24 "drawsContent": true,
25 "paintInvalidations": [ 25 "paintInvalidations": [
26 { 26 {
27 "object": "LayoutTextControl INPUT id='text'", 27 "object": "LayoutTextControl INPUT id='text'",
28 "rect": [-1, 999, 207, 24], 28 "rect": [-1, 999, 207, 24],
29 "reason": "subtree" 29 "reason": "subtree"
30 },
31 {
32 "object": "LayoutBlockFlow DIV id='inner-editor'",
33 "rect": [3, 1003, 200, 16],
34 "reason": "subtree"
35 } 30 }
36 ] 31 ]
37 }, 32 },
38 { 33 {
39 "name": "Overflow Controls Host Layer", 34 "name": "Overflow Controls Host Layer",
40 "bounds": [100, 100] 35 "bounds": [100, 100]
41 }, 36 },
42 { 37 {
43 "name": "Horizontal Scrollbar Layer", 38 "name": "Horizontal Scrollbar Layer",
44 "position": [0, 100], 39 "position": [0, 100],
(...skipping 16 matching lines...) Expand all
61 "object": "LayoutBlockFlow DIV id='inner-editor'", 56 "object": "LayoutBlockFlow DIV id='inner-editor'",
62 "reason": "subtree" 57 "reason": "subtree"
63 }, 58 },
64 { 59 {
65 "object": "Caret", 60 "object": "Caret",
66 "reason": "caret" 61 "reason": "caret"
67 } 62 }
68 ] 63 ]
69 } 64 }
70 65
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698