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

Side by Side Diff: LayoutTests/platform/win-xp/compositing/iframes/invisible-nested-iframe-hide-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 "position": [18, 10], 10 "position": [18, 10],
(...skipping 18 matching lines...) Expand all
29 "bounds": [285, 193], 29 "bounds": [285, 193],
30 "drawsContent": true, 30 "drawsContent": true,
31 "children": [ 31 "children": [
32 { 32 {
33 "position": [8, 8], 33 "position": [8, 8],
34 "bounds": [252, 172], 34 "bounds": [252, 172],
35 "drawsContent": true, 35 "drawsContent": true,
36 "children": [ 36 "children": [
37 { 37 {
38 "position": [1, 1], 38 "position": [1, 1],
39 "bounds": [250, 170],
39 "children": [ 40 "children": [
40 { 41 {
41 "bounds": [250, 170], 42 "bounds": [250, 170],
42 "children": [ 43 "children": [
43 { 44 {
44 "children": [ 45 "children": [
45 { 46 {
46 "bounds": [250, 230], 47 "bounds": [250, 230],
47 "children": [ 48 "children": [
48 { 49 {
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
89 "bounds": [210, 210], 90 "bounds": [210, 210],
90 "contentsOpaque": true, 91 "contentsOpaque": true,
91 "drawsContent": true, 92 "drawsContent": true,
92 "backgroundColor": "#0000FF" 93 "backgroundColor": "#0000FF"
93 } 94 }
94 ] 95 ]
95 } 96 }
96 ] 97 ]
97 } 98 }
98 99
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698