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

Side by Side Diff: LayoutTests/platform/win-xp/virtual/softwarecompositing/rtl/rtl-iframe-absolute-expected.txt

Issue 348583003: Auto-rebaseline for r176651 (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 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
1 (GraphicsLayer 1 {
2 (bounds 800.00 600.00) 2 "bounds": [800, 600],
3 (children 1 3 "children": [
4 (GraphicsLayer 4 {
5 (bounds 800.00 600.00) 5 "bounds": [800, 600],
6 (contentsOpaque 1) 6 "contentsOpaque": true,
7 (drawsContent 1) 7 "drawsContent": true,
8 (children 1 8 "children": [
9 (GraphicsLayer 9 {
10 (bounds 400.00 400.00) 10 "bounds": [400, 400],
11 (drawsContent 1) 11 "drawsContent": true,
12 (children 1 12 "children": [
13 (GraphicsLayer 13 {
14 (children 1 14 "children": [
15 (GraphicsLayer 15 {
16 (bounds 400.00 400.00) 16 "bounds": [400, 400],
17 (children 1 17 "children": [
18 (GraphicsLayer 18 {
19 (children 1 19 "children": [
20 (GraphicsLayer 20 {
21 (bounds 400.00 400.00) 21 "bounds": [400, 400],
22 (children 1 22 "children": [
23 (GraphicsLayer 23 {
24 (bounds 400.00 400.00) 24 "bounds": [400, 400],
25 (drawsContent 1) 25 "drawsContent": true,
26 (children 1 26 "children": [
27 (GraphicsLayer 27 {
28 (position 50.00 50.00) 28 "position": [50, 50],
29 (bounds 100.00 100.00) 29 "bounds": [100, 100],
30 (contentsOpaque 1) 30 "contentsOpaque": true,
31 (drawsContent 1) 31 "drawsContent": true,
32 (backgroundColor #008000) 32 "backgroundColor": "#008000"
33 ) 33 }
34 ) 34 ]
35 ) 35 }
36 ) 36 ]
37 ) 37 }
38 ) 38 ]
39 ) 39 }
40 ) 40 ]
41 ) 41 }
42 ) 42 ]
43 ) 43 }
44 ) 44 ]
45 ) 45 }
46 ) 46 ]
47 ) 47 }
48 ) 48 ]
49 ) 49 }
50 50
51 51
52 -------- 52 --------
53 Frame: '<!--framePath //<!--frame0-->-->' 53 Frame: '<!--framePath //<!--frame0-->-->'
54 -------- 54 --------
55 (GraphicsLayer 55 {
56 (bounds 400.00 400.00) 56 "bounds": [400, 400],
57 (children 1 57 "children": [
58 (GraphicsLayer 58 {
59 (bounds 400.00 400.00) 59 "bounds": [400, 400],
60 (drawsContent 1) 60 "drawsContent": true,
61 (children 1 61 "children": [
62 (GraphicsLayer 62 {
63 (position 50.00 50.00) 63 "position": [50, 50],
64 (bounds 100.00 100.00) 64 "bounds": [100, 100],
65 (contentsOpaque 1) 65 "contentsOpaque": true,
66 (drawsContent 1) 66 "drawsContent": true,
67 (backgroundColor #008000) 67 "backgroundColor": "#008000"
68 ) 68 }
69 ) 69 ]
70 ) 70 }
71 ) 71 ]
72 ) 72 }
73 73
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698