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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/repaint/justify-items-overflow-change-expected.txt

Issue 1878163002: Auto-rebaseline for r386594 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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 "repaintRects": [ 8 "paintInvalidations": [
9 [150, 52, 50, 300], 9 {
10 [150, 52, 50, 300], 10 "object": "LayoutBlockFlow BODY",
11 [150, 52, 50, 50], 11 "rect": [-60, 16, 860, 336],
12 [150, 52, 50, 50], 12 "reason": "bounds change"
13 [0, 52, 200, 300], 13 },
14 [0, 52, 160, 300], 14 {
15 [0, 52, 160, 50], 15 "object": "LayoutBlockFlow BODY",
16 [0, 16, 800, 336], 16 "rect": [0, 16, 800, 336],
17 [0, 0, 800, 352], 17 "reason": "bounds change"
18 [-60, 52, 260, 300], 18 },
19 [-60, 52, 160, 300], 19 {
20 [-60, 52, 160, 50], 20 "object": "LayoutBlockFlow DIV",
21 [-60, 16, 860, 336], 21 "rect": [-60, 52, 160, 50],
22 [-60, 0, 860, 352] 22 "reason": "layoutObject removal"
23 ], 23 },
24 "paintInvalidationClients": [ 24 {
25 "LayoutBlockFlow DIV", 25 "object": "LayoutBlockFlow DIV",
26 "LayoutBlockFlow DIV class='item1'", 26 "rect": [150, 52, 50, 50],
27 "LayoutBlockFlow DIV", 27 "reason": "layoutObject removal"
28 "LayoutBlockFlow DIV class='item2'", 28 },
29 "LayoutGrid DIV id='container'", 29 {
30 "LayoutBlockFlow HTML", 30 "object": "LayoutBlockFlow DIV",
31 "LayoutBlockFlow BODY", 31 "rect": [0, 52, 160, 50],
32 "LayoutGrid DIV id='container'", 32 "reason": "location change"
33 "LayoutBlockFlow DIV class='item1'", 33 },
34 "LayoutBlockFlow DIV", 34 {
35 "LayoutBlockFlow DIV class='item2'", 35 "object": "LayoutBlockFlow DIV",
36 "LayoutBlockFlow DIV" 36 "rect": [150, 52, 50, 50],
37 "reason": "location change"
38 },
39 {
40 "object": "LayoutBlockFlow DIV class='item1'",
41 "rect": [-60, 52, 160, 300],
42 "reason": "layoutObject removal"
43 },
44 {
45 "object": "LayoutBlockFlow DIV class='item1'",
46 "rect": [0, 52, 160, 300],
47 "reason": "location change"
48 },
49 {
50 "object": "LayoutBlockFlow DIV class='item2'",
51 "rect": [150, 52, 50, 300],
52 "reason": "layoutObject removal"
53 },
54 {
55 "object": "LayoutBlockFlow DIV class='item2'",
56 "rect": [150, 52, 50, 300],
57 "reason": "location change"
58 },
59 {
60 "object": "LayoutBlockFlow HTML",
61 "rect": [-60, 0, 860, 352],
62 "reason": "bounds change"
63 },
64 {
65 "object": "LayoutBlockFlow HTML",
66 "rect": [0, 0, 800, 352],
67 "reason": "bounds change"
68 },
69 {
70 "object": "LayoutGrid DIV id='container'",
71 "rect": [-60, 52, 260, 300],
72 "reason": "layoutObject removal"
73 },
74 {
75 "object": "LayoutGrid DIV id='container'",
76 "rect": [0, 52, 200, 300],
77 "reason": "location change"
78 }
37 ] 79 ]
38 } 80 }
39 ] 81 ]
40 } 82 }
41 83
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698