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

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

Issue 2643723009: Revert of Remove obsolete code that invalidates document element on LayoutView resize (patchset #3 … (Closed)
Patch Set: Created 3 years, 11 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, 735], 5 "bounds": [785, 735],
6 "contentsOpaque": true, 6 "contentsOpaque": true,
7 "drawsContent": true, 7 "drawsContent": true,
8 "paintInvalidations": [ 8 "paintInvalidations": [
9 { 9 {
10 "object": "LayoutBlockFlow HTML",
11 "rect": [0, 0, 785, 833],
12 "reason": "forced by layout"
13 },
14 {
10 "object": "LayoutView #document", 15 "object": "LayoutView #document",
11 "rect": [0, 735, 785, 98], 16 "rect": [0, 735, 785, 98],
12 "reason": "incremental" 17 "reason": "incremental"
13 }, 18 },
14 { 19 {
15 "object": "LayoutBlockFlow (relative positioned) DIV class='relative p addingTop'", 20 "object": "LayoutBlockFlow (relative positioned) DIV class='relative p addingTop'",
16 "rect": [8, 184, 769, 641], 21 "rect": [8, 184, 769, 641],
17 "reason": "bounds change" 22 "reason": "bounds change"
18 }, 23 },
19 { 24 {
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
55 }, 60 },
56 { 61 {
57 "object": "LayoutBlockFlow (anonymous)", 62 "object": "LayoutBlockFlow (anonymous)",
58 "reason": "layoutObject removal" 63 "reason": "layoutObject removal"
59 }, 64 },
60 { 65 {
61 "object": "LayoutView #document", 66 "object": "LayoutView #document",
62 "reason": "incremental" 67 "reason": "incremental"
63 }, 68 },
64 { 69 {
70 "object": "LayoutBlockFlow HTML",
71 "reason": "forced by layout"
72 },
73 {
65 "object": "LayoutBlockFlow (relative positioned) DIV class='relative paddi ngTop'", 74 "object": "LayoutBlockFlow (relative positioned) DIV class='relative paddi ngTop'",
66 "reason": "bounds change" 75 "reason": "bounds change"
67 }, 76 },
68 { 77 {
69 "object": "RootInlineBox", 78 "object": "RootInlineBox",
70 "reason": "bounds change" 79 "reason": "bounds change"
71 }, 80 },
72 { 81 {
73 "object": "LayoutImage IMG", 82 "object": "LayoutImage IMG",
74 "reason": "bounds change" 83 "reason": "bounds change"
75 }, 84 },
76 { 85 {
77 "object": "LayoutText #text", 86 "object": "LayoutText #text",
78 "reason": "location change" 87 "reason": "location change"
79 } 88 }
80 ] 89 ]
81 } 90 }
82 91
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698