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

Side by Side Diff: LayoutTests/platform/win/compositing/rtl/rtl-iframe-fixed-overflow-scrolled-expected.txt

Issue 382303004: Autorebaseline for r177872. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Autorebaseline for r177872. Created 6 years, 5 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
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 4 14 "children": [
15 (GraphicsLayer 15 {
16 (bounds 385.00 385.00) 16 "bounds": [385, 385],
17 (children 1 17 "children": [
18 (GraphicsLayer 18 {
19 (children 1 19 "children": [
20 (GraphicsLayer 20 {
21 (position -615.00 0.00) 21 "position": [-615, 0],
22 (bounds 1000.00 1000.00) 22 "bounds": [1000, 1000],
23 (children 1 23 "children": [
24 (GraphicsLayer 24 {
25 (bounds 1000.00 1000.00) 25 "bounds": [1000, 1000],
26 (drawsContent 1) 26 "drawsContent": true,
27 (children 1 27 "children": [
28 (GraphicsLayer 28 {
29 (position 665.00 50.00) 29 "position": [665, 50],
30 (bounds 100.00 100.00) 30 "bounds": [100, 100],
31 (contentsOpaque 1) 31 "contentsOpaque": true,
32 (drawsContent 1) 32 "drawsContent": true,
33 (backgroundColor #008000) 33 "backgroundColor": "#008000"
34 ) 34 }
35 ) 35 ]
36 ) 36 }
37 ) 37 ]
38 ) 38 }
39 ) 39 ]
40 ) 40 }
41 ) 41 ]
42 ) 42 },
43 (GraphicsLayer 43 {
44 (bounds 15.00 385.00) 44 "position": [0, 385],
45 (drawsContent 1) 45 "bounds": [385, 15],
46 ) 46 "drawsContent": true
47 (GraphicsLayer 47 },
48 (position 15.00 385.00) 48 {
49 (bounds 385.00 15.00) 49 "position": [385, 0],
50 (drawsContent 1) 50 "bounds": [15, 385],
51 ) 51 "drawsContent": true
52 (GraphicsLayer 52 },
53 (position 0.00 385.00) 53 {
54 (bounds 15.00 15.00) 54 "position": [385, 385],
55 (drawsContent 1) 55 "bounds": [15, 15],
56 ) 56 "drawsContent": true
57 ) 57 }
58 ) 58 ]
59 ) 59 }
60 ) 60 ]
61 ) 61 }
62 ) 62 ]
63 ) 63 }
64 ) 64 ]
65 }
65 66
66 67
67 -------- 68 --------
68 Frame: '<!--framePath //<!--frame0-->-->' 69 Frame: '<!--framePath //<!--frame0-->-->'
69 -------- 70 --------
70 (GraphicsLayer 71 {
71 (position -615.00 0.00) 72 "position": [-615, 0],
72 (bounds 1000.00 1000.00) 73 "bounds": [1000, 1000],
73 (children 1 74 "children": [
74 (GraphicsLayer 75 {
75 (bounds 1000.00 1000.00) 76 "bounds": [1000, 1000],
76 (drawsContent 1) 77 "drawsContent": true,
77 (children 1 78 "children": [
78 (GraphicsLayer 79 {
79 (position 665.00 50.00) 80 "position": [665, 50],
80 (bounds 100.00 100.00) 81 "bounds": [100, 100],
81 (contentsOpaque 1) 82 "contentsOpaque": true,
82 (drawsContent 1) 83 "drawsContent": true,
83 (backgroundColor #008000) 84 "backgroundColor": "#008000"
84 ) 85 }
85 ) 86 ]
86 ) 87 }
87 ) 88 ]
88 ) 89 }
89 90
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698