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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/win/paint/invalidation/shift-relative-positioned-container-with-image-addition-expected.txt

Issue 2860433002: Update WebView/FrameView size from LayoutView::UpdateAfterLayout (Closed)
Patch Set: nits 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
1 { 1 {
2 "layers": [ 2 "layers": [
3 { 3 {
4 "name": "LayoutView #document", 4 "name": "LayoutView #document",
5 "bounds": [785, 836], 5 "bounds": [785, 836],
6 "contentsOpaque": true, 6 "contentsOpaque": true,
7 "drawsContent": true, 7 "drawsContent": true,
8 "paintInvalidations": [ 8 "paintInvalidations": [
9 { 9 {
10 "object": "LayoutView #document", 10 "object": "LayoutView #document",
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
53 }, 53 },
54 { 54 {
55 "object": "LayoutImage IMG", 55 "object": "LayoutImage IMG",
56 "reason": "bounds change" 56 "reason": "bounds change"
57 }, 57 },
58 { 58 {
59 "object": "LayoutText #text", 59 "object": "LayoutText #text",
60 "reason": "location change" 60 "reason": "location change"
61 }, 61 },
62 { 62 {
63 "object": "VerticalScrollbar",
64 "reason": "scroll"
65 },
66 {
63 "object": "LayoutView #document", 67 "object": "LayoutView #document",
64 "reason": "style change" 68 "reason": "style change"
65 }, 69 },
66 { 70 {
67 "object": "LayoutBlockFlow HTML", 71 "object": "LayoutBlockFlow HTML",
68 "reason": "layoutObject insertion" 72 "reason": "layoutObject insertion"
69 }, 73 },
70 { 74 {
71 "object": "LayoutBlockFlow BODY", 75 "object": "LayoutBlockFlow BODY",
72 "reason": "layoutObject insertion" 76 "reason": "layoutObject insertion"
73 } 77 }
74 ] 78 ]
75 } 79 }
76 80
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698