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

Side by Side 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 unified diff | Download patch
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <meta charset="utf-8">
5 <meta name="viewport" content="width=device-width">
6 <title>QUnit Tests</title>
7 <link rel="stylesheet" href="https://code.jquery.com/qunit/qunit-2.0.0.css">
8 </head>
9 <body>
10 <div id="qunit"></div>
11 <div id="qunit-fixture"></div>
12 <script src="https://code.jquery.com/qunit/qunit-2.0.0.js"></script>
13 <script src="../HTMLSerializer.js"></script>
14 <script src="../popup.js"></script>
15 <script src="tests.js"></script>
16 </body>
17 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698