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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/win/fast/repaint/vertical-align1-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 25 matching lines...) Expand all
36 { 36 {
37 "object": "LayoutBlockFlow DIV class='other'", 37 "object": "LayoutBlockFlow DIV class='other'",
38 "rect": [0, 34, 20, 20], 38 "rect": [0, 34, 20, 20],
39 "reason": "bounds change" 39 "reason": "bounds change"
40 } 40 }
41 ] 41 ]
42 } 42 }
43 ], 43 ],
44 "objectPaintInvalidations": [ 44 "objectPaintInvalidations": [
45 { 45 {
46 "object": "InlineBox",
47 "reason": "full"
48 },
49 {
50 "object": "InlineBox",
51 "reason": "full"
52 },
53 {
54 "object": "InlineBox",
55 "reason": "full"
56 },
57 {
58 "object": "RootInlineBox",
59 "reason": "full"
60 },
61 {
46 "object": "LayoutBlockFlow BODY", 62 "object": "LayoutBlockFlow BODY",
47 "reason": "incremental" 63 "reason": "incremental"
48 }, 64 },
49 { 65 {
50 "object": "LayoutBlockFlow BODY", 66 "object": "LayoutBlockFlow BODY",
51 "reason": "invalidate paint rectangle" 67 "reason": "invalidate paint rectangle"
52 }, 68 },
53 { 69 {
54 "object": "RootInlineBox", 70 "object": "RootInlineBox",
55 "reason": "incremental" 71 "reason": "incremental"
56 }, 72 },
57 { 73 {
58 "object": "LayoutBlockFlow DIV class='other'", 74 "object": "LayoutBlockFlow DIV class='other'",
59 "reason": "bounds change" 75 "reason": "bounds change"
60 }, 76 },
61 { 77 {
62 "object": "LayoutBlockFlow DIV class='other'", 78 "object": "LayoutBlockFlow DIV class='other'",
63 "reason": "bounds change" 79 "reason": "bounds change"
64 } 80 }
65 ] 81 ]
66 } 82 }
67 83
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698