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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/mac/paint/invalidation/caret-subpixel-expected.txt

Issue 2374083002: Auto-rebaseline for r420749 (Closed)
Patch Set: Created 4 years, 2 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 "name": "Content Root Layer", 2 "name": "Content Root Layer",
3 "bounds": [800, 600], 3 "bounds": [800, 600],
4 "children": [ 4 "children": [
5 { 5 {
6 "name": "LayoutView #document", 6 "name": "LayoutView #document",
7 "bounds": [800, 600], 7 "bounds": [800, 600],
8 "contentsOpaque": true, 8 "contentsOpaque": true,
9 "drawsContent": true, 9 "drawsContent": true,
10 "paintInvalidations": [ 10 "paintInvalidations": [
11 { 11 {
12 "object": "LayoutTextControl INPUT id='target'", 12 "object": "LayoutTextControl INPUT id='target'",
13 "rect": [8, 8, 225, 19], 13 "rect": [8, 8, 225, 19],
14 "reason": "subtree" 14 "reason": "subtree"
15 }, 15 },
16 { 16 {
17 "object": "LayoutBlockFlow DIV id='inner-editor'", 17 "object": "LayoutBlockFlow DIV id='inner-editor'",
18 "rect": [11, 11, 201, 13], 18 "rect": [11, 11, 201, 13],
19 "reason": "subtree" 19 "reason": "subtree"
20 }, 20 },
21 { 21 {
22 "object": "LayoutBlockFlow DIV id='inner-editor'", 22 "object": "LayoutBlockFlow DIV id='inner-editor'",
23 "rect": [209, 10, 4, 15], 23 "rect": [209, 10, 4, 15],
24 "reason": "invalidate paint rectangle" 24 "reason": "invalidate paint rectangle"
25 },
26 {
27 "object": "LayoutBlockFlow DIV id='inner-editor'",
28 "rect": [209, 10, 4, 15],
29 "reason": "invalidate paint rectangle"
30 },
31 {
32 "object": "LayoutBlockFlow DIV id='inner-editor'",
33 "rect": [209, 10, 4, 15],
34 "reason": "invalidate paint rectangle"
25 } 35 }
26 ] 36 ]
27 } 37 }
28 ], 38 ],
29 "objectPaintInvalidations": [ 39 "objectPaintInvalidations": [
30 { 40 {
41 "object": "Caret",
42 "reason": "invalidate paint rectangle"
43 },
44 {
31 "object": "LayoutTextControl INPUT id='target'", 45 "object": "LayoutTextControl INPUT id='target'",
32 "reason": "subtree" 46 "reason": "subtree"
33 }, 47 },
34 { 48 {
35 "object": "LayoutBlockFlow DIV id='inner-editor'", 49 "object": "LayoutBlockFlow DIV id='inner-editor'",
36 "reason": "subtree" 50 "reason": "subtree"
37 }, 51 },
38 { 52 {
39 "object": "Caret", 53 "object": "Caret",
40 "reason": "invalidate paint rectangle" 54 "reason": "invalidate paint rectangle"
55 },
56 {
57 "object": "Caret",
58 "reason": "invalidate paint rectangle"
41 } 59 }
42 ] 60 ]
43 } 61 }
44 62
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698