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

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

Issue 2872423002: Tweak PaintInvalidationReasons (Closed)
Patch Set: Rebaseline-cl Created 3 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 "layers": [ 2 "layers": [
3 { 3 {
4 "name": "LayoutView #document", 4 "name": "LayoutView #document",
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": "LayoutText #text", 10 "object": "LayoutText #text",
11 "rect": [39, 79, 154, 99], 11 "rect": [39, 79, 154, 99],
12 "reason": "layoutObject removal" 12 "reason": "disappeared"
13 }, 13 },
14 { 14 {
15 "object": "LayoutBlockFlow DIV id='test'", 15 "object": "LayoutBlockFlow DIV id='test'",
16 "rect": [38, 78, 152, 102], 16 "rect": [38, 78, 152, 102],
17 "reason": "forced by layout" 17 "reason": "geometry"
18 } 18 }
19 ], 19 ],
20 "underPaintInvalidations": [ 20 "underPaintInvalidations": [
21 { 21 {
22 "x": 194, 22 "x": 194,
23 "y": 79, 23 "y": 79,
24 "oldPixel": "#3333FF", 24 "oldPixel": "#3333FF",
25 "newPixel": "#FFFFFF" 25 "newPixel": "#FFFFFF"
26 }, 26 },
27 { 27 {
(...skipping 289 matching lines...) Expand 10 before | Expand all | Expand 10 after
317 "y": 128, 317 "y": 128,
318 "oldPixel": "#3333FF", 318 "oldPixel": "#3333FF",
319 "newPixel": "#FFFFFF" 319 "newPixel": "#FFFFFF"
320 } 320 }
321 ] 321 ]
322 } 322 }
323 ], 323 ],
324 "objectPaintInvalidations": [ 324 "objectPaintInvalidations": [
325 { 325 {
326 "object": "LayoutText #text", 326 "object": "LayoutText #text",
327 "reason": "layoutObject removal" 327 "reason": "disappeared"
328 }, 328 },
329 { 329 {
330 "object": "LayoutBlockFlow DIV id='test'", 330 "object": "LayoutBlockFlow DIV id='test'",
331 "reason": "forced by layout" 331 "reason": "geometry"
332 }, 332 },
333 { 333 {
334 "object": "RootInlineBox", 334 "object": "RootInlineBox",
335 "reason": "forced by layout" 335 "reason": "geometry"
336 }, 336 },
337 { 337 {
338 "object": "Caret", 338 "object": "Caret",
339 "reason": "caret" 339 "reason": "caret"
340 }, 340 },
341 { 341 {
342 "object": "LayoutBR BR", 342 "object": "LayoutBR BR",
343 "reason": "forced by layout" 343 "reason": "geometry"
344 }, 344 },
345 { 345 {
346 "object": "InlineTextBox '\n'", 346 "object": "InlineTextBox '\n'",
347 "reason": "forced by layout" 347 "reason": "geometry"
348 } 348 }
349 ] 349 ]
350 } 350 }
351 351
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698