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

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

Issue 1181023003: Auto-rebaseline for r196973 (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 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 { 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 "bounds": [400, 400],
15 "children": [ 15 "children": [
16 { 16 {
17 "bounds": [400, 400], 17 "bounds": [400, 400],
18 "children": [ 18 "children": [
19 { 19 {
20 "children": [ 20 "children": [
21 { 21 {
22 "bounds": [400, 400], 22 "bounds": [400, 400],
23 "children": [ 23 "children": [
24 { 24 {
25 "bounds": [400, 400], 25 "bounds": [400, 400],
26 "drawsContent": true, 26 "drawsContent": true,
27 "backgroundColor": "#FF0000",
27 "children": [ 28 "children": [
28 { 29 {
29 "position": [50, 50], 30 "position": [50, 50],
30 "bounds": [100, 100], 31 "bounds": [100, 100],
31 "contentsOpaque": true, 32 "contentsOpaque": true,
32 "drawsContent": true, 33 "drawsContent": true,
33 "backgroundColor": "#008000" 34 "backgroundColor": "#008000"
34 } 35 }
35 ] 36 ]
36 } 37 }
(...skipping 15 matching lines...) Expand all
52 53
53 -------- 54 --------
54 Frame: '<!--framePath //<!--frame0-->-->' 55 Frame: '<!--framePath //<!--frame0-->-->'
55 -------- 56 --------
56 { 57 {
57 "bounds": [400, 400], 58 "bounds": [400, 400],
58 "children": [ 59 "children": [
59 { 60 {
60 "bounds": [400, 400], 61 "bounds": [400, 400],
61 "drawsContent": true, 62 "drawsContent": true,
63 "backgroundColor": "#FF0000",
62 "children": [ 64 "children": [
63 { 65 {
64 "position": [50, 50], 66 "position": [50, 50],
65 "bounds": [100, 100], 67 "bounds": [100, 100],
66 "contentsOpaque": true, 68 "contentsOpaque": true,
67 "drawsContent": true, 69 "drawsContent": true,
68 "backgroundColor": "#008000" 70 "backgroundColor": "#008000"
69 } 71 }
70 ] 72 ]
71 } 73 }
72 ] 74 ]
73 } 75 }
74 76
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698