summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/html/syntax/charset/resources/bogus-charset.html
blob: e77e874466c2e3499d76952f5d1c1051402cb07b (plain)
1
2
3
4
5
6
7
<!doctype html><meta charset=this-is-not-a-charset><script>
onload = () => {
  if (location.search === "?postMessage") {
    parent.postMessage(document.body.textContent, "*");
  }
}
</script>