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

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

Issue 1998663003: Auto-rebaseline for r394807 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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 "bounds": [800, 600], 2 "bounds": [800, 600],
3 "children": [ 3 "children": [
4 { 4 {
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": "LayoutBlockFlow DIV id='test'", 10 "object": "LayoutBlockFlow DIV id='test'",
11 "rect": [38, 75, 152, 107], 11 "rect": [38, 75, 152, 107],
12 "reason": "invalidate paint rectangle" 12 "reason": "invalidate paint rectangle"
13 }, 13 },
14 { 14 {
15 "object": "LayoutBlockFlow DIV id='test'", 15 "object": "LayoutBlockFlow DIV id='test'",
16 "rect": [38, 93, 152, 91], 16 "rect": [38, 93, 152, 91],
17 "reason": "incremental" 17 "reason": "incremental"
18 }, 18 },
19 { 19 {
20 "object": "LayoutBlockFlow DIV id='test'", 20 "object": "LayoutBlockFlow DIV id='test'",
21 "rect": [38, 94, 152, 90], 21 "rect": [38, 94, 152, 90],
22 "reason": "incremental" 22 "reason": "incremental"
23 }, 23 },
24 { 24 {
25 "object": "LayoutText #text", 25 "object": "LayoutText #text",
26 "rect": [39, 75, 119, 107], 26 "rect": [39, 75, 123, 107],
27 "reason": "layoutObject removal" 27 "reason": "layoutObject removal"
28 }, 28 },
29 { 29 {
30 "object": "LayoutBlockFlow DIV id='test'", 30 "object": "LayoutBlockFlow DIV id='test'",
31 "rect": [38, 74, 3, 19], 31 "rect": [38, 74, 3, 19],
32 "reason": "invalidate paint rectangle" 32 "reason": "invalidate paint rectangle"
33 }, 33 },
34 { 34 {
35 "object": "InlineTextBox '\n'", 35 "object": "InlineTextBox '\n'",
36 "reason": "full" 36 "reason": "full"
(...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after
113 }, 113 },
114 { 114 {
115 "object": "RootInlineBox", 115 "object": "RootInlineBox",
116 "reason": "full" 116 "reason": "full"
117 } 117 }
118 ] 118 ]
119 } 119 }
120 ] 120 ]
121 } 121 }
122 122
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698