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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/linux/paint/invalidation/selection/selection-in-non-composited-scrolling-container-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 "paintInvalidations": [ 8 "paintInvalidations": [
9 { 9 {
10 "object": "LayoutTextControl INPUT id='target'", 10 "object": "LayoutTextControl INPUT id='target'",
11 "rect": [7, 7, 66, 24], 11 "rect": [7, 7, 66, 24],
12 "reason": "subtree" 12 "reason": "subtree"
13 },
14 {
15 "object": "LayoutBlockFlow DIV id='inner-editor'",
16 "rect": [10, 11, 60, 16],
17 "reason": "subtree"
18 },
19 {
20 "object": "LayoutText #text",
21 "rect": [10, 11, 60, 16],
22 "reason": "subtree"
23 } 13 }
24 ] 14 ]
25 } 15 }
26 ], 16 ],
27 "objectPaintInvalidations": [ 17 "objectPaintInvalidations": [
28 { 18 {
29 "object": "LayoutBlockFlow HTML", 19 "object": "LayoutBlockFlow HTML",
30 "reason": "selection" 20 "reason": "selection"
31 }, 21 },
32 { 22 {
(...skipping 20 matching lines...) Expand all
53 "object": "LayoutText #text", 43 "object": "LayoutText #text",
54 "reason": "subtree" 44 "reason": "subtree"
55 }, 45 },
56 { 46 {
57 "object": "InlineTextBox 'test test test'", 47 "object": "InlineTextBox 'test test test'",
58 "reason": "subtree" 48 "reason": "subtree"
59 } 49 }
60 ] 50 ]
61 } 51 }
62 52
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698