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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/repaint/justify-items-overflow-change-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 HTML",
11 "rect": [-60, 0, 860, 352],
12 "reason": "bounds change"
13 },
14 {
15 "object": "LayoutBlockFlow BODY",
16 "rect": [-60, 16, 860, 336],
17 "reason": "bounds change"
18 },
19 {
20 "object": "LayoutGrid DIV id='container'",
21 "rect": [-60, 52, 260, 300],
22 "reason": "layoutObject removal"
23 },
24 {
25 "object": "LayoutGrid DIV id='container'", 10 "object": "LayoutGrid DIV id='container'",
26 "rect": [0, 52, 200, 300], 11 "rect": [0, 52, 200, 300],
27 "reason": "layoutObject insertion" 12 "reason": "layoutObject insertion"
28 }, 13 },
29 { 14 {
15 "object": "LayoutGrid DIV id='container'",
16 "rect": [0, 52, 200, 300],
17 "reason": "layoutObject removal"
18 },
19 {
30 "object": "LayoutBlockFlow DIV class='item1'", 20 "object": "LayoutBlockFlow DIV class='item1'",
31 "rect": [0, 52, 160, 300], 21 "rect": [0, 52, 160, 300],
32 "reason": "layoutObject insertion" 22 "reason": "layoutObject insertion"
33 }, 23 },
34 { 24 {
35 "object": "LayoutBlockFlow DIV class='item1'", 25 "object": "LayoutBlockFlow DIV class='item1'",
36 "rect": [-60, 52, 160, 300], 26 "rect": [-60, 52, 160, 300],
37 "reason": "layoutObject removal" 27 "reason": "layoutObject removal"
38 }, 28 },
39 { 29 {
(...skipping 24 matching lines...) Expand all
64 { 54 {
65 "object": "LayoutBlockFlow DIV", 55 "object": "LayoutBlockFlow DIV",
66 "rect": [150, 52, 50, 50], 56 "rect": [150, 52, 50, 50],
67 "reason": "layoutObject removal" 57 "reason": "layoutObject removal"
68 } 58 }
69 ] 59 ]
70 } 60 }
71 ] 61 ]
72 } 62 }
73 63
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698