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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/repaint/align-items-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: New test for alignment and anonymous boxes. 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 "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 "repaintRects": [ 8 "paintInvalidations": [
9 [101, 53, 98, 150], 9 {
10 [101, 53, 98, 150], 10 "object": "LayoutBlockFlow DIV class='item'",
11 [100, 52, 100, 300], 11 "rect": [0, 153, 100, 199],
12 [100, 52, 100, 152], 12 "reason": "incremental"
13 [1, 53, 98, 100], 13 },
14 [1, 53, 98, 100], 14 {
15 [0, 52, 200, 300], 15 "object": "LayoutBlockFlow DIV class='item'",
16 [0, 52, 200, 300], 16 "rect": [0, 154, 100, 198],
17 [0, 52, 100, 300], 17 "reason": "incremental"
18 [0, 52, 100, 102] 18 },
19 ], 19 {
20 "paintInvalidationClients": [ 20 "object": "LayoutBlockFlow DIV class='item'",
21 "LayoutBlockFlow DIV", 21 "rect": [100, 203, 100, 149],
22 "LayoutBlockFlow DIV class='item'", 22 "reason": "incremental"
23 "LayoutBlockFlow DIV", 23 },
24 "LayoutBlockFlow DIV class='item'", 24 {
25 "LayoutFlexibleBox DIV id='container'", 25 "object": "LayoutBlockFlow DIV class='item'",
26 "LayoutFlexibleBox DIV id='container'", 26 "rect": [100, 204, 100, 148],
27 "LayoutBlockFlow DIV class='item'", 27 "reason": "incremental"
28 "LayoutBlockFlow DIV", 28 }
29 "LayoutBlockFlow DIV class='item'",
30 "LayoutBlockFlow DIV"
31 ] 29 ]
32 } 30 }
33 ] 31 ]
34 } 32 }
35 33
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698