| 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>
|
|
|