| Index: third_party/WebKit/LayoutTests/http/tests/security/contentSecurityPolicy/worklet-import-blocked.html
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/security/contentSecurityPolicy/worklet-import-blocked.html b/third_party/WebKit/LayoutTests/http/tests/security/contentSecurityPolicy/worklet-import-blocked.html
|
| index 9ba73ee098cc110c49a8a76ed9c7858c60879506..90d1c444dc361ee3b0b6c66249a141ad3dec8c6e 100644
|
| --- a/third_party/WebKit/LayoutTests/http/tests/security/contentSecurityPolicy/worklet-import-blocked.html
|
| +++ b/third_party/WebKit/LayoutTests/http/tests/security/contentSecurityPolicy/worklet-import-blocked.html
|
| @@ -10,7 +10,7 @@
|
| <script>
|
| promise_test(function() {
|
|
|
| - return paintWorklet.addModule('/resources/worklet.js').then(
|
| + return CSS.paintWorklet.addModule('/resources/worklet.js').then(
|
| function(undefined_arg) {
|
| assert_unreached('addModule should fail.')
|
| },
|
|
|