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

Side by Side Diff: LayoutTests/platform/mac/virtual/softwarecompositing/rtl/rtl-iframe-fixed-overflow-scrolled-expected.txt

Issue 473473003: Remove virtual/softwarecompositing suite (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebase Created 6 years, 4 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 "bounds": [400, 400],
11 "drawsContent": true,
12 "children": [
13 {
14 "children": [
15 {
16 "bounds": [385, 385],
17 "children": [
18 {
19 "children": [
20 {
21 "position": [-615, 0],
22 "bounds": [1000, 1000],
23 "children": [
24 {
25 "bounds": [1000, 1000],
26 "drawsContent": true,
27 "children": [
28 {
29 "position": [665, 50],
30 "bounds": [100, 100],
31 "contentsOpaque": true,
32 "drawsContent": true,
33 "backgroundColor": "#008000"
34 }
35 ]
36 }
37 ]
38 }
39 ]
40 }
41 ]
42 },
43 {
44 "position": [0, 385],
45 "bounds": [385, 15]
46 },
47 {
48 "position": [385, 0],
49 "bounds": [15, 385]
50 },
51 {
52 "position": [385, 385],
53 "bounds": [15, 15],
54 "drawsContent": true
55 }
56 ]
57 }
58 ]
59 }
60 ]
61 }
62 ]
63 }
64
65
66 --------
67 Frame: '<!--framePath //<!--frame0-->-->'
68 --------
69 {
70 "position": [-615, 0],
71 "bounds": [1000, 1000],
72 "children": [
73 {
74 "bounds": [1000, 1000],
75 "drawsContent": true,
76 "children": [
77 {
78 "position": [665, 50],
79 "bounds": [100, 100],
80 "contentsOpaque": true,
81 "drawsContent": true,
82 "backgroundColor": "#008000"
83 }
84 ]
85 }
86 ]
87 }
88
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698