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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/win/fast/repaint/selection-after-remove-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": "LayoutText #text", 30 "object": "LayoutText #text",
31 "rect": [112, 165, 42, 17], 31 "rect": [112, 164, 42, 18],
32 "reason": "bounds change" 32 "reason": "bounds change"
33 }, 33 },
34 { 34 {
35 "object": "LayoutText #text", 35 "object": "LayoutText #text",
36 "rect": [74, 75, 39, 17], 36 "rect": [74, 75, 39, 17],
37 "reason": "bounds change" 37 "reason": "bounds change"
38 }, 38 },
39 { 39 {
40 "object": "LayoutText #text", 40 "object": "LayoutText #text",
41 "rect": [39, 75, 36, 17], 41 "rect": [39, 75, 36, 17],
(...skipping 121 matching lines...) Expand 10 before | Expand all | Expand 10 after
163 }, 163 },
164 { 164 {
165 "object": "RootInlineBox", 165 "object": "RootInlineBox",
166 "reason": "full" 166 "reason": "full"
167 } 167 }
168 ] 168 ]
169 } 169 }
170 ] 170 ]
171 } 171 }
172 172
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698