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

Unified Diff: third_party/WebKit/Tools/qunit/test/index.html

Issue 1475853002: Remove qunit. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 1 month 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
« no previous file with comments | « third_party/WebKit/Tools/qunit/test/headless.html ('k') | third_party/WebKit/Tools/qunit/test/logs.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Tools/qunit/test/index.html
diff --git a/third_party/WebKit/Tools/qunit/test/index.html b/third_party/WebKit/Tools/qunit/test/index.html
deleted file mode 100644
index 64ccfcce6938b872246dda9c8fe097de8ff8fd19..0000000000000000000000000000000000000000
--- a/third_party/WebKit/Tools/qunit/test/index.html
+++ /dev/null
@@ -1,19 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
- <meta charset="UTF-8" />
- <title>QUnit Test Suite</title>
- <link rel="stylesheet" href="../qunit/qunit.css" type="text/css" media="screen">
- <script type="text/javascript" src="../qunit/qunit.js"></script>
- <script type="text/javascript" src="test.js"></script>
- <script type="text/javascript" src="same.js"></script>
-</head>
-<body>
- <h1 id="qunit-header">QUnit Test Suite</h1>
- <h2 id="qunit-banner"></h2>
- <div id="qunit-testrunner-toolbar"></div>
- <h2 id="qunit-userAgent"></h2>
- <ol id="qunit-tests"></ol>
- <div id="qunit-fixture">test markup</div>
-</body>
-</html>
« no previous file with comments | « third_party/WebKit/Tools/qunit/test/headless.html ('k') | third_party/WebKit/Tools/qunit/test/logs.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698