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

Unified Diff: third_party/WebKit/Tools/qunit/test/headless.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/qunit/qunit.js ('k') | third_party/WebKit/Tools/qunit/test/index.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/headless.html
diff --git a/third_party/WebKit/Tools/qunit/test/headless.html b/third_party/WebKit/Tools/qunit/test/headless.html
deleted file mode 100644
index cd1eb7e293225c014bf45f4c81382e3d3b5bea2f..0000000000000000000000000000000000000000
--- a/third_party/WebKit/Tools/qunit/test/headless.html
+++ /dev/null
@@ -1,24 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
- <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>
- <script>
- var logs = ["begin", "testStart", "testDone", "log", "moduleStart", "moduleDone", "done"];
- for (var i = 0; i < logs.length; i++) {
- (function() {
- var log = logs[i];
- QUnit[log] = function() {
- console.log(log, arguments);
- };
- })();
- }
- </script>
-</head>
-<body>
- <div id="qunit-fixture">test markup</div>
-</body>
-</html>
« no previous file with comments | « third_party/WebKit/Tools/qunit/qunit/qunit.js ('k') | third_party/WebKit/Tools/qunit/test/index.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698