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

Side by Side Diff: LayoutTests/virtual/spv2/fast/repaint/background-resize-height-expected.txt

Issue 1302183007: Convert some text-based-repaint tests for spv2 (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 3 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 [508, 108, 60, 44],
10 [508, 108, 60, 40],
11 [508, 8, 60, 44],
12 [508, 8, 60, 40],
13 [458, 108, 60, 44],
14 [458, 108, 60, 40],
15 [458, 8, 60, 44],
16 [458, 8, 60, 40],
17 [408, 108, 60, 44],
18 [408, 108, 60, 40],
19 [408, 48, 60, 4],
20 [358, 108, 60, 44],
21 [358, 108, 60, 40],
22 [358, 8, 60, 44],
23 [358, 8, 60, 40],
24 [308, 108, 60, 44],
25 [308, 108, 60, 40],
26 [308, 8, 60, 44],
27 [308, 8, 60, 40],
28 [258, 108, 60, 44],
29 [258, 108, 60, 40],
30 [258, 48, 60, 4],
31 [208, 108, 60, 44],
32 [208, 108, 60, 40],
33 [208, 8, 60, 44],
34 [208, 8, 60, 40],
35 [158, 148, 60, 4],
36 [158, 48, 60, 4],
37 [108, 8, 60, 44],
38 [108, 8, 60, 40],
39 [58, 8, 60, 44],
40 [58, 8, 60, 40],
41 [8, 508, 600, 50],
42 [8, 108, 60, 44],
43 [8, 108, 60, 44],
44 [8, 108, 60, 44],
45 [8, 108, 60, 40],
46 [8, 108, 60, 40],
47 [8, 108, 60, 40],
48 [8, 48, 60, 4]
49 ],
50 "paintInvalidationClients": [
51 "LayoutBlockFlow (positioned) DIV id='container'",
52 "LayoutBlockFlow (positioned) DIV class='test image'",
53 "LayoutBlockFlow (positioned) DIV class='test image size-cover'",
54 "LayoutBlockFlow (positioned) DIV class='test image size-contain'",
55 "LayoutBlockFlow (positioned) DIV class='test image fixed-height'",
56 "LayoutBlockFlow (positioned) DIV class='test image percent-height'",
57 "LayoutBlockFlow (positioned) DIV class='test image top'",
58 "LayoutBlockFlow (positioned) DIV class='test image bottom'",
59 "LayoutBlockFlow (positioned) DIV class='test image center'",
60 "LayoutBlockFlow (positioned) DIV class='test image no-repeat'",
61 "LayoutBlockFlow (positioned) DIV class='test image repeat-space'",
62 "LayoutBlockFlow (positioned) DIV class='test image repeat-round'",
63 "LayoutBlockFlow (positioned) DIV class='test generated'",
64 "LayoutBlockFlow (positioned) DIV class='test generated cover'",
65 "LayoutBlockFlow (positioned) DIV class='test generated contain'",
66 "LayoutBlockFlow (positioned) DIV class='test generated fixed-height'",
67 "LayoutBlockFlow (positioned) DIV class='test generated percent-height'" ,
68 "LayoutBlockFlow (positioned) DIV class='test generated top'",
69 "LayoutBlockFlow (positioned) DIV class='test generated bottom'",
70 "LayoutBlockFlow (positioned) DIV class='test generated center'",
71 "LayoutBlockFlow (positioned) DIV class='test generated no-repeat'",
72 "LayoutBlockFlow (positioned) DIV class='test generated repeat-space'",
73 "LayoutBlockFlow (positioned) DIV class='test generated repeat-round'"
74 ]
75 }
76 ]
77 }
78
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698