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

Side by Side Diff: third_party/WebKit/LayoutTests/paint/invalidation/resize-iframe-text-expected.txt

Issue 2860433002: Update WebView/FrameView size from LayoutView::UpdateAfterLayout (Closed)
Patch Set: s/IsLocalRoot/IsMainFrame/ Created 3 years, 7 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 "layers": [
3 {
4 "name": "LayoutView #document",
5 "bounds": [500, 400],
6 "contentsOpaque": true,
7 "drawsContent": true,
8 "paintInvalidations": [
9 {
10 "object": "LayoutIFrame (positioned) IFRAME",
11 "rect": [0, 0, 500, 400],
12 "reason": "forced by layout"
13 },
14 {
15 "object": "LayoutView #document",
16 "rect": [0, 200, 500, 200],
17 "reason": "incremental"
18 },
19 {
20 "object": "LayoutBlockFlow BODY",
21 "rect": [8, 8, 484, 18],
22 "reason": "forced by layout"
23 },
24 {
25 "object": "LayoutBlockFlow H3",
26 "rect": [8, 300, 400, 22],
27 "reason": "became visible"
28 },
29 {
30 "object": "LayoutView #document",
31 "rect": [485, 0, 15, 200],
32 "reason": "scroll"
33 }
34 ]
35 }
36 ],
37 "objectPaintInvalidations": [
38 {
39 "object": "LayoutView #document",
40 "reason": "incremental"
41 },
42 {
43 "object": "LayoutBlockFlow BODY",
44 "reason": "forced by layout"
45 },
46 {
47 "object": "RootInlineBox",
48 "reason": "forced by layout"
49 },
50 {
51 "object": "LayoutText #text",
52 "reason": "forced by layout"
53 },
54 {
55 "object": "InlineTextBox 'Test passes if you see \"Success\" after window resizes.'",
56 "reason": "forced by layout"
57 },
58 {
59 "object": "LayoutIFrame (positioned) IFRAME",
60 "reason": "forced by layout"
61 },
62 {
63 "object": "VerticalScrollbar",
64 "reason": "scroll"
65 },
66 {
67 "object": "HorizontalScrollbar",
68 "reason": "scroll"
69 },
70 {
71 "object": "LayoutView #document",
72 "reason": "scroll"
73 },
74 {
75 "object": "LayoutBlockFlow H3",
76 "reason": "became visible"
77 },
78 {
79 "object": "RootInlineBox",
80 "reason": "became visible"
81 }
82 ]
83 }
84
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698