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

Unified Diff: third_party/WebKit/LayoutTests/http/tests/worklet/chromium/import-on-detached-iframe.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/worklet/chromium/import-on-detached-iframe.html
diff --git a/third_party/WebKit/LayoutTests/http/tests/worklet/chromium/import-on-detached-iframe.html b/third_party/WebKit/LayoutTests/http/tests/worklet/chromium/import-on-detached-iframe.html
index de70b503acdfaf77b43a41a079278d079afefe1a..ef4c142ceae6058b526758cb788eb843a8050526 100644
--- a/third_party/WebKit/LayoutTests/http/tests/worklet/chromium/import-on-detached-iframe.html
+++ b/third_party/WebKit/LayoutTests/http/tests/worklet/chromium/import-on-detached-iframe.html
@@ -25,7 +25,7 @@ promise_test(t => {
return with_iframe(kFrameUrl)
.then(frame => {
- let worklet = frame.contentWindow.paintWorklet;
+ let worklet = frame.contentWindow.CSS.paintWorklet;
frame.remove();
return worklet.addModule(kScriptUrl);
})

Powered by Google App Engine
This is Rietveld 408576698