| Index: third_party/WebKit/LayoutTests/external/wpt/web-animations/animation-model/animation-types/addition-per-property.html
|
| diff --git a/third_party/WebKit/LayoutTests/external/wpt/web-animations/animation-model/animation-types/addition-per-property.html b/third_party/WebKit/LayoutTests/external/wpt/web-animations/animation-model/animation-types/addition-per-property.html
|
| index b6210c6df31a2b8afac3e4b639b9b5d9e06644ef..97f722064c129e6952285371109a8cb0f7df87c4 100644
|
| --- a/third_party/WebKit/LayoutTests/external/wpt/web-animations/animation-model/animation-types/addition-per-property.html
|
| +++ b/third_party/WebKit/LayoutTests/external/wpt/web-animations/animation-model/animation-types/addition-per-property.html
|
| @@ -44,7 +44,8 @@ for (var property in gCSSProperties) {
|
| ' should have testAddition property');
|
| assert_equals(typeof typeObject.testAddition, 'function',
|
| 'testAddition method should be a function');
|
| - }, animationTypeString + ' has testAddition function');
|
| + }, property + ' (type: ' + animationTypeString +
|
| + ') has testAddition function');
|
|
|
| if (typeObject.testAddition &&
|
| typeof typeObject.testAddition === 'function') {
|
|
|