Tutorials Bugs Masterclass Free stuff Test pages Proposals

Core tests

Advanced tests

This test

RichInStyle.com tests: BODY/HTML box model test 2

This page has:

HTML {margin: 5%;
padding: 0;
border: solid 1cm}
BODY {margin: 0;
padding: 0}

As a result, there should be a border around the page 1cm wide, with white space around that.

There is nothing very complicated about this test, nor the previous one. They only require the UA to implement the box model in the normal manner - the only thing different about BODY and HTML is their backgrounds - the box model is not affected.