Given the markup below, what does the browser actually use as the character encoding, assuming no charset is set in the HTTP Content-Type header?
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<meta charset="utf-8">
</head>