Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(855)

Unified Diff: telemetry/third_party/snap-it/tests/tests.html

Issue 3010063002: [Telemetry] Add script to snapshot page's HTML (Closed)
Patch Set: fix --interactive flag spec Created 3 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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>

Powered by Google App Engine
This is Rietveld 408576698