| Index: third_party/WebKit/LayoutTests/imported/wpt/web-animations/interfaces/KeyframeEffect/constructor-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/imported/wpt/web-animations/interfaces/KeyframeEffect/constructor-expected.txt b/third_party/WebKit/LayoutTests/imported/wpt/web-animations/interfaces/KeyframeEffect/constructor-expected.txt
|
| index ca8093c9a708859a184873bc47ddbdef140756f7..5fe5b168f1a9a0a493285a1f3b732ace3910e293 100644
|
| --- a/third_party/WebKit/LayoutTests/imported/wpt/web-animations/interfaces/KeyframeEffect/constructor-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/imported/wpt/web-animations/interfaces/KeyframeEffect/constructor-expected.txt
|
| @@ -125,6 +125,8 @@ PASS Invalid KeyframeEffectReadOnly option by a variable easing
|
| PASS Invalid KeyframeEffectReadOnly option by a multi-value easing
|
| FAIL a KeyframeEffectReadOnly constructed with null target assert_equals: Effect created with null target has correct target expected (object) null but got (undefined) undefined
|
| PASS KeyframeEffect constructor creates an AnimationEffectTiming timing object
|
| -PASS KeyframeEffect constructor propagates exceptions generated by accessing the options object
|
| +FAIL KeyframeEffect constructor propagates exceptions generated by accessing the options object assert_throws: function "function () {
|
| + new KeyframeEffect(target, { get left() { throw test_error }})
|
| + }" did not throw
|
| Harness: the test ran to completion.
|
|
|
|
|