Testing Sixth Testable Statement of Sec 9.8 of CSS2 Specification

PASS CRITERIA:

If statement #6 is passed then start of outer contents inner contents End of outer contents. End of body contents

The top of the outer box should be 200px below the top of the containing bloxk and the left side should be 200px from the left side. Inner contents should be blue, and outer contents red. Rules are "body {display: block; line-height: 200%; width: 400px; height: 400px}, p{display: block}", "span {display: inline}". Also, "#outer {position: absolute; top: 200px; left: 200px; width: 200px; color: red}", and "#inner {color: blue}".

All other properties of this page should be UA-default. Your browser rendering of this page should look similar to this reference image or to this reference image.