If you append the following code to tests/four.css
@media (max-width: 900px) {
@-ms-viewport {
width: 320px;
}
}
it will cause an AssertionError exception to be raised. Seems the viewport selector gets replaced with a temp_key but the assertion for the @media selector doesn't know that.