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

Side by Side Diff: LayoutTests/platform/win/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 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
68 -------- 71 --------
69 Frame: '<!--framePath //<!--frame0-->-->' 72 Frame: '<!--framePath //<!--frame0-->-->'
70 -------- 73 --------
71 { 74 {
72 "position": [-615, 0], 75 "position": [-615, 0],
73 "bounds": [1000, 1000], 76 "bounds": [1000, 1000],
74 "children": [ 77 "children": [
75 { 78 {
76 "bounds": [1000, 1000], 79 "bounds": [1000, 1000],
77 "drawsContent": true, 80 "drawsContent": true,
81 "backgroundColor": "#FF0000",
78 "children": [ 82 "children": [
79 { 83 {
80 "position": [665, 50], 84 "position": [665, 50],
81 "bounds": [100, 100], 85 "bounds": [100, 100],
82 "contentsOpaque": true, 86 "contentsOpaque": true,
83 "drawsContent": true, 87 "drawsContent": true,
84 "backgroundColor": "#008000" 88 "backgroundColor": "#008000"
85 } 89 }
86 ] 90 ]
87 } 91 }
88 ] 92 ]
89 } 93 }
90 94
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698