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

Unified Diff: third_party/WebKit/LayoutTests/inspector/console/console-on-paint-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/inspector/console/console-on-paint-worklet.html
diff --git a/third_party/WebKit/LayoutTests/inspector/console/console-on-paint-worklet.html b/third_party/WebKit/LayoutTests/inspector/console/console-on-paint-worklet.html
deleted file mode 100644
index 7cbdd1110b944fd532654aea167396f6f1954588..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/inspector/console/console-on-paint-worklet.html
+++ /dev/null
@@ -1,27 +0,0 @@
-<html>
-<head>
-<script src="../../http/tests/inspector/inspector-test.js"></script>
-<script src="../../http/tests/inspector/console-test.js"></script>
-<script>
-function importWorklet()
-{
- paintWorklet.addModule('console-worklet-script.js');
-}
-
-function test()
-{
- InspectorTest.waitForConsoleMessages(3, finish);
- InspectorTest.evaluateInPage("importWorklet();");
-
- function finish()
- {
- InspectorTest.dumpConsoleMessages();
- InspectorTest.completeTest();
- }
-}
-</script>
-</head>
-<body onload="runTest()">
-<p>Tests console output from PaintWorklet.</p>
-</body>
-</html>

Powered by Google App Engine
This is Rietveld 408576698