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

Side by Side Diff: LayoutTests/platform/win/compositing/iframes/become-overlapped-iframe-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 { 2 {
3 "bounds": [800, 600], 3 "bounds": [800, 600],
4 "children": [ 4 "children": [
5 { 5 {
6 "bounds": [800, 600], 6 "bounds": [800, 600],
7 "contentsOpaque": true, 7 "contentsOpaque": true,
8 "drawsContent": true, 8 "drawsContent": true,
9 "children": [ 9 "children": [
10 { 10 {
11 "children": [ 11 "children": [
12 { 12 {
13 "position": [58, 58], 13 "position": [58, 58],
14 "bounds": [350, 200], 14 "bounds": [350, 200],
15 "drawsContent": true, 15 "drawsContent": true,
16 "children": [ 16 "children": [
17 { 17 {
18 "position": [15, 15], 18 "position": [15, 15],
19 "bounds": [320, 170],
19 "children": [ 20 "children": [
20 { 21 {
21 "bounds": [305, 170], 22 "bounds": [305, 170],
22 "children": [ 23 "children": [
23 { 24 {
24 "children": [ 25 "children": [
25 { 26 {
26 "bounds": [305, 230], 27 "bounds": [305, 230],
27 "children": [ 28 "children": [
28 { 29 {
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
81 "bounds": [210, 210], 82 "bounds": [210, 210],
82 "contentsOpaque": true, 83 "contentsOpaque": true,
83 "drawsContent": true, 84 "drawsContent": true,
84 "backgroundColor": "#0000FF" 85 "backgroundColor": "#0000FF"
85 } 86 }
86 ] 87 ]
87 } 88 }
88 ] 89 ]
89 } 90 }
90 91
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698