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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/win/css3/flexbox/repaint-expected.txt

Issue 1971493002: Auto-rebaseline for r392652 (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 id='content'", 10 "object": "LayoutBlockFlow DIV id='content'",
11 "rect": [137, 116, 655, 90], 11 "rect": [138, 116, 654, 90],
12 "reason": "style change" 12 "reason": "style change"
13 }, 13 },
14 { 14 {
15 "object": "LayoutBlockFlow P", 15 "object": "LayoutBlockFlow P",
16 "rect": [137, 116, 655, 90], 16 "rect": [138, 116, 654, 90],
17 "reason": "forced by layout" 17 "reason": "forced by layout"
18 }, 18 },
19 { 19 {
20 "object": "LayoutText #text", 20 "object": "LayoutText #text",
21 "rect": [137, 116, 653, 90], 21 "rect": [137, 116, 653, 90],
22 "reason": "bounds change" 22 "reason": "bounds change"
23 }, 23 },
24 { 24 {
25 "object": "LayoutBlockFlow DIV id='content'", 25 "object": "LayoutBlockFlow DIV id='content'",
26 "rect": [147, 116, 645, 108], 26 "rect": [148, 116, 644, 108],
27 "reason": "style change" 27 "reason": "style change"
28 }, 28 },
29 { 29 {
30 "object": "LayoutBlockFlow DIV id='content'", 30 "object": "LayoutBlockFlow DIV id='content'",
31 "rect": [147, 116, 645, 108], 31 "rect": [148, 116, 644, 108],
32 "reason": "style change" 32 "reason": "style change"
33 }, 33 },
34 { 34 {
35 "object": "LayoutBlockFlow P", 35 "object": "LayoutBlockFlow P",
36 "rect": [147, 116, 645, 108], 36 "rect": [148, 116, 644, 108],
37 "reason": "forced by layout" 37 "reason": "forced by layout"
38 }, 38 },
39 { 39 {
40 "object": "LayoutBlockFlow P", 40 "object": "LayoutBlockFlow P",
41 "rect": [147, 116, 645, 108], 41 "rect": [148, 116, 644, 108],
42 "reason": "forced by layout" 42 "reason": "forced by layout"
43 }, 43 },
44 { 44 {
45 "object": "LayoutText #text", 45 "object": "LayoutText #text",
46 "rect": [147, 116, 633, 108], 46 "rect": [147, 116, 633, 108],
47 "reason": "bounds change" 47 "reason": "bounds change"
48 }, 48 },
49 { 49 {
50 "object": "LayoutText #text", 50 "object": "LayoutText #text",
51 "rect": [147, 116, 633, 108], 51 "rect": [147, 116, 633, 108],
52 "reason": "bounds change" 52 "reason": "bounds change"
53 }, 53 },
54 { 54 {
55 "object": "LayoutBlockFlow DIV id='content'",
56 "rect": [399, 116, 393, 162],
57 "reason": "style change"
58 },
59 {
60 "object": "LayoutBlockFlow P",
61 "rect": [399, 116, 393, 162],
62 "reason": "forced by layout"
63 },
64 {
65 "object": "LayoutText #text", 55 "object": "LayoutText #text",
66 "rect": [399, 116, 393, 162], 56 "rect": [399, 116, 393, 162],
67 "reason": "bounds change" 57 "reason": "bounds change"
68 }, 58 },
69 { 59 {
60 "object": "LayoutBlockFlow DIV id='content'",
61 "rect": [400, 116, 392, 162],
62 "reason": "style change"
63 },
64 {
65 "object": "LayoutBlockFlow P",
66 "rect": [400, 116, 392, 162],
67 "reason": "forced by layout"
68 },
69 {
70 "object": "LayoutBlockFlow DIV id='left'", 70 "object": "LayoutBlockFlow DIV id='left'",
71 "rect": [8, 224, 392, 54], 71 "rect": [8, 224, 392, 54],
72 "reason": "incremental" 72 "reason": "incremental"
73 }, 73 },
74 { 74 {
75 "object": "LayoutBlockFlow DIV id='left'", 75 "object": "LayoutBlockFlow DIV id='left'",
76 "rect": [148, 116, 252, 162], 76 "rect": [148, 116, 252, 162],
77 "reason": "incremental" 77 "reason": "incremental"
78 }, 78 },
79 { 79 {
(...skipping 176 matching lines...) Expand 10 before | Expand all | Expand 10 after
256 }, 256 },
257 { 257 {
258 "object": "RootInlineBox", 258 "object": "RootInlineBox",
259 "reason": "full" 259 "reason": "full"
260 } 260 }
261 ] 261 ]
262 } 262 }
263 ] 263 ]
264 } 264 }
265 265
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698