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

Side by Side Diff: LayoutTests/platform/mac/virtual/slimmingpaint/fast/repaint/resize-scrollable-iframe-expected.txt

Issue 1185423002: Enable slimming paint for fast/repaint (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Remove old expectations Created 5 years, 6 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 | Annotate | Revision Log
OLDNEW
(Empty)
1 {
2 "bounds": [800, 600],
3 "children": [
4 {
5 "bounds": [800, 600],
6 "contentsOpaque": true,
7 "drawsContent": true,
8 "repaintRects": [
9 [293, 148, 15, 245],
10 [293, 108, 15, 285],
11 [293, 108, 15, 285],
12 [293, 108, 15, 80],
13 [293, 108, 15, 40],
14 [108, 108, 200, 300],
15 [93, 108, 200, 285],
16 [93, 108, 15, 85],
17 [48, 393, 245, 15],
18 [8, 393, 285, 15],
19 [8, 393, 285, 15],
20 [8, 393, 81, 15],
21 [8, 393, 40, 15],
22 [8, 212, 784, 200],
23 [8, 208, 300, 200],
24 [8, 193, 285, 200],
25 [8, 193, 85, 15],
26 [8, 108, 784, 304],
27 [8, 108, 285, 285]
28 ],
29 "paintInvalidationClients": [
30 "InlineBox",
31 "RootInlineBox",
32 "HorizontalScrollbar",
33 "LayoutIFrame IFRAME id='iframe'",
34 "HorizontalScrollbar",
35 "LayoutIFrame IFRAME id='iframe'",
36 "HorizontalScrollbar",
37 "LayoutIFrame IFRAME id='iframe'",
38 "HorizontalScrollbar",
39 "LayoutIFrame IFRAME id='iframe'",
40 "HorizontalScrollbar",
41 "LayoutIFrame IFRAME id='iframe'",
42 "HorizontalScrollbar",
43 "LayoutIFrame IFRAME id='iframe'",
44 "VerticalScrollbar",
45 "LayoutIFrame IFRAME id='iframe'",
46 "VerticalScrollbar",
47 "LayoutIFrame IFRAME id='iframe'",
48 "VerticalScrollbar",
49 "LayoutIFrame IFRAME id='iframe'",
50 "VerticalScrollbar",
51 "LayoutIFrame IFRAME id='iframe'",
52 "VerticalScrollbar",
53 "LayoutIFrame IFRAME id='iframe'",
54 "VerticalScrollbar",
55 "LayoutIFrame IFRAME id='iframe'",
56 "LayoutBlockFlow (anonymous)",
57 "LayoutBlockFlow (anonymous)",
58 "LayoutIFrame IFRAME id='iframe'",
59 "LayoutView #document",
60 "LayoutView #document"
61 ]
62 }
63 ]
64 }
65
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698