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

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

Issue 2108503002: Auto-rebaseline for r402292 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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 BODY", 12 "object": "LayoutBlockFlow BODY",
13 "rect": [0, 0, 800, 247], 13 "rect": [0, 0, 800, 247],
14 "reason": "invalidate paint rectangle" 14 "reason": "forced by layout"
15 }, 15 },
16 { 16 {
17 "object": "LayoutBlockFlow BODY", 17 "object": "LayoutBlockFlow DIV class='other'",
18 "rect": [0, 205, 800, 42], 18 "rect": [300, 0, 200, 200],
19 "reason": "incremental" 19 "reason": "forced by layout"
20 },
21 {
22 "object": "LayoutBlockFlow DIV class='other'",
23 "rect": [0, 0, 200, 200],
24 "reason": "forced by layout"
20 }, 25 },
21 { 26 {
22 "object": "LayoutBlockFlow DIV id='target'", 27 "object": "LayoutBlockFlow DIV id='target'",
23 "rect": [200, 147, 100, 100], 28 "rect": [200, 147, 100, 100],
24 "reason": "bounds change" 29 "reason": "forced by layout"
25 }, 30 },
26 { 31 {
27 "object": "LayoutBlockFlow DIV id='target'", 32 "object": "LayoutBlockFlow DIV id='target'",
28 "rect": [200, 100, 100, 100], 33 "rect": [200, 100, 100, 100],
29 "reason": "bounds change" 34 "reason": "forced by layout"
30 } 35 }
31 ] 36 ]
32 } 37 }
33 ], 38 ],
34 "objectPaintInvalidations": [ 39 "objectPaintInvalidations": [
35 { 40 {
36 "object": "InlineBox", 41 "object": "LayoutBlockFlow BODY",
37 "reason": "full" 42 "reason": "forced by layout"
38 },
39 {
40 "object": "InlineBox",
41 "reason": "full"
42 },
43 {
44 "object": "InlineBox",
45 "reason": "full"
46 }, 43 },
47 { 44 {
48 "object": "RootInlineBox", 45 "object": "RootInlineBox",
49 "reason": "full" 46 "reason": "forced by layout"
50 }, 47 },
51 { 48 {
52 "object": "LayoutBlockFlow BODY", 49 "object": "LayoutBlockFlow DIV class='other'",
53 "reason": "incremental" 50 "reason": "forced by layout"
54 },
55 {
56 "object": "LayoutBlockFlow BODY",
57 "reason": "invalidate paint rectangle"
58 },
59 {
60 "object": "RootInlineBox",
61 "reason": "incremental"
62 }, 51 },
63 { 52 {
64 "object": "LayoutBlockFlow DIV id='target'", 53 "object": "LayoutBlockFlow DIV id='target'",
65 "reason": "bounds change" 54 "reason": "forced by layout"
55 },
56 {
57 "object": "LayoutBlockFlow DIV class='other'",
58 "reason": "forced by layout"
66 } 59 }
67 ] 60 ]
68 } 61 }
69 62
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698