| Index: third_party/WebKit/LayoutTests/http/tests/csspaint/resources/test-runner-geometry-logging.js
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/csspaint/resources/test-runner-geometry-logging.js b/third_party/WebKit/LayoutTests/http/tests/csspaint/resources/test-runner-geometry-logging.js
|
| index e2ce067986bcbba50ed35df7a37016f551734183..a291cbe790ee9d6a7ae6cca557e6a2b4ce23dd4b 100644
|
| --- a/third_party/WebKit/LayoutTests/http/tests/csspaint/resources/test-runner-geometry-logging.js
|
| +++ b/third_party/WebKit/LayoutTests/http/tests/csspaint/resources/test-runner-geometry-logging.js
|
| @@ -20,7 +20,7 @@ function testRunnerGeometryLogging(tests, workletCode) {
|
| testRunner.dumpAsText();
|
| }
|
|
|
| - paintWorklet.addModule('resources/paint-logging-green.js').then(function() {
|
| + CSS.paintWorklet.addModule('resources/paint-logging-green.js').then(function() {
|
| tests.reduce(function(chain, obj) {
|
| return chain.then(function() {
|
| console.log('The worklet should log: \'width: ' + obj.expected.width + ', height: ' + obj.expected.height + '\'');
|
|
|