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

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

Issue 1709963002: [css-align] New CSS Value 'normal' for Self Alignment (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Getting back the FullScreen fix, missed during the rebase. 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 "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 "repaintRects": [ 10 "paintInvalidations": [
9 [0, 252, 200, 100], 11 {
10 [0, 252, 200, 100], 12 "object": "LayoutGrid DIV id='container'",
11 [0, 252, 200, 100], 13 "rect": [0, 52, 200, 300],
12 [0, 252, 200, 100], 14 "reason": "style change"
13 [0, 52, 200, 300], 15 },
14 [0, 52, 200, 200], 16 {
15 [0, 52, 200, 200], 17 "object": "LayoutBlockFlow DIV class='item1'",
16 [0, 16, 800, 336], 18 "rect": [0, 52, 200, 200],
17 [0, 2, 800, 350], 19 "reason": "bounds change"
18 [0, 2, 200, 350], 20 },
19 [0, 2, 200, 200], 21 {
20 [0, 2, 200, 200] 22 "object": "LayoutBlockFlow DIV class='item1'",
21 ], 23 "rect": [0, 2, 200, 200],
22 "paintInvalidationClients": [ 24 "reason": "bounds change"
23 "LayoutBlockFlow DIV", 25 }
24 "LayoutBlockFlow DIV class='item1'",
25 "LayoutBlockFlow DIV",
26 "LayoutBlockFlow DIV class='item2'",
27 "LayoutGrid DIV id='container'",
28 "LayoutBlockFlow BODY",
29 "LayoutGrid DIV id='container'",
30 "LayoutBlockFlow DIV class='item1'",
31 "LayoutBlockFlow DIV",
32 "LayoutBlockFlow DIV class='item2'",
33 "LayoutBlockFlow DIV"
34 ] 26 ]
35 } 27 }
28 ],
29 "objectPaintInvalidations": [
30 {
31 "object": "LayoutGrid DIV id='container'",
32 "reason": "style change"
33 },
34 {
35 "object": "LayoutBlockFlow DIV class='item1'",
36 "reason": "bounds change"
37 },
38 {
39 "object": "LayoutBlockFlow DIV",
40 "reason": "location change"
41 }
36 ] 42 ]
37 } 43 }
38 44
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698