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

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

Powered by Google App Engine
This is Rietveld 408576698