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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/linux/fast/repaint/selection-after-delete-expected.txt

Issue 2086703002: Auto-rebaseline for r400760 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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": [
(...skipping 20 matching lines...) Expand all
31 { 31 {
32 "object": "LayoutBlockFlow DIV id='test'", 32 "object": "LayoutBlockFlow DIV id='test'",
33 "rect": [38, 78, 3, 21], 33 "rect": [38, 78, 3, 21],
34 "reason": "invalidate paint rectangle" 34 "reason": "invalidate paint rectangle"
35 } 35 }
36 ] 36 ]
37 } 37 }
38 ], 38 ],
39 "objectPaintInvalidations": [ 39 "objectPaintInvalidations": [
40 { 40 {
41 "object": "InlineTextBox 'hello world hello world'",
42 "reason": "full"
43 },
44 {
45 "object": "InlineTextBox ' '",
46 "reason": "full"
47 },
48 {
49 "object": "InlineTextBox 'hello world hello world'",
50 "reason": "full"
51 },
52 {
53 "object": "InlineTextBox ' '",
54 "reason": "full"
55 },
56 {
57 "object": "InlineTextBox 'hello world hello world'",
58 "reason": "full"
59 },
60 {
61 "object": "InlineTextBox ' '",
62 "reason": "full"
63 },
64 {
65 "object": "InlineTextBox 'hello world hello world'",
66 "reason": "full"
67 },
68 {
69 "object": "InlineTextBox ' '",
70 "reason": "full"
71 },
72 {
73 "object": "InlineTextBox 'hello'",
74 "reason": "full"
75 },
76 {
41 "object": "LayoutText #text", 77 "object": "LayoutText #text",
42 "reason": "layoutObject removal" 78 "reason": "layoutObject removal"
43 }, 79 },
44 { 80 {
81 "object": "RootInlineBox",
82 "reason": "full"
83 },
84 {
85 "object": "RootInlineBox",
86 "reason": "full"
87 },
88 {
89 "object": "RootInlineBox",
90 "reason": "full"
91 },
92 {
93 "object": "RootInlineBox",
94 "reason": "full"
95 },
96 {
97 "object": "InlineTextBox '\n'",
98 "reason": "full"
99 },
100 {
101 "object": "RootInlineBox",
102 "reason": "full"
103 },
104 {
45 "object": "LayoutBlockFlow DIV id='test'", 105 "object": "LayoutBlockFlow DIV id='test'",
46 "reason": "incremental" 106 "reason": "incremental"
47 }, 107 },
48 { 108 {
49 "object": "LayoutBlockFlow DIV id='test'", 109 "object": "LayoutBlockFlow DIV id='test'",
50 "reason": "invalidate paint rectangle" 110 "reason": "invalidate paint rectangle"
51 }, 111 },
52 { 112 {
53 "object": "RootInlineBox", 113 "object": "RootInlineBox",
54 "reason": "incremental" 114 "reason": "incremental"
55 }, 115 },
56 { 116 {
57 "object": "LayoutBR BR", 117 "object": "LayoutBR BR",
58 "reason": "bounds change" 118 "reason": "bounds change"
59 }, 119 },
60 { 120 {
61 "object": "InlineTextBox '\n'", 121 "object": "InlineTextBox '\n'",
62 "reason": "bounds change" 122 "reason": "bounds change"
63 }, 123 },
64 { 124 {
65 "object": "LayoutBlockFlow DIV id='test'", 125 "object": "LayoutBlockFlow DIV id='test'",
66 "reason": "invalidate paint rectangle" 126 "reason": "invalidate paint rectangle"
67 } 127 }
68 ] 128 ]
69 } 129 }
70 130
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698