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

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

Issue 2423513002: Simplify incremental paint invalidation (Closed)
Patch Set: Update test and rebaseline layout tests Created 4 years, 2 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": "LayoutBlockFlow P", 10 "object": "LayoutBlockFlow P",
11 "rect": [8, 569, 418, 7], 11 "rect": [8, 569, 418, 7],
12 "reason": "incremental" 12 "reason": "incremental"
13 }, 13 },
14 { 14 {
15 "object": "LayoutBlockFlow P",
16 "rect": [8, 572, 418, 4],
17 "reason": "incremental"
18 },
19 {
20 "object": "LayoutText #text", 15 "object": "LayoutText #text",
21 "rect": [14, 246, 406, 126], 16 "rect": [14, 246, 406, 126],
22 "reason": "forced by layout" 17 "reason": "forced by layout"
23 }, 18 },
24 { 19 {
25 "object": "LayoutText #text", 20 "object": "LayoutText #text",
26 "rect": [14, 242, 406, 126], 21 "rect": [14, 242, 406, 126],
27 "reason": "forced by layout" 22 "reason": "forced by layout"
28 }, 23 },
29 { 24 {
(...skipping 348 matching lines...) Expand 10 before | Expand all | Expand 10 after
378 "object": "InlineTextBox 'here; the great\n'", 373 "object": "InlineTextBox 'here; the great\n'",
379 "reason": "forced by layout" 374 "reason": "forced by layout"
380 }, 375 },
381 { 376 {
382 "object": "InlineTextBox 'wonder is, that there\u2018s any one left alive! \u2019'", 377 "object": "InlineTextBox 'wonder is, that there\u2018s any one left alive! \u2019'",
383 "reason": "forced by layout" 378 "reason": "forced by layout"
384 } 379 }
385 ] 380 ]
386 } 381 }
387 382
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698