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

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

Issue 572193002: Auto-rebaseline for r182021 (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 3 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": [400, 400], 17 "bounds": [400, 400],
17 "children": [ 18 "children": [
18 { 19 {
19 "children": [ 20 "children": [
20 { 21 {
21 "bounds": [400, 400], 22 "bounds": [400, 400],
22 "children": [ 23 "children": [
23 { 24 {
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
64 "bounds": [100, 100], 65 "bounds": [100, 100],
65 "contentsOpaque": true, 66 "contentsOpaque": true,
66 "drawsContent": true, 67 "drawsContent": true,
67 "backgroundColor": "#008000" 68 "backgroundColor": "#008000"
68 } 69 }
69 ] 70 ]
70 } 71 }
71 ] 72 ]
72 } 73 }
73 74
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698