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

Side by Side Diff: third_party/WebKit/LayoutTests/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
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": [
11 { 11 {
12 "object": "LayoutBlockFlow (anonymous)", 12 "object": "LayoutBlockFlow (anonymous)",
13 "rect": [8, 108, 784, 304], 13 "rect": [8, 108, 784, 304],
14 "reason": "invalidate paint rectangle" 14 "reason": "forced by layout"
15 },
16 {
17 "object": "LayoutBlockFlow (anonymous)",
18 "rect": [8, 212, 784, 200],
19 "reason": "incremental"
20 }, 15 },
21 { 16 {
22 "object": "LayoutIFrame IFRAME id='iframe'", 17 "object": "LayoutIFrame IFRAME id='iframe'",
23 "rect": [8, 208, 300, 200], 18 "rect": [8, 108, 300, 300],
24 "reason": "incremental" 19 "reason": "forced by layout"
25 }, 20 },
26 { 21 {
27 "object": "LayoutView #document", 22 "object": "LayoutView #document",
28 "rect": [8, 193, 285, 200], 23 "rect": [8, 193, 285, 200],
29 "reason": "incremental" 24 "reason": "incremental"
30 }, 25 },
31 { 26 {
32 "object": "LayoutView #document", 27 "object": "LayoutView #document",
33 "rect": [8, 393, 285, 15], 28 "rect": [8, 393, 285, 15],
34 "reason": "scroll" 29 "reason": "scroll"
35 }, 30 },
36 { 31 {
37 "object": "LayoutIFrame IFRAME id='iframe'",
38 "rect": [108, 108, 200, 300],
39 "reason": "incremental"
40 },
41 {
42 "object": "LayoutView #document", 32 "object": "LayoutView #document",
43 "rect": [93, 108, 200, 285], 33 "rect": [93, 108, 200, 285],
44 "reason": "incremental" 34 "reason": "incremental"
45 }, 35 },
46 { 36 {
47 "object": "LayoutView #document", 37 "object": "LayoutView #document",
48 "rect": [8, 193, 85, 15], 38 "rect": [8, 193, 85, 15],
49 "reason": "scroll" 39 "reason": "scroll"
50 }, 40 },
51 { 41 {
(...skipping 14 matching lines...) Expand all
66 { 56 {
67 "object": "LayoutView #document", 57 "object": "LayoutView #document",
68 "rect": [93, 193, 15, 15], 58 "rect": [93, 193, 15, 15],
69 "reason": "scroll" 59 "reason": "scroll"
70 } 60 }
71 ] 61 ]
72 } 62 }
73 ], 63 ],
74 "objectPaintInvalidations": [ 64 "objectPaintInvalidations": [
75 { 65 {
76 "object": "InlineBox", 66 "object": "LayoutBlockFlow (anonymous)",
77 "reason": "full" 67 "reason": "forced by layout"
78 }, 68 },
79 { 69 {
80 "object": "RootInlineBox", 70 "object": "RootInlineBox",
81 "reason": "full" 71 "reason": "forced by layout"
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 }, 72 },
95 { 73 {
96 "object": "LayoutIFrame IFRAME id='iframe'", 74 "object": "LayoutIFrame IFRAME id='iframe'",
97 "reason": "incremental" 75 "reason": "forced by layout"
98 } 76 }
99 ] 77 ]
100 } 78 }
101 79
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698