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

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

Issue 2751183002: Update reason after full paint invalidation (Closed)
Patch Set: rebaseline-cl 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'",
(...skipping 14 matching lines...) Expand all
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 }, 30 },
31 { 31 {
32 "object": "LayoutBlockFlow DIV id='inner-editor'", 32 "object": "LayoutBlockFlow DIV id='inner-editor'",
33 "rect": [3, 1003, 200, 16], 33 "rect": [3, 1003, 200, 16],
34 "reason": "subtree" 34 "reason": "subtree"
35 },
36 {
37 "object": "LayoutBlockFlow DIV id='inner-editor'",
38 "rect": [3, 1003, 1, 16],
39 "reason": "caret"
40 } 35 }
41 ] 36 ]
42 }, 37 },
43 { 38 {
44 "name": "Overflow Controls Host Layer", 39 "name": "Overflow Controls Host Layer",
45 "bounds": [100, 100] 40 "bounds": [100, 100]
46 }, 41 },
47 { 42 {
48 "name": "Horizontal Scrollbar Layer", 43 "name": "Horizontal Scrollbar Layer",
49 "position": [0, 100], 44 "position": [0, 100],
(...skipping 16 matching lines...) Expand all
66 "object": "LayoutBlockFlow DIV id='inner-editor'", 61 "object": "LayoutBlockFlow DIV id='inner-editor'",
67 "reason": "subtree" 62 "reason": "subtree"
68 }, 63 },
69 { 64 {
70 "object": "Caret", 65 "object": "Caret",
71 "reason": "caret" 66 "reason": "caret"
72 } 67 }
73 ] 68 ]
74 } 69 }
75 70
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698