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

Side by Side Diff: LayoutTests/platform/mac-snowleopard/virtual/gpu/compositedscrolling/overflow/updating-scrolling-content-expected.txt

Issue 560563005: Rename last two virtual test suites to complete VirtualTestSuite refactoring. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 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 "children": [
9 {
10 "position": [8, 8],
11 "bounds": [200, 200],
12 "drawsContent": true,
13 "repaintRects": [
14 [0, 0, 185, 200]
15 ],
16 "children": [
17 {
18 "bounds": [185, 185],
19 "children": [
20 {
21 "bounds": [185, 1200],
22 "shouldFlattenTransform": false,
23 "drawsContent": true,
24 "repaintRects": [
25 [0, 0, 185, 200]
26 ],
27 "children": [
28 {
29 "shouldFlattenTransform": false
30 }
31 ]
32 }
33 ]
34 },
35 {
36 "children": [
37 {
38 "position": [0, 185],
39 "bounds": [185, 15],
40 "drawsContent": true
41 },
42 {
43 "position": [185, 0],
44 "bounds": [15, 185],
45 "drawsContent": true,
46 "repaintRects": [
47 [0, 0, 15, 185],
48 [0, 0, 15, 185],
49 [0, 0, 15, 185]
50 ]
51 },
52 {
53 "position": [185, 185],
54 "bounds": [15, 15],
55 "drawsContent": true
56 }
57 ]
58 }
59 ]
60 }
61 ]
62 }
63 ]
64 }
65
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698