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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/win/paint/invalidation/forms/range-focus-by-mouse-then-keydown-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 "paintInvalidations": [ 8 "paintInvalidations": [
9 { 9 {
10 "object": "LayoutSlider INPUT", 10 "object": "LayoutSlider INPUT",
11 "rect": [9, 9, 131, 23], 11 "rect": [9, 9, 131, 23],
12 "reason": "subtree" 12 "reason": "subtree"
13 },
14 {
15 "object": "LayoutBlockFlow DIV id='track'",
16 "rect": [10, 10, 129, 21],
17 "reason": "subtree"
18 },
19 {
20 "object": "LayoutBlockFlow DIV id='thumb'",
21 "rect": [69, 10, 11, 21],
22 "reason": "subtree"
23 } 13 }
24 ] 14 ]
25 } 15 }
26 ], 16 ],
27 "objectPaintInvalidations": [ 17 "objectPaintInvalidations": [
28 { 18 {
29 "object": "LayoutSlider INPUT", 19 "object": "LayoutSlider INPUT",
30 "reason": "subtree" 20 "reason": "subtree"
31 }, 21 },
32 { 22 {
33 "object": "LayoutFlexibleBox DIV", 23 "object": "LayoutFlexibleBox DIV",
34 "reason": "subtree" 24 "reason": "subtree"
35 }, 25 },
36 { 26 {
37 "object": "LayoutBlockFlow DIV id='track'", 27 "object": "LayoutBlockFlow DIV id='track'",
38 "reason": "subtree" 28 "reason": "subtree"
39 }, 29 },
40 { 30 {
41 "object": "LayoutBlockFlow DIV id='thumb'", 31 "object": "LayoutBlockFlow DIV id='thumb'",
42 "reason": "subtree" 32 "reason": "subtree"
43 } 33 }
44 ] 34 ]
45 } 35 }
46 36
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698