11cb0ef41Sopenharmony_ci<!doctype html>
21cb0ef41Sopenharmony_ci<script src=/resources/testharness.js></script>
31cb0ef41Sopenharmony_ci<script src=/resources/testharnessreport.js></script>
41cb0ef41Sopenharmony_ci<title>No (UTF-8) sniffing allowed</title>
51cb0ef41Sopenharmony_ci<div id=log></div>
61cb0ef41Sopenharmony_ci<div id=content> Hello World! </div>
71cb0ef41Sopenharmony_ci<script>
81cb0ef41Sopenharmony_citest(() => {
91cb0ef41Sopenharmony_ci  assert_equals(document.getElementById("content").textContent, "\u00C2\u20AC\u00C2\u20AC Hello World! \u00C2\u20AC\u00C2\u20AC");
101cb0ef41Sopenharmony_ci  assert_equals(document.characterSet, "windows-1252");
111cb0ef41Sopenharmony_ci});
121cb0ef41Sopenharmony_ci</script>
13