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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/mac/fast/repaint/resize-scrollable-iframe-expected.txt

Issue 2108503002: Auto-rebaseline for r402292 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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
(Empty)
1 {
2 "name": "Content Root Layer",
3 "bounds": [800, 600],
4 "children": [
5 {
6 "name": "LayoutView #document",
7 "bounds": [800, 600],
8 "contentsOpaque": true,
9 "drawsContent": true,
10 "paintInvalidations": [
11 {
12 "object": "LayoutBlockFlow (anonymous)",
13 "rect": [8, 108, 784, 304],
14 "reason": "invalidate paint rectangle"
15 },
16 {
17 "object": "LayoutBlockFlow (anonymous)",
18 "rect": [8, 212, 784, 200],
19 "reason": "incremental"
20 },
21 {
22 "object": "LayoutIFrame IFRAME id='iframe'",
23 "rect": [8, 208, 300, 200],
24 "reason": "incremental"
25 },
26 {
27 "object": "LayoutView #document",
28 "rect": [8, 193, 285, 200],
29 "reason": "incremental"
30 },
31 {
32 "object": "LayoutView #document",
33 "rect": [8, 393, 285, 15],
34 "reason": "scroll"
35 },
36 {
37 "object": "LayoutIFrame IFRAME id='iframe'",
38 "rect": [108, 108, 200, 300],
39 "reason": "incremental"
40 },
41 {
42 "object": "LayoutView #document",
43 "rect": [93, 108, 200, 285],
44 "reason": "incremental"
45 },
46 {
47 "object": "LayoutView #document",
48 "rect": [8, 193, 85, 15],
49 "reason": "scroll"
50 },
51 {
52 "object": "LayoutView #document",
53 "rect": [293, 108, 15, 285],
54 "reason": "scroll"
55 },
56 {
57 "object": "LayoutView #document",
58 "rect": [93, 108, 15, 85],
59 "reason": "scroll"
60 },
61 {
62 "object": "LayoutView #document",
63 "rect": [293, 393, 15, 15],
64 "reason": "scroll"
65 },
66 {
67 "object": "LayoutView #document",
68 "rect": [93, 193, 15, 15],
69 "reason": "scroll"
70 }
71 ]
72 }
73 ],
74 "objectPaintInvalidations": [
75 {
76 "object": "InlineBox",
77 "reason": "full"
78 },
79 {
80 "object": "RootInlineBox",
81 "reason": "full"
82 },
83 {
84 "object": "LayoutBlockFlow (anonymous)",
85 "reason": "incremental"
86 },
87 {
88 "object": "LayoutBlockFlow (anonymous)",
89 "reason": "invalidate paint rectangle"
90 },
91 {
92 "object": "RootInlineBox",
93 "reason": "incremental"
94 },
95 {
96 "object": "LayoutIFrame IFRAME id='iframe'",
97 "reason": "incremental"
98 }
99 ]
100 }
101
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698