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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/repaint/justify-items-legacy-change-expected.txt

Issue 1878163002: Auto-rebaseline for r386594 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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 "repaintRects": [ 8 "paintInvalidations": [
9 [125, 53, 50, 50], 9 {
10 [124, 52, 52, 150], 10 "object": "LayoutBlockFlow DIV",
11 [101, 53, 50, 50], 11 "rect": [1, 53, 50, 50],
12 [100, 52, 52, 150], 12 "reason": "layoutObject removal"
13 [25, 53, 50, 50], 13 },
14 [24, 52, 52, 150], 14 {
15 [1, 53, 50, 50], 15 "object": "LayoutBlockFlow DIV",
16 [0, 52, 300, 400], 16 "rect": [101, 53, 50, 50],
17 [0, 52, 300, 400], 17 "reason": "layoutObject removal"
18 [0, 52, 200, 300], 18 },
19 [0, 52, 200, 300], 19 {
20 [0, 52, 52, 150] 20 "object": "LayoutBlockFlow DIV",
21 ], 21 "rect": [25, 53, 50, 50],
22 "paintInvalidationClients": [ 22 "reason": "location change"
23 "LayoutBlockFlow DIV", 23 },
24 "LayoutBlockFlow DIV class='item1'", 24 {
25 "LayoutBlockFlow DIV", 25 "object": "LayoutBlockFlow DIV",
26 "LayoutBlockFlow DIV class='item2'", 26 "rect": [125, 53, 50, 50],
27 "LayoutGrid DIV id='container'", 27 "reason": "location change"
28 "LayoutBlockFlow DIV id='parentContainer'", 28 },
29 "LayoutBlockFlow DIV id='parentContainer'", 29 {
30 "LayoutGrid DIV id='container'", 30 "object": "LayoutBlockFlow DIV class='item1'",
31 "LayoutBlockFlow DIV class='item1'", 31 "rect": [0, 52, 52, 150],
32 "LayoutBlockFlow DIV", 32 "reason": "layoutObject removal"
33 "LayoutBlockFlow DIV class='item2'", 33 },
34 "LayoutBlockFlow DIV" 34 {
35 "object": "LayoutBlockFlow DIV class='item1'",
36 "rect": [24, 52, 52, 150],
37 "reason": "location change"
38 },
39 {
40 "object": "LayoutBlockFlow DIV class='item2'",
41 "rect": [100, 52, 52, 150],
42 "reason": "layoutObject removal"
43 },
44 {
45 "object": "LayoutBlockFlow DIV class='item2'",
46 "rect": [124, 52, 52, 150],
47 "reason": "location change"
48 },
49 {
50 "object": "LayoutBlockFlow DIV id='parentContainer'",
51 "rect": [0, 52, 300, 400],
52 "reason": "layoutObject removal"
53 },
54 {
55 "object": "LayoutBlockFlow DIV id='parentContainer'",
56 "rect": [0, 52, 300, 400],
57 "reason": "location change"
58 },
59 {
60 "object": "LayoutGrid DIV id='container'",
61 "rect": [0, 52, 200, 300],
62 "reason": "layoutObject removal"
63 },
64 {
65 "object": "LayoutGrid DIV id='container'",
66 "rect": [0, 52, 200, 300],
67 "reason": "location change"
68 }
35 ] 69 ]
36 } 70 }
37 ] 71 ]
38 } 72 }
39 73
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698