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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/win/paint/invalidation/line-flow-with-floats-9-expected.txt

Issue 2423513002: Simplify incremental paint invalidation (Closed)
Patch Set: Update test and rebaseline layout tests Created 4 years, 1 month 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": "LayoutBlockFlow HTML", 10 "object": "LayoutBlockFlow HTML",
11 "rect": [0, 0, 500, 600], 11 "rect": [0, 0, 500, 600],
12 "reason": "forced by layout" 12 "reason": "forced by layout"
13 }, 13 },
14 { 14 {
15 "object": "LayoutBlockFlow P", 15 "object": "LayoutBlockFlow P",
16 "rect": [8, 569, 418, 21], 16 "rect": [8, 569, 418, 21],
17 "reason": "incremental" 17 "reason": "incremental"
18 }, 18 },
19 { 19 {
20 "object": "LayoutBlockFlow P",
21 "rect": [8, 572, 418, 18],
22 "reason": "incremental"
23 },
24 {
25 "object": "LayoutText #text", 20 "object": "LayoutText #text",
26 "rect": [14, 242, 406, 125], 21 "rect": [14, 242, 406, 125],
27 "reason": "forced by layout" 22 "reason": "forced by layout"
28 }, 23 },
29 { 24 {
30 "object": "LayoutText #text", 25 "object": "LayoutText #text",
31 "rect": [14, 494, 406, 89], 26 "rect": [14, 494, 406, 89],
32 "reason": "forced by layout" 27 "reason": "forced by layout"
33 }, 28 },
34 { 29 {
(...skipping 279 matching lines...) Expand 10 before | Expand all | Expand 10 after
314 "object": "InlineTextBox 'here; the great\n'", 309 "object": "InlineTextBox 'here; the great\n'",
315 "reason": "forced by layout" 310 "reason": "forced by layout"
316 }, 311 },
317 { 312 {
318 "object": "InlineTextBox 'wonder is, that there\u2018s any one left alive! \u2019'", 313 "object": "InlineTextBox 'wonder is, that there\u2018s any one left alive! \u2019'",
319 "reason": "forced by layout" 314 "reason": "forced by layout"
320 } 315 }
321 ] 316 ]
322 } 317 }
323 318
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698