summaryrefslogtreecommitdiffstats
path: root/intl/uconv/crashtests/omt-non-utf-8-jsurl.html
blob: 033e38a2809886154c38cd2c704e9401d2c2db8e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!DOCTYPE html>
<html class=reftest-wait>
<head>
  <meta charset=iso-8859-1><!-- must be non-UTF-8 -->
  <title>Test for off the main thread non-UTF-8 javascript: URL</title>
</head>
<body>
<script>
new Worker("javascript:foo").onerror = () => {
  document.documentElement.className = "";
};
</script>
</body>
</html>