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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/repaint/overflow-scroll-body-appear-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": [2008, 2092], 3 "bounds": [2008, 2092],
4 "children": [ 4 "children": [
5 { 5 {
6 "name": "LayoutView #document", 6 "name": "LayoutView #document",
7 "bounds": [2008, 2092], 7 "bounds": [2008, 2092],
8 "contentsOpaque": true, 8 "contentsOpaque": true,
9 "drawsContent": true, 9 "drawsContent": true,
10 "paintInvalidations": [ 10 "paintInvalidations": [
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
46 { 46 {
47 "object": "LayoutView #document", 47 "object": "LayoutView #document",
48 "rect": [785, 585, 15, 15], 48 "rect": [785, 585, 15, 15],
49 "reason": "scroll" 49 "reason": "scroll"
50 } 50 }
51 ] 51 ]
52 } 52 }
53 ], 53 ],
54 "objectPaintInvalidations": [ 54 "objectPaintInvalidations": [
55 { 55 {
56 "object": "RootInlineBox",
57 "reason": "full"
58 },
59 {
60 "object": "InlineTextBox 'You should see both vertical and horizontal scro llbars.'",
61 "reason": "full"
62 },
63 {
64 "object": "RootInlineBox",
65 "reason": "full"
66 },
67 {
68 "object": "InlineTextBox 'This is the test for '",
69 "reason": "full"
70 },
71 {
72 "object": "InlineTextBox 'Bug 36461 - No vertical scrollbar after the CSS class change'",
73 "reason": "full"
74 },
75 {
76 "object": "InlineTextBox '.'",
77 "reason": "full"
78 },
79 {
56 "object": "LayoutView #document", 80 "object": "LayoutView #document",
57 "reason": "full" 81 "reason": "full"
58 }, 82 },
59 { 83 {
60 "object": "LayoutView #document", 84 "object": "LayoutView #document",
61 "reason": "style change" 85 "reason": "style change"
62 }, 86 },
63 { 87 {
64 "object": "LayoutBlockFlow BODY", 88 "object": "LayoutBlockFlow BODY",
65 "reason": "style change" 89 "reason": "style change"
(...skipping 18 matching lines...) Expand all
84 "object": "LayoutView #document", 108 "object": "LayoutView #document",
85 "reason": "scroll" 109 "reason": "scroll"
86 }, 110 },
87 { 111 {
88 "object": "LayoutView #document", 112 "object": "LayoutView #document",
89 "reason": "scroll" 113 "reason": "scroll"
90 } 114 }
91 ] 115 ]
92 } 116 }
93 117
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698