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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/win/virtual/disable-spinvalidation/paint/invalidation/resize-iframe-text-expected.txt

Issue 2872423002: Tweak PaintInvalidationReasons (Closed)
Patch Set: Rebaseline-cl 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": [500, 400], 5 "bounds": [500, 400],
6 "contentsOpaque": true, 6 "contentsOpaque": true,
7 "drawsContent": true, 7 "drawsContent": true,
8 "paintInvalidations": [ 8 "paintInvalidations": [
9 { 9 {
10 "object": "LayoutIFrame (positioned) IFRAME", 10 "object": "LayoutIFrame (positioned) IFRAME",
11 "rect": [0, 200, 500, 200], 11 "rect": [0, 200, 500, 200],
12 "reason": "incremental" 12 "reason": "incremental"
13 }, 13 },
14 { 14 {
15 "object": "LayoutView #document", 15 "object": "LayoutView #document",
16 "rect": [0, 200, 500, 200], 16 "rect": [0, 200, 500, 200],
17 "reason": "incremental" 17 "reason": "incremental"
18 }, 18 },
19 { 19 {
20 "object": "LayoutBlockFlow H3", 20 "object": "LayoutBlockFlow H3",
21 "rect": [8, 300, 400, 23], 21 "rect": [8, 300, 400, 23],
22 "reason": "became visible" 22 "reason": "appeared"
23 }, 23 },
24 { 24 {
25 "object": "LayoutView #document", 25 "object": "LayoutView #document",
26 "rect": [485, 0, 15, 200], 26 "rect": [485, 0, 15, 200],
27 "reason": "scroll" 27 "reason": "scroll control"
28 } 28 }
29 ] 29 ]
30 } 30 }
31 ], 31 ],
32 "objectPaintInvalidations": [ 32 "objectPaintInvalidations": [
33 { 33 {
34 "object": "LayoutView #document", 34 "object": "LayoutView #document",
35 "reason": "incremental" 35 "reason": "incremental"
36 }, 36 },
37 { 37 {
38 "object": "LayoutIFrame (positioned) IFRAME", 38 "object": "LayoutIFrame (positioned) IFRAME",
39 "reason": "incremental" 39 "reason": "incremental"
40 }, 40 },
41 { 41 {
42 "object": "VerticalScrollbar", 42 "object": "VerticalScrollbar",
43 "reason": "scroll" 43 "reason": "scroll control"
44 }, 44 },
45 { 45 {
46 "object": "LayoutView #document", 46 "object": "LayoutView #document",
47 "reason": "scroll" 47 "reason": "geometry"
48 }, 48 },
49 { 49 {
50 "object": "LayoutBlockFlow H3", 50 "object": "LayoutBlockFlow H3",
51 "reason": "became visible" 51 "reason": "appeared"
52 }, 52 },
53 { 53 {
54 "object": "RootInlineBox", 54 "object": "RootInlineBox",
55 "reason": "became visible" 55 "reason": "appeared"
56 } 56 }
57 ] 57 ]
58 } 58 }
59 59
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698