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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/repaint/align-items-overflow-change-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, 4 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, 200, 300],
14 "reason": "style change"
15 },
16 {
17 "object": "LayoutBlockFlow DIV class='item1'", 12 "object": "LayoutBlockFlow DIV class='item1'",
18 "rect": [0, 52, 200, 200], 13 "rect": [0, 52, 200, 200],
19 "reason": "bounds change" 14 "reason": "bounds change"
20 }, 15 },
21 { 16 {
22 "object": "LayoutBlockFlow DIV class='item1'", 17 "object": "LayoutBlockFlow DIV class='item1'",
23 "rect": [0, 2, 200, 200], 18 "rect": [0, 2, 200, 200],
24 "reason": "bounds change" 19 "reason": "bounds change"
25 } 20 }
26 ] 21 ]
27 } 22 }
28 ], 23 ],
29 "objectPaintInvalidations": [ 24 "objectPaintInvalidations": [
30 { 25 {
31 "object": "LayoutGrid DIV id='container'",
32 "reason": "style change"
33 },
34 {
35 "object": "LayoutBlockFlow DIV class='item1'", 26 "object": "LayoutBlockFlow DIV class='item1'",
36 "reason": "bounds change" 27 "reason": "bounds change"
37 }, 28 },
38 { 29 {
39 "object": "LayoutBlockFlow DIV", 30 "object": "LayoutBlockFlow DIV",
40 "reason": "location change" 31 "reason": "location change"
41 } 32 }
42 ] 33 ]
43 } 34 }
44 35
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698