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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/repaint/justify-content-position-change-grid-expected.txt

Issue 2261733002: [css-grid] Only force full invalidation when grid item data change (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Patch rebased. Created 4 years, 3 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 "name": "Content Root Layer",
3 "bounds": [800, 600], 3 "bounds": [800, 600],
4 "children": [ 4 "children": [
5 { 5 {
6 "name": "LayoutView #document", 6 "name": "LayoutView #document",
7 "bounds": [800, 600], 7 "bounds": [800, 600],
8 "contentsOpaque": true, 8 "contentsOpaque": true,
9 "drawsContent": true, 9 "drawsContent": true,
10 "paintInvalidations": [ 10 "paintInvalidations": [
11 { 11 {
12 "object": "LayoutGrid DIV id='container'",
13 "rect": [0, 52, 300, 200],
14 "reason": "style change"
15 },
16 {
17 "object": "LayoutBlockFlow DIV class='item'", 12 "object": "LayoutBlockFlow DIV class='item'",
18 "rect": [250, 52, 50, 200], 13 "rect": [250, 52, 50, 200],
19 "reason": "bounds change" 14 "reason": "bounds change"
20 }, 15 },
21 { 16 {
22 "object": "LayoutBlockFlow DIV class='item'", 17 "object": "LayoutBlockFlow DIV class='item'",
23 "rect": [200, 52, 50, 200], 18 "rect": [200, 52, 50, 200],
24 "reason": "bounds change" 19 "reason": "bounds change"
25 }, 20 },
26 { 21 {
(...skipping 14 matching lines...) Expand all
41 { 36 {
42 "object": "LayoutBlockFlow DIV class='item'", 37 "object": "LayoutBlockFlow DIV class='item'",
43 "rect": [0, 52, 50, 200], 38 "rect": [0, 52, 50, 200],
44 "reason": "bounds change" 39 "reason": "bounds change"
45 } 40 }
46 ] 41 ]
47 } 42 }
48 ], 43 ],
49 "objectPaintInvalidations": [ 44 "objectPaintInvalidations": [
50 { 45 {
51 "object": "LayoutGrid DIV id='container'",
52 "reason": "style change"
53 },
54 {
55 "object": "LayoutBlockFlow DIV class='item'", 46 "object": "LayoutBlockFlow DIV class='item'",
56 "reason": "bounds change" 47 "reason": "bounds change"
57 }, 48 },
58 { 49 {
59 "object": "LayoutBlockFlow DIV", 50 "object": "LayoutBlockFlow DIV",
60 "reason": "location change" 51 "reason": "location change"
61 }, 52 },
62 { 53 {
63 "object": "LayoutBlockFlow DIV class='item'", 54 "object": "LayoutBlockFlow DIV class='item'",
64 "reason": "bounds change" 55 "reason": "bounds change"
65 }, 56 },
66 { 57 {
67 "object": "LayoutBlockFlow DIV", 58 "object": "LayoutBlockFlow DIV",
68 "reason": "location change" 59 "reason": "location change"
69 }, 60 },
70 { 61 {
71 "object": "LayoutBlockFlow DIV class='item'", 62 "object": "LayoutBlockFlow DIV class='item'",
72 "reason": "bounds change" 63 "reason": "bounds change"
73 }, 64 },
74 { 65 {
75 "object": "LayoutBlockFlow DIV", 66 "object": "LayoutBlockFlow DIV",
76 "reason": "location change" 67 "reason": "location change"
77 } 68 }
78 ] 69 ]
79 } 70 }
80 71
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698