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-content-position-change-grid-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, 300, 200], 13 "rect": [0, 52, 300, 200],
12 "reason": "style change" 14 "reason": "style change"
13 }, 15 },
14 { 16 {
(...skipping 18 matching lines...) Expand all
33 }, 35 },
34 { 36 {
35 "object": "LayoutBlockFlow DIV class='item'", 37 "object": "LayoutBlockFlow DIV class='item'",
36 "rect": [50, 52, 50, 200], 38 "rect": [50, 52, 50, 200],
37 "reason": "bounds change" 39 "reason": "bounds change"
38 }, 40 },
39 { 41 {
40 "object": "LayoutBlockFlow DIV class='item'", 42 "object": "LayoutBlockFlow DIV class='item'",
41 "rect": [0, 52, 50, 200], 43 "rect": [0, 52, 50, 200],
42 "reason": "bounds change" 44 "reason": "bounds change"
43 },
44 {
45 "object": "LayoutBlockFlow DIV",
46 "reason": "bounds change"
47 },
48 {
49 "object": "LayoutBlockFlow DIV",
50 "reason": "bounds change"
51 },
52 {
53 "object": "LayoutBlockFlow DIV",
54 "reason": "bounds change"
55 } 45 }
56 ] 46 ]
57 } 47 }
48 ],
49 "objectPaintInvalidations": [
50 {
51 "object": "LayoutGrid DIV id='container'",
52 "reason": "style change"
53 },
54 {
55 "object": "LayoutBlockFlow DIV class='item'",
56 "reason": "bounds change"
57 },
58 {
59 "object": "LayoutBlockFlow DIV",
60 "reason": "bounds change"
61 },
62 {
63 "object": "LayoutBlockFlow DIV class='item'",
64 "reason": "bounds change"
65 },
66 {
67 "object": "LayoutBlockFlow DIV",
68 "reason": "bounds change"
69 },
70 {
71 "object": "LayoutBlockFlow DIV class='item'",
72 "reason": "bounds change"
73 },
74 {
75 "object": "LayoutBlockFlow DIV",
76 "reason": "bounds change"
77 }
58 ] 78 ]
59 } 79 }
60 80
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698