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

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

Issue 1271253005: Auto-rebaseline for r200178 (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 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
1 { 1 {
2 "bounds": [800, 600], 2 "bounds": [800, 600],
3 "children": [ 3 "children": [
4 { 4 {
5 "bounds": [800, 600], 5 "bounds": [800, 600],
6 "contentsOpaque": true, 6 "contentsOpaque": true,
7 "drawsContent": true, 7 "drawsContent": true,
8 "children": [ 8 "children": [
9 { 9 {
10 "bounds": [400, 400], 10 "bounds": [400, 400],
11 "drawsContent": true, 11 "drawsContent": true,
12 "children": [ 12 "children": [
13 { 13 {
14 "bounds": [400, 400],
14 "children": [ 15 "children": [
15 { 16 {
16 "bounds": [385, 385], 17 "bounds": [385, 385],
17 "children": [ 18 "children": [
18 { 19 {
20 "position": [615, 0],
19 "children": [ 21 "children": [
20 { 22 {
21 "position": [-615, 0], 23 "position": [-615, 0],
22 "bounds": [1000, 1000], 24 "bounds": [1000, 1000],
23 "children": [ 25 "children": [
24 { 26 {
25 "bounds": [1000, 1000], 27 "bounds": [1000, 1000],
26 "drawsContent": true, 28 "drawsContent": true,
29 "backgroundColor": "#FF0000",
27 "children": [ 30 "children": [
28 { 31 {
29 "position": [665, 50], 32 "position": [665, 50],
30 "bounds": [100, 100], 33 "bounds": [100, 100],
31 "contentsOpaque": true, 34 "contentsOpaque": true,
32 "drawsContent": true, 35 "drawsContent": true,
33 "backgroundColor": "#008000" 36 "backgroundColor": "#008000"
34 } 37 }
35 ] 38 ]
36 } 39 }
(...skipping 29 matching lines...) Expand all
66 -------- 69 --------
67 Frame: '<!--framePath //<!--frame0-->-->' 70 Frame: '<!--framePath //<!--frame0-->-->'
68 -------- 71 --------
69 { 72 {
70 "position": [-615, 0], 73 "position": [-615, 0],
71 "bounds": [1000, 1000], 74 "bounds": [1000, 1000],
72 "children": [ 75 "children": [
73 { 76 {
74 "bounds": [1000, 1000], 77 "bounds": [1000, 1000],
75 "drawsContent": true, 78 "drawsContent": true,
79 "backgroundColor": "#FF0000",
76 "children": [ 80 "children": [
77 { 81 {
78 "position": [665, 50], 82 "position": [665, 50],
79 "bounds": [100, 100], 83 "bounds": [100, 100],
80 "contentsOpaque": true, 84 "contentsOpaque": true,
81 "drawsContent": true, 85 "drawsContent": true,
82 "backgroundColor": "#008000" 86 "backgroundColor": "#008000"
83 } 87 }
84 ] 88 ]
85 } 89 }
86 ] 90 ]
87 } 91 }
88 92
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698