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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/win/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, 132, 292, 144], 13 "rect": [10, 132, 292, 144],
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, 281, 292, 50], 18 "rect": [10, 281, 292, 50],
19 "reason": "bounds change" 19 "reason": "bounds change"
20 }, 20 },
21 { 21 {
22 "object": "LayoutText #text", 22 "object": "LayoutText #text",
23 "rect": [9, 132, 277, 144], 23 "rect": [10, 132, 276, 143],
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, 132, 242, 180], 28 "rect": [10, 132, 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, 317, 242, 50], 33 "rect": [10, 317, 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, 331, 242, 36], 38 "rect": [10, 331, 242, 36],
39 "reason": "incremental" 39 "reason": "incremental"
40 }, 40 },
41 { 41 {
42 "object": "LayoutText #text", 42 "object": "LayoutText #text",
43 "rect": [9, 132, 241, 180], 43 "rect": [10, 132, 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, 132, 52, 235], 48 "rect": [254, 132, 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, 132, 50, 199], 53 "rect": [252, 132, 50, 199],
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after
117 "object": "LayoutBlockFlow DIV", 117 "object": "LayoutBlockFlow DIV",
118 "reason": "bounds change" 118 "reason": "bounds change"
119 }, 119 },
120 { 120 {
121 "object": "LayoutTableCell TD id='target'", 121 "object": "LayoutTableCell TD id='target'",
122 "reason": "bounds change" 122 "reason": "bounds change"
123 } 123 }
124 ] 124 ]
125 } 125 }
126 126
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698