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

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

Issue 2178363002: Auto-rebaseline for r407755 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 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 DIV", 12 "object": "LayoutBlockFlow DIV",
13 "rect": [10, 138, 292, 160], 13 "rect": [10, 138, 292, 160],
14 "reason": "forced by layout" 14 "reason": "forced by layout"
15 }, 15 },
16 { 16 {
17 "object": "LayoutBlockFlow DIV", 17 "object": "LayoutBlockFlow DIV",
18 "rect": [10, 303, 292, 50], 18 "rect": [10, 303, 292, 50],
19 "reason": "bounds change" 19 "reason": "bounds change"
20 }, 20 },
21 { 21 {
22 "object": "LayoutText #text", 22 "object": "LayoutText #text",
23 "rect": [10, 138, 289, 159], 23 "rect": [9, 138, 290, 159],
24 "reason": "forced by layout" 24 "reason": "forced by layout"
25 }, 25 },
26 { 26 {
27 "object": "LayoutBlockFlow DIV", 27 "object": "LayoutBlockFlow DIV",
28 "rect": [10, 138, 242, 180], 28 "rect": [10, 138, 242, 180],
29 "reason": "forced by layout" 29 "reason": "forced by layout"
30 }, 30 },
31 { 31 {
32 "object": "LayoutBlockFlow DIV", 32 "object": "LayoutBlockFlow DIV",
33 "rect": [10, 323, 242, 50], 33 "rect": [10, 323, 242, 50],
34 "reason": "bounds change" 34 "reason": "bounds change"
35 }, 35 },
36 { 36 {
37 "object": "LayoutTableCell TD id='col1'", 37 "object": "LayoutTableCell TD id='col1'",
38 "rect": [10, 353, 242, 20], 38 "rect": [10, 353, 242, 20],
39 "reason": "incremental" 39 "reason": "incremental"
40 }, 40 },
41 { 41 {
42 "object": "LayoutText #text", 42 "object": "LayoutText #text",
43 "rect": [10, 138, 240, 179], 43 "rect": [9, 138, 240, 179],
44 "reason": "forced by layout" 44 "reason": "forced by layout"
45 }, 45 },
46 { 46 {
47 "object": "LayoutTableCell TD id='target'", 47 "object": "LayoutTableCell TD id='target'",
48 "rect": [254, 138, 52, 235], 48 "rect": [254, 138, 52, 235],
49 "reason": "bounds change" 49 "reason": "bounds change"
50 }, 50 },
51 { 51 {
52 "object": "LayoutTableCell TD id='col1'", 52 "object": "LayoutTableCell TD id='col1'",
53 "rect": [252, 138, 50, 215], 53 "rect": [252, 138, 50, 215],
(...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after
113 "object": "LayoutBlockFlow DIV", 113 "object": "LayoutBlockFlow DIV",
114 "reason": "bounds change" 114 "reason": "bounds change"
115 }, 115 },
116 { 116 {
117 "object": "LayoutTableCell TD id='target'", 117 "object": "LayoutTableCell TD id='target'",
118 "reason": "bounds change" 118 "reason": "bounds change"
119 } 119 }
120 ] 120 ]
121 } 121 }
122 122
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698