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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/linux/fast/repaint/vertical-align2-expected.txt

Issue 2087483002: Auto-rebaseline for r400605 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 "name": "Content Root Layer",
2 "bounds": [800, 600], 3 "bounds": [800, 600],
3 "children": [ 4 "children": [
4 { 5 {
6 "name": "LayoutView #document",
5 "bounds": [800, 600], 7 "bounds": [800, 600],
6 "contentsOpaque": true, 8 "contentsOpaque": true,
7 "drawsContent": true, 9 "drawsContent": true,
8 "paintInvalidations": [ 10 "paintInvalidations": [
9 { 11 {
10 "object": "LayoutBlockFlow BODY", 12 "object": "LayoutBlockFlow BODY",
11 "rect": [0, 0, 800, 247], 13 "rect": [0, 0, 800, 247],
12 "reason": "invalidate paint rectangle" 14 "reason": "invalidate paint rectangle"
13 }, 15 },
14 { 16 {
15 "object": "LayoutBlockFlow BODY", 17 "object": "LayoutBlockFlow BODY",
16 "rect": [0, 205, 800, 42], 18 "rect": [0, 205, 800, 42],
17 "reason": "incremental" 19 "reason": "incremental"
18 }, 20 },
19 { 21 {
20 "object": "LayoutBlockFlow DIV id='target'", 22 "object": "LayoutBlockFlow DIV id='target'",
21 "rect": [200, 147, 100, 100], 23 "rect": [200, 147, 100, 100],
22 "reason": "bounds change" 24 "reason": "bounds change"
23 }, 25 },
24 { 26 {
25 "object": "LayoutBlockFlow DIV id='target'", 27 "object": "LayoutBlockFlow DIV id='target'",
26 "rect": [200, 100, 100, 100], 28 "rect": [200, 100, 100, 100],
27 "reason": "bounds change" 29 "reason": "bounds change"
28 },
29 {
30 "object": "InlineBox",
31 "reason": "full"
32 },
33 {
34 "object": "InlineBox",
35 "reason": "full"
36 },
37 {
38 "object": "InlineBox",
39 "reason": "full"
40 },
41 {
42 "object": "RootInlineBox",
43 "reason": "full"
44 },
45 {
46 "object": "RootInlineBox",
47 "reason": "full"
48 } 30 }
49 ] 31 ]
50 } 32 }
33 ],
34 "objectPaintInvalidations": [
35 {
36 "object": "LayoutBlockFlow BODY",
37 "reason": "incremental"
38 },
39 {
40 "object": "LayoutBlockFlow BODY",
41 "reason": "invalidate paint rectangle"
42 },
43 {
44 "object": "RootInlineBox",
45 "reason": "incremental"
46 },
47 {
48 "object": "LayoutBlockFlow DIV id='target'",
49 "reason": "bounds change"
50 }
51 ] 51 ]
52 } 52 }
53 53
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698