| Index: third_party/WebKit/LayoutTests/animations/web-animations/keyframe-exceptions.html
|
| diff --git a/third_party/WebKit/LayoutTests/animations/keyframe-exceptions.html b/third_party/WebKit/LayoutTests/animations/web-animations/keyframe-exceptions.html
|
| similarity index 89%
|
| rename from third_party/WebKit/LayoutTests/animations/keyframe-exceptions.html
|
| rename to third_party/WebKit/LayoutTests/animations/web-animations/keyframe-exceptions.html
|
| index a72c5cb7dfbcdf3156173dffa8a4575d190a4af4..ba08328cd0f5a96f78ae5fe46cee017fe0502400 100644
|
| --- a/third_party/WebKit/LayoutTests/animations/keyframe-exceptions.html
|
| +++ b/third_party/WebKit/LayoutTests/animations/web-animations/keyframe-exceptions.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>
|
| function assert_throws_with_message(e, f, m) {
|
|
|