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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/mac/fast/repaint/vertical-align-length2-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
(Empty)
1 {
2 "name": "Content Root Layer",
3 "bounds": [800, 600],
4 "children": [
5 {
6 "name": "LayoutView #document",
7 "bounds": [800, 600],
8 "contentsOpaque": true,
9 "drawsContent": true,
10 "paintInvalidations": [
11 {
12 "object": "LayoutBlockFlow BODY",
13 "rect": [0, 0, 800, 204],
14 "reason": "invalidate paint rectangle"
15 },
16 {
17 "object": "LayoutBlockFlow DIV id='target'",
18 "rect": [200, 80, 100, 100],
19 "reason": "bounds change"
20 },
21 {
22 "object": "LayoutBlockFlow DIV id='target'",
23 "rect": [200, 50, 100, 100],
24 "reason": "bounds change"
25 }
26 ]
27 }
28 ],
29 "objectPaintInvalidations": [
30 {
31 "object": "InlineBox",
32 "reason": "full"
33 },
34 {
35 "object": "InlineBox",
36 "reason": "full"
37 },
38 {
39 "object": "InlineBox",
40 "reason": "full"
41 },
42 {
43 "object": "RootInlineBox",
44 "reason": "full"
45 },
46 {
47 "object": "LayoutBlockFlow BODY",
48 "reason": "invalidate paint rectangle"
49 },
50 {
51 "object": "LayoutBlockFlow DIV id='target'",
52 "reason": "bounds change"
53 }
54 ]
55 }
56
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698