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

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

Issue 2221693002: Auto-rebaseline for r410222 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 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, 800],
4 "children": [
5 {
6 "name": "LayoutView #document",
7 "bounds": [800, 800],
8 "contentsOpaque": true,
9 "drawsContent": true,
10 "paintInvalidations": [
11 {
12 "object": "LayoutIFrame (positioned) IFRAME",
13 "rect": [0, 0, 800, 800],
14 "reason": "forced by layout"
15 },
16 {
17 "object": "LayoutBlockFlow HTML",
18 "rect": [0, 0, 800, 759],
19 "reason": "forced by layout"
20 },
21 {
22 "object": "LayoutView #document",
23 "rect": [0, 600, 800, 200],
24 "reason": "incremental"
25 },
26 {
27 "object": "LayoutBlockFlow HTML",
28 "rect": [0, 0, 800, 36],
29 "reason": "forced by layout"
30 },
31 {
32 "object": "LayoutBlockFlow BODY",
33 "rect": [8, 8, 784, 20],
34 "reason": "forced by layout"
35 },
36 {
37 "object": "LayoutBlockFlow H1",
38 "rect": [8, 700, 600, 37],
39 "reason": "bounds change"
40 },
41 {
42 "object": "LayoutText #text",
43 "rect": [8, 8, 324, 19],
44 "reason": "forced by layout"
45 },
46 {
47 "object": "LayoutView #document",
48 "rect": [785, 0, 15, 600],
49 "reason": "scroll"
50 }
51 ]
52 }
53 ],
54 "objectPaintInvalidations": [
55 {
56 "object": "LayoutView #document",
57 "reason": "incremental"
58 },
59 {
60 "object": "LayoutBlockFlow HTML",
61 "reason": "forced by layout"
62 },
63 {
64 "object": "LayoutBlockFlow BODY",
65 "reason": "forced by layout"
66 },
67 {
68 "object": "RootInlineBox",
69 "reason": "forced by layout"
70 },
71 {
72 "object": "LayoutText #text",
73 "reason": "forced by layout"
74 },
75 {
76 "object": "InlineTextBox 'Test passes if you see \"Success\" after window resizes.'",
77 "reason": "forced by layout"
78 },
79 {
80 "object": "LayoutIFrame (positioned) IFRAME",
81 "reason": "forced by layout"
82 },
83 {
84 "object": "VerticalScrollbar",
85 "reason": "scroll"
86 },
87 {
88 "object": "LayoutBlockFlow HTML",
89 "reason": "forced by layout"
90 },
91 {
92 "object": "LayoutBlockFlow H1",
93 "reason": "bounds change"
94 },
95 {
96 "object": "RootInlineBox",
97 "reason": "bounds change"
98 },
99 {
100 "object": "LayoutView #document",
101 "reason": "scroll"
102 }
103 ]
104 }
105
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698