mirror of
https://github.com/fofolee/uTools-quickcommand.git
synced 2025-09-28 23:24:14 +08:00
jschardet
This commit is contained in:
18
node_modules/jschardet/tests/index.html
generated
vendored
Normal file
18
node_modules/jschardet/tests/index.html
generated
vendored
Normal file
@@ -0,0 +1,18 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
|
||||
"http://www.w3.org/TR/html4/loose.dtd">
|
||||
<html>
|
||||
<head>
|
||||
<link rel="stylesheet" href="qunit/qunit.css" type="text/css" media="screen" />
|
||||
<script type="text/javascript" src="qunit/qunit.js"></script>
|
||||
<!-- JSChardet -->
|
||||
<script src="../dist/jschardet.js"></script>
|
||||
<!-- tests -->
|
||||
<script type="text/javascript" src="jschardet.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
<h1 id="qunit-header">JS Chardet</h1>
|
||||
<h2 id="qunit-banner"></h2>
|
||||
<h2 id="qunit-userAgent"></h2>
|
||||
<ol id="qunit-tests"></ol>
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user