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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/mac-mac10.9/paint/invalidation/details-open-repaint-expected.txt

Issue 2417303002: Refactor PLSA scrollbar existence calculation. (Closed)
Patch Set: Sync + rebaseline invalidation tests. Created 4 years, 2 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 "layers": [ 2 "layers": [
3 { 3 {
4 "name": "LayoutView #document", 4 "name": "LayoutView #document",
5 "bounds": [800, 600], 5 "bounds": [800, 600],
6 "contentsOpaque": true, 6 "contentsOpaque": true,
7 "drawsContent": true, 7 "drawsContent": true,
8 "paintInvalidations": [ 8 "paintInvalidations": [
9 { 9 {
10 "object": "LayoutBlockFlow DIV id='details-content'", 10 "object": "LayoutBlockFlow DIV id='details-content'",
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
52 }, 52 },
53 { 53 {
54 "object": "LayoutBlockFlow DIV id='inner-editor'", 54 "object": "LayoutBlockFlow DIV id='inner-editor'",
55 "reason": "scroll" 55 "reason": "scroll"
56 }, 56 },
57 { 57 {
58 "object": "HorizontalScrollbar", 58 "object": "HorizontalScrollbar",
59 "reason": "scroll" 59 "reason": "scroll"
60 }, 60 },
61 { 61 {
62 "object": "LayoutBlockFlow DIV id='inner-editor'",
63 "reason": "scroll"
64 },
65 {
66 "object": "VerticalScrollbar",
67 "reason": "scroll"
68 },
69 {
70 "object": "LayoutText #text", 62 "object": "LayoutText #text",
71 "reason": "layoutObject insertion" 63 "reason": "layoutObject insertion"
72 }, 64 },
73 { 65 {
74 "object": "LayoutText #text", 66 "object": "LayoutText #text",
75 "reason": "layoutObject insertion" 67 "reason": "layoutObject insertion"
76 } 68 }
77 ] 69 ]
78 } 70 }
79 71
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698