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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/repaint/scrollbar-invalidation-on-resize-with-border-expected.txt

Issue 2081773002: Auto-rebaseline for r400605 (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 "bounds": [800, 600], 3 "bounds": [800, 600],
3 "children": [ 4 "children": [
4 { 5 {
6 "name": "LayoutView #document",
5 "bounds": [800, 600], 7 "bounds": [800, 600],
6 "contentsOpaque": true, 8 "contentsOpaque": true,
7 "drawsContent": true, 9 "drawsContent": true,
8 "paintInvalidations": [ 10 "paintInvalidations": [
9 { 11 {
10 "object": "LayoutBlockFlow (positioned) DIV id='scrollable'", 12 "object": "LayoutBlockFlow (positioned) DIV id='scrollable'",
11 "rect": [8, 50, 320, 120], 13 "rect": [8, 50, 320, 120],
12 "reason": "border box change" 14 "reason": "border box change"
13 }, 15 },
14 { 16 {
(...skipping 18 matching lines...) Expand all
33 }, 35 },
34 { 36 {
35 "object": "LayoutBlockFlow (positioned) DIV id='scrollable'", 37 "object": "LayoutBlockFlow (positioned) DIV id='scrollable'",
36 "rect": [303, 145, 15, 15], 38 "rect": [303, 145, 15, 15],
37 "reason": "scroll" 39 "reason": "scroll"
38 }, 40 },
39 { 41 {
40 "object": "LayoutBlockFlow (positioned) DIV id='scrollable'", 42 "object": "LayoutBlockFlow (positioned) DIV id='scrollable'",
41 "rect": [103, 145, 15, 15], 43 "rect": [103, 145, 15, 15],
42 "reason": "scroll" 44 "reason": "scroll"
43 },
44 {
45 "object": "HorizontalScrollbar",
46 "reason": "scroll"
47 },
48 {
49 "object": "VerticalScrollbar",
50 "reason": "scroll"
51 } 45 }
52 ] 46 ]
53 } 47 }
48 ],
49 "objectPaintInvalidations": [
50 {
51 "object": "LayoutBlockFlow (positioned) DIV id='scrollable'",
52 "reason": "border box change"
53 },
54 {
55 "object": "LayoutBlockFlow (positioned) DIV id='scrollable'",
56 "reason": "scroll"
57 },
58 {
59 "object": "HorizontalScrollbar",
60 "reason": "scroll"
61 },
62 {
63 "object": "VerticalScrollbar",
64 "reason": "scroll"
65 }
54 ] 66 ]
55 } 67 }
56 68
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698