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

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: 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 "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": "LayoutBlockFlow DIV id='parentContainer'",
13 "rect": [0, 52, 300, 400],
14 "reason": "layoutObject insertion"
15 },
16 {
17 "object": "LayoutBlockFlow DIV id='parentContainer'",
18 "rect": [0, 52, 300, 400],
19 "reason": "layoutObject removal"
20 },
21 {
22 "object": "LayoutGrid DIV id='container'",
23 "rect": [0, 52, 200, 300],
24 "reason": "layoutObject insertion"
25 },
26 {
27 "object": "LayoutGrid DIV id='container'",
28 "rect": [0, 52, 200, 300],
29 "reason": "layoutObject removal"
30 },
31 {
32 "object": "LayoutBlockFlow DIV class='item2'", 12 "object": "LayoutBlockFlow DIV class='item2'",
33 "rect": [124, 52, 52, 150], 13 "rect": [124, 52, 52, 150],
34 "reason": "layoutObject insertion" 14 "reason": "bounds change"
35 }, 15 },
36 { 16 {
37 "object": "LayoutBlockFlow DIV class='item2'", 17 "object": "LayoutBlockFlow DIV class='item2'",
38 "rect": [100, 52, 52, 150], 18 "rect": [100, 52, 52, 150],
39 "reason": "layoutObject removal" 19 "reason": "bounds change"
40 }, 20 },
41 { 21 {
42 "object": "LayoutBlockFlow DIV class='item1'", 22 "object": "LayoutBlockFlow DIV class='item1'",
43 "rect": [24, 52, 52, 150], 23 "rect": [24, 52, 52, 150],
44 "reason": "layoutObject insertion" 24 "reason": "bounds change"
45 }, 25 },
46 { 26 {
47 "object": "LayoutBlockFlow DIV class='item1'", 27 "object": "LayoutBlockFlow DIV class='item1'",
48 "rect": [0, 52, 52, 150], 28 "rect": [0, 52, 52, 150],
49 "reason": "layoutObject removal" 29 "reason": "bounds change"
50 },
51 {
52 "object": "LayoutBlockFlow DIV",
53 "rect": [125, 53, 50, 50],
54 "reason": "layoutObject insertion"
55 },
56 {
57 "object": "LayoutBlockFlow DIV",
58 "rect": [101, 53, 50, 50],
59 "reason": "layoutObject removal"
60 },
61 {
62 "object": "LayoutBlockFlow DIV",
63 "rect": [25, 53, 50, 50],
64 "reason": "layoutObject insertion"
65 },
66 {
67 "object": "LayoutBlockFlow DIV",
68 "rect": [1, 53, 50, 50],
69 "reason": "layoutObject removal"
70 } 30 }
71 ] 31 ]
72 } 32 }
73 ], 33 ],
74 "objectPaintInvalidations": [ 34 "objectPaintInvalidations": [
75 { 35 {
76 "object": "LayoutBlockFlow DIV",
77 "reason": "layoutObject removal"
78 },
79 {
80 "object": "LayoutBlockFlow DIV class='item1'", 36 "object": "LayoutBlockFlow DIV class='item1'",
81 "reason": "layoutObject removal" 37 "reason": "bounds change"
82 }, 38 },
83 { 39 {
84 "object": "LayoutBlockFlow DIV", 40 "object": "LayoutBlockFlow DIV",
85 "reason": "layoutObject removal" 41 "reason": "location change"
86 }, 42 },
87 { 43 {
88 "object": "LayoutBlockFlow DIV class='item2'", 44 "object": "LayoutBlockFlow DIV class='item2'",
89 "reason": "layoutObject removal" 45 "reason": "bounds change"
90 },
91 {
92 "object": "LayoutGrid DIV id='container'",
93 "reason": "layoutObject removal"
94 },
95 {
96 "object": "LayoutBlockFlow DIV id='parentContainer'",
97 "reason": "layoutObject removal"
98 },
99 {
100 "object": "LayoutBlockFlow DIV id='parentContainer'",
101 "reason": "layoutObject insertion"
102 },
103 {
104 "object": "LayoutGrid DIV id='container'",
105 "reason": "layoutObject insertion"
106 },
107 {
108 "object": "LayoutBlockFlow DIV class='item1'",
109 "reason": "layoutObject insertion"
110 }, 46 },
111 { 47 {
112 "object": "LayoutBlockFlow DIV", 48 "object": "LayoutBlockFlow DIV",
113 "reason": "layoutObject insertion" 49 "reason": "location change"
114 },
115 {
116 "object": "LayoutBlockFlow DIV class='item2'",
117 "reason": "layoutObject insertion"
118 },
119 {
120 "object": "LayoutBlockFlow DIV",
121 "reason": "layoutObject insertion"
122 } 50 }
123 ] 51 ]
124 } 52 }
125 53
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698