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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/mac/fast/repaint/vertical-align-length2-expected.txt

Issue 2086703002: Auto-rebaseline for r400760 (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 "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": [
(...skipping 10 matching lines...) Expand all
21 { 21 {
22 "object": "LayoutBlockFlow DIV id='target'", 22 "object": "LayoutBlockFlow DIV id='target'",
23 "rect": [200, 50, 100, 100], 23 "rect": [200, 50, 100, 100],
24 "reason": "bounds change" 24 "reason": "bounds change"
25 } 25 }
26 ] 26 ]
27 } 27 }
28 ], 28 ],
29 "objectPaintInvalidations": [ 29 "objectPaintInvalidations": [
30 { 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 {
31 "object": "LayoutBlockFlow BODY", 47 "object": "LayoutBlockFlow BODY",
32 "reason": "invalidate paint rectangle" 48 "reason": "invalidate paint rectangle"
33 }, 49 },
34 { 50 {
35 "object": "LayoutBlockFlow DIV id='target'", 51 "object": "LayoutBlockFlow DIV id='target'",
36 "reason": "bounds change" 52 "reason": "bounds change"
37 } 53 }
38 ] 54 ]
39 } 55 }
40 56
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698