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

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

Issue 2080783003: Auto-rebaseline for r400605 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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 "bounds": [800, 600], 3 "bounds": [800, 600],
3 "children": [ 4 "children": [
4 { 5 {
6 "name": "LayoutView #document",
5 "bounds": [800, 600], 7 "bounds": [800, 600],
6 "contentsOpaque": true, 8 "contentsOpaque": true,
7 "drawsContent": true, 9 "drawsContent": true,
8 "paintInvalidations": [ 10 "paintInvalidations": [
9 { 11 {
10 "object": "LayoutGrid DIV id='container'", 12 "object": "LayoutGrid DIV id='container'",
11 "rect": [0, 52, 200, 300], 13 "rect": [0, 52, 200, 300],
12 "reason": "layoutObject insertion" 14 "reason": "layoutObject insertion"
13 }, 15 },
14 { 16 {
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
51 "rect": [150, 52, 50, 50], 53 "rect": [150, 52, 50, 50],
52 "reason": "layoutObject insertion" 54 "reason": "layoutObject insertion"
53 }, 55 },
54 { 56 {
55 "object": "LayoutBlockFlow DIV", 57 "object": "LayoutBlockFlow DIV",
56 "rect": [150, 52, 50, 50], 58 "rect": [150, 52, 50, 50],
57 "reason": "layoutObject removal" 59 "reason": "layoutObject removal"
58 } 60 }
59 ] 61 ]
60 } 62 }
63 ],
64 "objectPaintInvalidations": [
65 {
66 "object": "LayoutBlockFlow DIV",
67 "reason": "layoutObject removal"
68 },
69 {
70 "object": "LayoutBlockFlow DIV class='item1'",
71 "reason": "layoutObject removal"
72 },
73 {
74 "object": "LayoutBlockFlow DIV",
75 "reason": "layoutObject removal"
76 },
77 {
78 "object": "LayoutBlockFlow DIV class='item2'",
79 "reason": "layoutObject removal"
80 },
81 {
82 "object": "LayoutGrid DIV id='container'",
83 "reason": "layoutObject removal"
84 },
85 {
86 "object": "LayoutGrid DIV id='container'",
87 "reason": "layoutObject insertion"
88 },
89 {
90 "object": "LayoutBlockFlow DIV class='item1'",
91 "reason": "layoutObject insertion"
92 },
93 {
94 "object": "LayoutBlockFlow DIV",
95 "reason": "layoutObject insertion"
96 },
97 {
98 "object": "LayoutBlockFlow DIV class='item2'",
99 "reason": "layoutObject insertion"
100 },
101 {
102 "object": "LayoutBlockFlow DIV",
103 "reason": "layoutObject insertion"
104 }
61 ] 105 ]
62 } 106 }
63 107
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698