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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/mac/fast/repaint/line-flow-with-floats-9-expected.txt

Issue 2091123002: Auto-rebaseline for r401697 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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 "name": "Content Root Layer", 2 "name": "Content Root Layer",
3 "bounds": [800, 600], 3 "bounds": [800, 600],
4 "children": [ 4 "children": [
5 { 5 {
6 "name": "LayoutView #document", 6 "name": "LayoutView #document",
7 "bounds": [800, 600], 7 "bounds": [800, 600],
8 "contentsOpaque": true, 8 "contentsOpaque": true,
9 "drawsContent": true, 9 "drawsContent": true,
10 "paintInvalidations": [ 10 "paintInvalidations": [
11 { 11 {
12 "object": "LayoutBlockFlow HTML", 12 "object": "LayoutBlockFlow HTML",
13 "rect": [0, 0, 500, 600], 13 "rect": [0, 0, 500, 600],
14 "reason": "forced by layout" 14 "reason": "forced by layout"
15 }, 15 },
16 { 16 {
17 "object": "LayoutView #document",
18 "rect": [0, 0, 485, 600],
19 "reason": "full"
20 },
21 {
22 "object": "LayoutBlockFlow P", 17 "object": "LayoutBlockFlow P",
23 "rect": [8, 569, 418, 21], 18 "rect": [8, 569, 418, 21],
24 "reason": "incremental" 19 "reason": "incremental"
25 }, 20 },
26 { 21 {
27 "object": "LayoutBlockFlow P", 22 "object": "LayoutBlockFlow P",
28 "rect": [8, 572, 418, 18], 23 "rect": [8, 572, 418, 18],
29 "reason": "incremental" 24 "reason": "incremental"
30 }, 25 },
31 { 26 {
27 "object": "LayoutBlockFlow P",
28 "rect": [8, 566, 418, 18],
29 "reason": "invalidate paint rectangle"
30 },
31 {
32 "object": "LayoutText #text", 32 "object": "LayoutText #text",
33 "rect": [14, 494, 406, 90], 33 "rect": [14, 494, 406, 90],
34 "reason": "bounds change" 34 "reason": "bounds change"
35 }, 35 },
36 { 36 {
37 "object": "LayoutText #text", 37 "object": "LayoutText #text",
38 "rect": [14, 476, 406, 90], 38 "rect": [14, 476, 406, 90],
39 "reason": "bounds change" 39 "reason": "bounds change"
40 }, 40 },
41 { 41 {
(...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after
111 { 111 {
112 "object": "LayoutText #text", 112 "object": "LayoutText #text",
113 "rect": [419, 242, 1, 126], 113 "rect": [419, 242, 1, 126],
114 "reason": "incremental" 114 "reason": "incremental"
115 } 115 }
116 ] 116 ]
117 } 117 }
118 ] 118 ]
119 } 119 }
120 120
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698