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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/win/fast/repaint/bugzilla-6278-expected.txt

Issue 1951203002: Auto-rebaseline for r391751 (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", 10 "object": "LayoutBlockFlow DIV",
11 "rect": [9, 132, 293, 144], 11 "rect": [9, 132, 293, 144],
12 "reason": "forced by layout" 12 "reason": "forced by layout"
13 }, 13 },
14 { 14 {
15 "object": "LayoutBlockFlow DIV", 15 "object": "LayoutBlockFlow DIV",
16 "rect": [10, 281, 292, 50], 16 "rect": [10, 281, 292, 50],
17 "reason": "location change" 17 "reason": "bounds change"
18 }, 18 },
19 { 19 {
20 "object": "LayoutBlockFlow DIV", 20 "object": "LayoutBlockFlow DIV",
21 "rect": [9, 132, 243, 180], 21 "rect": [9, 132, 243, 180],
22 "reason": "forced by layout" 22 "reason": "forced by layout"
23 }, 23 },
24 { 24 {
25 "object": "LayoutTableCell TD id='col1'", 25 "object": "LayoutTableCell TD id='col1'",
26 "rect": [9, 331, 243, 36], 26 "rect": [9, 331, 243, 36],
27 "reason": "incremental" 27 "reason": "incremental"
28 }, 28 },
29 { 29 {
30 "object": "LayoutBlockFlow DIV", 30 "object": "LayoutBlockFlow DIV",
31 "rect": [10, 317, 242, 50], 31 "rect": [10, 317, 242, 50],
32 "reason": "location change" 32 "reason": "bounds change"
33 }, 33 },
34 { 34 {
35 "object": "LayoutTableCell TD id='col1'", 35 "object": "LayoutTableCell TD id='col1'",
36 "rect": [10, 331, 242, 36], 36 "rect": [10, 331, 242, 36],
37 "reason": "incremental" 37 "reason": "incremental"
38 }, 38 },
39 { 39 {
40 "object": "LayoutText #text", 40 "object": "LayoutText #text",
41 "rect": [9, 276, 241, 36], 41 "rect": [9, 276, 241, 36],
42 "reason": "incremental" 42 "reason": "incremental"
43 }, 43 },
44 { 44 {
45 "object": "LayoutTableCell TD id='target'", 45 "object": "LayoutTableCell TD id='target'",
46 "rect": [254, 132, 52, 235], 46 "rect": [254, 132, 52, 235],
47 "reason": "location change" 47 "reason": "bounds change"
48 }, 48 },
49 { 49 {
50 "object": "LayoutTableCell TD id='col1'", 50 "object": "LayoutTableCell TD id='col1'",
51 "rect": [252, 132, 50, 199], 51 "rect": [252, 132, 50, 199],
52 "reason": "incremental" 52 "reason": "incremental"
53 }, 53 },
54 { 54 {
55 "object": "LayoutTableCell TD id='col1'", 55 "object": "LayoutTableCell TD id='col1'",
56 "rect": [252, 132, 50, 199], 56 "rect": [252, 132, 50, 199],
57 "reason": "incremental" 57 "reason": "incremental"
(...skipping 109 matching lines...) Expand 10 before | Expand all | Expand 10 after
167 }, 167 },
168 { 168 {
169 "object": "RootInlineBox", 169 "object": "RootInlineBox",
170 "reason": "full" 170 "reason": "full"
171 } 171 }
172 ] 172 ]
173 } 173 }
174 ] 174 ]
175 } 175 }
176 176
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698