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

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

Issue 2896773002: [DONT COMMIT] PaintWorklet: Move paintWorklet from 'window' to 'CSS' (Closed)
Patch Set: WIP Created 3 years, 6 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-paint-worklet.html
diff --git a/third_party/WebKit/LayoutTests/http/tests/inspector/console/console-on-paint-worklet.html b/third_party/WebKit/LayoutTests/http/tests/inspector/console/console-on-paint-worklet.html
index d9a4f7df5b5a5b305039336f1d45e7fa396cf617..8b52ae275b8ba2198abdb009bffd07525c66f105 100644
--- a/third_party/WebKit/LayoutTests/http/tests/inspector/console/console-on-paint-worklet.html
+++ b/third_party/WebKit/LayoutTests/http/tests/inspector/console/console-on-paint-worklet.html
@@ -5,7 +5,7 @@
<script>
function importWorklet()
{
- paintWorklet.addModule('console-worklet-script.js');
+ CSS.paintWorklet.addModule('console-worklet-script.js');
}
function test()

Powered by Google App Engine
This is Rietveld 408576698