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

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: 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='item1'", 15 "object": "LayoutBlockFlow DIV class='item1'",
21 "rect": [0, 52, 160, 300], 16 "rect": [0, 52, 160, 300],
22 "reason": "layoutObject insertion" 17 "reason": "bounds change"
23 }, 18 },
24 { 19 {
25 "object": "LayoutBlockFlow DIV class='item1'", 20 "object": "LayoutBlockFlow DIV class='item1'",
26 "rect": [-60, 52, 160, 300], 21 "rect": [-60, 52, 160, 300],
27 "reason": "layoutObject removal" 22 "reason": "bounds change"
28 }, 23 },
29 { 24 {
30 "object": "LayoutBlockFlow DIV", 25 "object": "LayoutBlockFlow DIV",
31 "rect": [0, 52, 160, 50], 26 "rect": [0, 52, 160, 50],
32 "reason": "layoutObject insertion" 27 "reason": "bounds change"
33 }, 28 },
34 { 29 {
35 "object": "LayoutBlockFlow DIV", 30 "object": "LayoutBlockFlow DIV",
36 "rect": [-60, 52, 160, 50], 31 "rect": [-60, 52, 160, 50],
37 "reason": "layoutObject removal" 32 "reason": "bounds change"
38 },
39 {
40 "object": "LayoutBlockFlow DIV class='item2'",
41 "rect": [150, 52, 50, 300],
42 "reason": "layoutObject insertion"
43 },
44 {
45 "object": "LayoutBlockFlow DIV class='item2'",
46 "rect": [150, 52, 50, 300],
47 "reason": "layoutObject removal"
48 },
49 {
50 "object": "LayoutBlockFlow DIV",
51 "rect": [150, 52, 50, 50],
52 "reason": "layoutObject insertion"
53 },
54 {
55 "object": "LayoutBlockFlow DIV",
56 "rect": [150, 52, 50, 50],
57 "reason": "layoutObject removal"
58 } 33 }
59 ] 34 ]
60 } 35 }
61 ] 36 ]
62 } 37 }
63 38
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698