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

Side by Side Diff: LayoutTests/platform/android/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, 108, 15, 285],
10 [293, 108, 15, 285],
11 [293, 108, 15, 285],
12 [108, 108, 200, 300],
13 [93, 108, 200, 285],
14 [93, 108, 200, 285],
15 [93, 108, 15, 85],
16 [8, 393, 285, 15],
17 [8, 393, 285, 15],
18 [8, 393, 285, 15],
19 [8, 213, 784, 200],
20 [8, 208, 300, 200],
21 [8, 193, 285, 200],
22 [8, 193, 285, 200],
23 [8, 193, 85, 15],
24 [8, 108, 784, 304],
25 [8, 108, 285, 285],
26 [0, 221, 800, 200]
27 ],
28 "paintInvalidationClients": [
29 "InlineBox",
30 "RootInlineBox",
31 "HorizontalScrollbar",
32 "LayoutIFrame IFRAME id='iframe'",
33 "HorizontalScrollbar",
34 "LayoutIFrame IFRAME id='iframe'",
35 "HorizontalScrollbar",
36 "LayoutIFrame IFRAME id='iframe'",
37 "HorizontalScrollbar",
38 "LayoutIFrame IFRAME id='iframe'",
39 "VerticalScrollbar",
40 "LayoutIFrame IFRAME id='iframe'",
41 "VerticalScrollbar",
42 "LayoutIFrame IFRAME id='iframe'",
43 "VerticalScrollbar",
44 "LayoutIFrame IFRAME id='iframe'",
45 "VerticalScrollbar",
46 "LayoutIFrame IFRAME id='iframe'",
47 "LayoutBlockFlow HTML",
48 "LayoutBlockFlow (anonymous)",
49 "LayoutBlockFlow (anonymous)",
50 "LayoutIFrame IFRAME id='iframe'",
51 "LayoutView #document",
52 "LayoutView #document",
53 "LayoutBlockFlow HTML"
54 ]
55 }
56 ]
57 }
58
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698