| Index: third_party/WebKit/LayoutTests/http/tests/csspaint/resources/test-runner-invalidation-logging.js
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/csspaint/resources/test-runner-invalidation-logging.js b/third_party/WebKit/LayoutTests/http/tests/csspaint/resources/test-runner-invalidation-logging.js
|
| index 06110c9f5c339f0e04bfa2d324f598b14a0b79d6..3fd0d2e523824336fa537610b5247ed504c2046e 100644
|
| --- a/third_party/WebKit/LayoutTests/http/tests/csspaint/resources/test-runner-invalidation-logging.js
|
| +++ b/third_party/WebKit/LayoutTests/http/tests/csspaint/resources/test-runner-invalidation-logging.js
|
| @@ -32,7 +32,7 @@ function testRunnerInvalidationLogging(imageType, tests) {
|
| }
|
| `;
|
|
|
| - paintWorklet.addModule(URL.createObjectURL(new Blob([workletCode], {type: 'text/javascript'}))).then(function() {
|
| + CSS.paintWorklet.addModule(URL.createObjectURL(new Blob([workletCode], {type: 'text/javascript'}))).then(function() {
|
| for (let i = 0; i < tests.length; i++) {
|
| tests[i].paintName = 'paint-' + i;
|
| registerTest(imageType, tests[i]);
|
|
|