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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/mac/paint/invalidation/selection-after-delete-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": "LayoutBlockFlow DIV id='test'", 12 "object": "LayoutBlockFlow DIV id='test'",
13 "rect": [38, 74, 152, 110], 13 "rect": [38, 74, 152, 110],
14 "reason": "forced by layout" 14 "reason": "forced by layout"
15 }, 15 },
16 { 16 {
17 "object": "LayoutText #text", 17 "object": "LayoutText #text",
18 "rect": [39, 75, 123, 108], 18 "rect": [39, 75, 123, 108],
19 "reason": "layoutObject removal" 19 "reason": "layoutObject removal"
20 }, 20 },
21 { 21 {
22 "object": "LayoutBR BR", 22 "object": "LayoutBR BR",
23 "rect": [38, 74, 3, 20], 23 "rect": [38, 74, 3, 20],
24 "reason": "invalidate paint rectangle" 24 "reason": "invalidate paint rectangle"
25 },
26 {
27 "object": "LayoutBR BR",
28 "rect": [38, 74, 3, 20],
29 "reason": "invalidate paint rectangle"
30 },
31 {
32 "object": "LayoutBR BR",
33 "rect": [38, 74, 3, 20],
34 "reason": "invalidate paint rectangle"
25 } 35 }
26 ] 36 ]
27 } 37 }
28 ], 38 ],
29 "objectPaintInvalidations": [ 39 "objectPaintInvalidations": [
30 { 40 {
31 "object": "LayoutText #text", 41 "object": "LayoutText #text",
32 "reason": "layoutObject removal" 42 "reason": "layoutObject removal"
33 }, 43 },
34 { 44 {
45 "object": "Caret",
46 "reason": "invalidate paint rectangle"
47 },
48 {
35 "object": "LayoutBlockFlow DIV id='test'", 49 "object": "LayoutBlockFlow DIV id='test'",
36 "reason": "forced by layout" 50 "reason": "forced by layout"
37 }, 51 },
38 { 52 {
39 "object": "RootInlineBox", 53 "object": "RootInlineBox",
40 "reason": "forced by layout" 54 "reason": "forced by layout"
41 }, 55 },
42 { 56 {
43 "object": "Caret", 57 "object": "Caret",
44 "reason": "invalidate paint rectangle" 58 "reason": "invalidate paint rectangle"
45 }, 59 },
46 { 60 {
61 "object": "Caret",
62 "reason": "invalidate paint rectangle"
63 },
64 {
47 "object": "LayoutBR BR", 65 "object": "LayoutBR BR",
48 "reason": "forced by layout" 66 "reason": "forced by layout"
49 }, 67 },
50 { 68 {
51 "object": "InlineTextBox '\n'", 69 "object": "InlineTextBox '\n'",
52 "reason": "forced by layout" 70 "reason": "forced by layout"
53 } 71 }
54 ] 72 ]
55 } 73 }
56 74
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698