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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/repaint/justify-items-legacy-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 "paintInvalidations": [ 8 "paintInvalidations": [
9 { 9 {
10 "object": "LayoutBlockFlow DIV id='parentContainer'",
11 "rect": [0, 52, 300, 400],
12 "reason": "layoutObject insertion"
13 },
14 {
15 "object": "LayoutBlockFlow DIV id='parentContainer'",
16 "rect": [0, 52, 300, 400],
17 "reason": "layoutObject removal"
18 },
19 {
20 "object": "LayoutGrid DIV id='container'",
21 "rect": [0, 52, 200, 300],
22 "reason": "layoutObject insertion"
23 },
24 {
25 "object": "LayoutGrid DIV id='container'",
26 "rect": [0, 52, 200, 300],
27 "reason": "layoutObject removal"
28 },
29 {
30 "object": "LayoutBlockFlow DIV class='item2'", 10 "object": "LayoutBlockFlow DIV class='item2'",
31 "rect": [124, 52, 52, 150], 11 "rect": [124, 52, 52, 150],
32 "reason": "layoutObject insertion" 12 "reason": "bounds change"
33 }, 13 },
34 { 14 {
35 "object": "LayoutBlockFlow DIV class='item2'", 15 "object": "LayoutBlockFlow DIV class='item2'",
36 "rect": [100, 52, 52, 150], 16 "rect": [100, 52, 52, 150],
37 "reason": "layoutObject removal" 17 "reason": "bounds change"
38 }, 18 },
39 { 19 {
40 "object": "LayoutBlockFlow DIV class='item1'", 20 "object": "LayoutBlockFlow DIV class='item1'",
41 "rect": [24, 52, 52, 150], 21 "rect": [24, 52, 52, 150],
42 "reason": "layoutObject insertion" 22 "reason": "bounds change"
43 }, 23 },
44 { 24 {
45 "object": "LayoutBlockFlow DIV class='item1'", 25 "object": "LayoutBlockFlow DIV class='item1'",
46 "rect": [0, 52, 52, 150], 26 "rect": [0, 52, 52, 150],
47 "reason": "layoutObject removal" 27 "reason": "bounds change"
48 }, 28 },
49 { 29 {
50 "object": "LayoutBlockFlow DIV", 30 "object": "LayoutBlockFlow DIV",
51 "rect": [125, 53, 50, 50], 31 "rect": [125, 53, 50, 50],
52 "reason": "layoutObject insertion" 32 "reason": "bounds change"
53 }, 33 },
54 { 34 {
55 "object": "LayoutBlockFlow DIV", 35 "object": "LayoutBlockFlow DIV",
56 "rect": [101, 53, 50, 50], 36 "rect": [101, 53, 50, 50],
57 "reason": "layoutObject removal" 37 "reason": "bounds change"
58 }, 38 },
59 { 39 {
60 "object": "LayoutBlockFlow DIV", 40 "object": "LayoutBlockFlow DIV",
61 "rect": [25, 53, 50, 50], 41 "rect": [25, 53, 50, 50],
62 "reason": "layoutObject insertion" 42 "reason": "bounds change"
63 }, 43 },
64 { 44 {
65 "object": "LayoutBlockFlow DIV", 45 "object": "LayoutBlockFlow DIV",
66 "rect": [1, 53, 50, 50], 46 "rect": [1, 53, 50, 50],
67 "reason": "layoutObject removal" 47 "reason": "bounds change"
68 } 48 }
69 ] 49 ]
70 } 50 }
71 ] 51 ]
72 } 52 }
73 53
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698