I think most software developers would agree you want your dev/testing, staging and production environments to be as close as possible. Ideally identical. Reproducing bugs, and thus fixing them, if the envs are different is a nightmare otherwise.
So from that lens, in an ideal state, the #HTML, #CSS and #JS we author should be the same as the code at runtime.
@falken pretty sure all browsers are evergreen now