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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/win/paint/invalidation/compositing/iframe-inside-squashed-layer-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, 1016], 5 "bounds": [785, 1016],
6 "contentsOpaque": true, 6 "contentsOpaque": true,
7 "drawsContent": true 7 "drawsContent": true
8 }, 8 },
9 { 9 {
10 "name": "Squashing Containment Layer", 10 "name": "Squashing Containment Layer",
(...skipping 12 matching lines...) Expand all
23 "position": [8, 0], 23 "position": [8, 0],
24 "bounds": [300, 653], 24 "bounds": [300, 653],
25 "drawsContent": true, 25 "drawsContent": true,
26 "paintInvalidations": [ 26 "paintInvalidations": [
27 { 27 {
28 "object": "LayoutView #document", 28 "object": "LayoutView #document",
29 "rect": [0, 500, 300, 150], 29 "rect": [0, 500, 300, 150],
30 "reason": "style change" 30 "reason": "style change"
31 }, 31 },
32 { 32 {
33 "object": "LayoutBlockFlow HTML",
34 "rect": [0, 500, 300, 34],
35 "reason": "forced by layout"
36 },
37 {
38 "object": "LayoutBlockFlow HTML",
39 "rect": [0, 500, 285, 150],
40 "reason": "forced by layout"
41 },
42 {
33 "object": "LayoutBlockFlow BODY", 43 "object": "LayoutBlockFlow BODY",
34 "rect": [8, 508, 284, 18], 44 "rect": [8, 508, 284, 18],
35 "reason": "forced by layout" 45 "reason": "forced by layout"
36 }, 46 },
37 { 47 {
38 "object": "LayoutBlockFlow BODY", 48 "object": "LayoutBlockFlow BODY",
39 "rect": [8, 508, 269, 142], 49 "rect": [8, 508, 269, 142],
40 "reason": "forced by layout" 50 "reason": "forced by layout"
41 }, 51 },
42 { 52 {
(...skipping 16 matching lines...) Expand all
59 }, 69 },
60 { 70 {
61 "object": "VerticalScrollbar", 71 "object": "VerticalScrollbar",
62 "reason": "scroll" 72 "reason": "scroll"
63 }, 73 },
64 { 74 {
65 "object": "LayoutView #document", 75 "object": "LayoutView #document",
66 "reason": "style change" 76 "reason": "style change"
67 }, 77 },
68 { 78 {
79 "object": "LayoutBlockFlow HTML",
80 "reason": "forced by layout"
81 },
82 {
69 "object": "LayoutBlockFlow BODY", 83 "object": "LayoutBlockFlow BODY",
70 "reason": "forced by layout" 84 "reason": "forced by layout"
71 }, 85 },
72 { 86 {
73 "object": "RootInlineBox", 87 "object": "RootInlineBox",
74 "reason": "forced by layout" 88 "reason": "forced by layout"
75 }, 89 },
76 { 90 {
77 "object": "LayoutText #text", 91 "object": "LayoutText #text",
78 "reason": "forced by layout" 92 "reason": "forced by layout"
79 }, 93 },
80 { 94 {
81 "object": "InlineTextBox 'test1'", 95 "object": "InlineTextBox 'test1'",
82 "reason": "forced by layout" 96 "reason": "forced by layout"
83 } 97 }
84 ] 98 ]
85 } 99 }
86 100
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698