This test-case is intended for console.assert method.
Jan Odvarko, odvarko@gmail.com
state = true -> true
window -> Window dom.html
document -> Document dom.html
aa -> "three"
cc -> null
dd -> 2
dd = 999 -> 999 and consequently dd -> 999
set_d_val -> set_d_val(td)
set_d_val(998) -> 998
blah -> ReferenceError: blah is not defined { message="blah is not defined", more...}
var blah = 'oink' -> >>> var blah = 'oink' and consequently
blah -> "oink"
document.getElementsByTagName('h1')[0] -> "<h1>"
>>> ...
logs are not mentioned, but also expected.