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/paint/invalidation/shift-relative-positioned-container-with-image-addition-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": [785, 829],
6 "contentsOpaque": true,
7 "drawsContent": true,
8 "paintInvalidations": [
9 {
10 "object": "LayoutView #document",
11 "rect": [0, 735, 785, 94],
12 "reason": "incremental"
13 },
14 {
15 "object": "LayoutBlockFlow (relative positioned) DIV class='relative p addingTop'",
16 "rect": [8, 180, 769, 641],
17 "reason": "bounds change"
18 },
19 {
20 "object": "LayoutBlockFlow (relative positioned) DIV class='relative p addingTop'",
21 "rect": [8, 86, 769, 641],
22 "reason": "bounds change"
23 },
24 {
25 "object": "LayoutIFrame IFRAME id='iframe'",
26 "rect": [8, 86, 732, 94],
27 "reason": "layoutObject insertion"
28 },
29 {
30 "object": "LayoutView #document",
31 "rect": [10, 88, 728, 90],
32 "reason": "style change"
33 }
34 ]
35 }
36 ],
37 "objectPaintInvalidations": [
38 {
39 "object": "LayoutView #document",
40 "reason": "incremental"
41 },
42 {
43 "object": "LayoutIFrame IFRAME id='iframe'",
44 "reason": "layoutObject insertion"
45 },
46 {
47 "object": "LayoutBlockFlow (relative positioned) DIV class='relative paddi ngTop'",
48 "reason": "bounds change"
49 },
50 {
51 "object": "RootInlineBox",
52 "reason": "bounds change"
53 },
54 {
55 "object": "LayoutImage IMG",
56 "reason": "bounds change"
57 },
58 {
59 "object": "LayoutText #text",
60 "reason": "location change"
61 },
62 {
63 "object": "LayoutView #document",
64 "reason": "style change"
65 },
66 {
67 "object": "LayoutBlockFlow HTML",
68 "reason": "layoutObject insertion"
69 },
70 {
71 "object": "LayoutBlockFlow BODY",
72 "reason": "layoutObject insertion"
73 }
74 ]
75 }
76
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698