| Index: third_party/WebKit/LayoutTests/animations/stability/unstringable-keyframe-value-crash.html
|
| diff --git a/third_party/WebKit/LayoutTests/animations/unstringable-keyframe-value-crash.html b/third_party/WebKit/LayoutTests/animations/stability/unstringable-keyframe-value-crash.html
|
| similarity index 67%
|
| rename from third_party/WebKit/LayoutTests/animations/unstringable-keyframe-value-crash.html
|
| rename to third_party/WebKit/LayoutTests/animations/stability/unstringable-keyframe-value-crash.html
|
| index ee495b252e5cd973d7cbf0932048e4e599c32565..438973af4dd6e6a6917159c35a96c9f4c3ab4ac6 100644
|
| --- a/third_party/WebKit/LayoutTests/animations/unstringable-keyframe-value-crash.html
|
| +++ b/third_party/WebKit/LayoutTests/animations/stability/unstringable-keyframe-value-crash.html
|
| @@ -1,6 +1,6 @@
|
| <!DOCTYPE html>
|
| -<script src="../resources/testharness.js"></script>
|
| -<script src="../resources/testharnessreport.js"></script>
|
| +<script src="../../resources/testharness.js"></script>
|
| +<script src="../../resources/testharnessreport.js"></script>
|
| <script>
|
| test(() => {
|
| assert_throws({name: 'TypeError'}, () => {
|
|
|