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

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

Issue 2217813005: Auto-rebaseline for r409965 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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": "LayoutBlockFlow DIV class='item1'", 12 "object": "LayoutBlockFlow DIV class='item1'",
13 "rect": [24, 52, 52, 152], 13 "rect": [24, 52, 52, 152],
14 "reason": "style change" 14 "reason": "style change"
15 }, 15 },
16 { 16 {
17 "object": "LayoutBlockFlow DIV class='item1'", 17 "object": "LayoutBlockFlow DIV class='item1'",
18 "rect": [0, 52, 52, 152], 18 "rect": [0, 52, 52, 152],
19 "reason": "style change" 19 "reason": "style change"
20 }, 20 },
21 { 21 {
22 "object": "LayoutBlockFlow DIV class='item2'", 22 "object": "LayoutBlockFlow DIV class='item2'",
23 "rect": [148, 52, 52, 150], 23 "rect": [148, 52, 52, 150],
24 "reason": "style change" 24 "reason": "style change"
25 }, 25 },
26 { 26 {
27 "object": "LayoutBlockFlow DIV class='item2'", 27 "object": "LayoutBlockFlow DIV class='item2'",
28 "rect": [124, 52, 52, 150], 28 "rect": [124, 52, 52, 150],
29 "reason": "style change" 29 "reason": "style change"
30 },
31 {
32 "object": "LayoutBlockFlow DIV",
33 "rect": [25, 53, 50, 150],
34 "reason": "bounds change"
35 },
36 {
37 "object": "LayoutBlockFlow DIV",
38 "rect": [1, 53, 50, 150],
39 "reason": "bounds change"
40 },
41 {
42 "object": "LayoutBlockFlow DIV",
43 "rect": [149, 53, 50, 100],
44 "reason": "bounds change"
45 },
46 {
47 "object": "LayoutBlockFlow DIV",
48 "rect": [125, 53, 50, 100],
49 "reason": "bounds change"
50 } 30 }
51 ] 31 ]
52 } 32 }
53 ], 33 ],
54 "objectPaintInvalidations": [ 34 "objectPaintInvalidations": [
55 { 35 {
56 "object": "LayoutBlockFlow DIV class='item1'", 36 "object": "LayoutBlockFlow DIV class='item1'",
57 "reason": "style change" 37 "reason": "style change"
58 }, 38 },
59 { 39 {
60 "object": "LayoutBlockFlow DIV", 40 "object": "LayoutBlockFlow DIV",
61 "reason": "bounds change" 41 "reason": "location change"
62 }, 42 },
63 { 43 {
64 "object": "LayoutBlockFlow DIV class='item2'", 44 "object": "LayoutBlockFlow DIV class='item2'",
65 "reason": "style change" 45 "reason": "style change"
66 }, 46 },
67 { 47 {
68 "object": "LayoutBlockFlow DIV", 48 "object": "LayoutBlockFlow DIV",
69 "reason": "bounds change" 49 "reason": "location change"
70 } 50 }
71 ] 51 ]
72 } 52 }
73 53
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698