mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
95b45892e6
--HG-- rename : extensions/universalchardet/tests/bug631751be_text.html => parser/htmlparser/tests/mochitest/file_bug672453_bomless_utf16.html
13 lines
403 B
HTML
13 lines
403 B
HTML
<!DOCTYPE HTML>
|
|
<html dir="ltr" xml:lang="en-US" lang="en-US"><head>
|
|
<meta charset="utf-8">
|
|
<title>Console test replaced API</title>
|
|
</head>
|
|
<body>
|
|
<h1 id="header">Web Console Replace API Test</h1>
|
|
<script type="text/javascript">
|
|
window.console = {log: function (msg){}, info: function (msg){}, warn: function (msg){}, error: function (msg){}};
|
|
</script>
|
|
</body>
|
|
</html>
|