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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/repaint/justify-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: 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='item'", 17 "object": "LayoutBlockFlow DIV class='item'",
23 "rect": [150, 52, 50, 300], 18 "rect": [150, 52, 50, 300],
24 "reason": "layoutObject removal" 19 "reason": "bounds change"
25 }, 20 },
26 { 21 {
27 "object": "LayoutBlockFlow DIV class='item'", 22 "object": "LayoutBlockFlow DIV class='item'",
28 "rect": [0, 52, 50, 300], 23 "rect": [0, 52, 50, 300],
29 "reason": "layoutObject insertion" 24 "reason": "bounds change"
30 },
31 {
32 "object": "LayoutBlockFlow DIV",
33 "rect": [150, 52, 50, 50],
34 "reason": "layoutObject removal"
35 },
36 {
37 "object": "LayoutBlockFlow DIV",
38 "rect": [0, 52, 50, 50],
39 "reason": "layoutObject insertion"
40 } 25 }
41 ] 26 ]
42 } 27 }
43 ], 28 ],
44 "objectPaintInvalidations": [ 29 "objectPaintInvalidations": [
45 { 30 {
46 "object": "LayoutBlockFlow DIV", 31 "object": "LayoutGrid DIV id='container'",
47 "reason": "layoutObject removal" 32 "reason": "style change"
48 }, 33 },
49 { 34 {
50 "object": "LayoutBlockFlow DIV class='item'", 35 "object": "LayoutBlockFlow DIV class='item'",
51 "reason": "layoutObject removal" 36 "reason": "bounds change"
52 },
53 {
54 "object": "LayoutGrid DIV id='container'",
55 "reason": "layoutObject removal"
56 },
57 {
58 "object": "LayoutGrid DIV id='container'",
59 "reason": "layoutObject insertion"
60 },
61 {
62 "object": "LayoutBlockFlow DIV class='item'",
63 "reason": "layoutObject insertion"
64 }, 37 },
65 { 38 {
66 "object": "LayoutBlockFlow DIV", 39 "object": "LayoutBlockFlow DIV",
67 "reason": "layoutObject insertion" 40 "reason": "location change"
68 } 41 }
69 ] 42 ]
70 } 43 }
71 44
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698