If statement #6 above is passed, then this page should have a size of auto (initial value). No explicit CSS rule applied.
This page should have a size of 2cm. The rule applied is "@page {size: 2cm}". This emphasized text should have page size of UA-default, because inherited is N/A, and em is a child of p element.
This page box should have page size of 2cm and 4cm. The rule applied is "@page {size: 2cm 4cm}".
This page box should have a size of auto. The rule applied is "@page {size: auto}".
This page box should have a size of portrait. The rule applied is "@page{size: portrait}".
This page should have a size of landscape. The rule applied is "@page {size: landscape}".
This page should have size of inherit. The rule applied is "@page {size: inherit}".
This page size should be UA-default. Rule specified is "@page {size: 200%}", which is N/A.
From list above, it is apparent that size property applies only to page context. All other properties of this page should be UA-default. To move directly to the next test, click here