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

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: 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": "LayoutGrid DIV id='container'", 10 "object": "LayoutGrid DIV id='container'",
11 "rect": [0, 52, 200, 300], 11 "rect": [0, 52, 200, 300],
12 "reason": "layoutObject insertion" 12 "reason": "style change"
13 },
14 {
15 "object": "LayoutGrid DIV id='container'",
16 "rect": [0, 52, 200, 300],
17 "reason": "layoutObject removal"
18 }, 13 },
19 { 14 {
20 "object": "LayoutBlockFlow DIV class='item'", 15 "object": "LayoutBlockFlow DIV class='item'",
21 "rect": [150, 52, 50, 300], 16 "rect": [150, 52, 50, 300],
22 "reason": "layoutObject removal" 17 "reason": "bounds change"
23 }, 18 },
24 { 19 {
25 "object": "LayoutBlockFlow DIV class='item'", 20 "object": "LayoutBlockFlow DIV class='item'",
26 "rect": [0, 52, 50, 300], 21 "rect": [0, 52, 50, 300],
27 "reason": "layoutObject insertion" 22 "reason": "bounds change"
28 }, 23 },
29 { 24 {
30 "object": "LayoutBlockFlow DIV", 25 "object": "LayoutBlockFlow DIV",
31 "rect": [150, 52, 50, 50], 26 "rect": [150, 52, 50, 50],
32 "reason": "layoutObject removal" 27 "reason": "bounds change"
33 }, 28 },
34 { 29 {
35 "object": "LayoutBlockFlow DIV", 30 "object": "LayoutBlockFlow DIV",
36 "rect": [0, 52, 50, 50], 31 "rect": [0, 52, 50, 50],
37 "reason": "layoutObject insertion" 32 "reason": "bounds change"
38 } 33 }
39 ] 34 ]
40 } 35 }
41 ] 36 ]
42 } 37 }
43 38
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698