| Index: telemetry/third_party/snap-it/tests/tests.html
|
| diff --git a/telemetry/third_party/snap-it/tests/tests.html b/telemetry/third_party/snap-it/tests/tests.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..4cceb59a6b00ca95a2ed2f099c474b890482ccd8
|
| --- /dev/null
|
| +++ b/telemetry/third_party/snap-it/tests/tests.html
|
| @@ -0,0 +1,17 @@
|
| +<!DOCTYPE html>
|
| +<html>
|
| +<head>
|
| + <meta charset="utf-8">
|
| + <meta name="viewport" content="width=device-width">
|
| + <title>QUnit Tests</title>
|
| + <link rel="stylesheet" href="https://code.jquery.com/qunit/qunit-2.0.0.css">
|
| +</head>
|
| +<body>
|
| + <div id="qunit"></div>
|
| + <div id="qunit-fixture"></div>
|
| + <script src="https://code.jquery.com/qunit/qunit-2.0.0.js"></script>
|
| + <script src="../HTMLSerializer.js"></script>
|
| + <script src="../popup.js"></script>
|
| + <script src="tests.js"></script>
|
| +</body>
|
| +</html>
|
|
|