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

Unified Diff: third_party/WebKit/LayoutTests/http/tests/inspector/console/console-on-animation-worklet.html

Issue 2881443003: Worklet: Move tests for Worklet in inspector/console/ to http/tests/inspector/console/ (Closed)
Patch Set: Created 3 years, 7 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: third_party/WebKit/LayoutTests/http/tests/inspector/console/console-on-animation-worklet.html
diff --git a/third_party/WebKit/LayoutTests/inspector/console/console-on-animation-worklet.html b/third_party/WebKit/LayoutTests/http/tests/inspector/console/console-on-animation-worklet.html
similarity index 77%
rename from third_party/WebKit/LayoutTests/inspector/console/console-on-animation-worklet.html
rename to third_party/WebKit/LayoutTests/http/tests/inspector/console/console-on-animation-worklet.html
index 3ce0b782675ae44d4a901aafd4f28bb08b366698..ccdc1637d51a1904558d40c69891e0e09b587d6d 100644
--- a/third_party/WebKit/LayoutTests/inspector/console/console-on-animation-worklet.html
+++ b/third_party/WebKit/LayoutTests/http/tests/inspector/console/console-on-animation-worklet.html
@@ -1,7 +1,7 @@
<html>
<head>
-<script src="../../http/tests/inspector/inspector-test.js"></script>
-<script src="../../http/tests/inspector/console-test.js"></script>
+<script src="../inspector-test.js"></script>
+<script src="../console-test.js"></script>
<script>
function importWorklet()
{

Powered by Google App Engine
This is Rietveld 408576698