If statement #5 above is passed, then this paragraph should have z-index of auto and position of fixed. The rules applied are "#id1 {position: fixed; z-index: auto;}".
This paragraph should have z-index of 2 and position of fixed. The rules applied are "#id2 {position: fixed; z-index: 2}".
This paragraph should have z-index of inherit and position of fixed. The rules applied are "#id3 {position: fixed; z-index: inherit}".
All other properties of this page should be UA-default.