Index: third_party/WebKit/LayoutTests/imported/wpt/web-animations/README.md |
diff --git a/third_party/WebKit/LayoutTests/imported/wpt/web-animations/README.md b/third_party/WebKit/LayoutTests/imported/wpt/web-animations/README.md |
index ca01178a9828a7ce28e7493bb94a41c7e5a3f614..c6d7c72c204102e04f76d0788b781adf50cac6c9 100644 |
--- a/third_party/WebKit/LayoutTests/imported/wpt/web-animations/README.md |
+++ b/third_party/WebKit/LayoutTests/imported/wpt/web-animations/README.md |
@@ -12,17 +12,17 @@ Guidelines for writing tests |
For example, if you want to test setting the start time, you might be |
tempted to put all the tests in: |
- > `/web-animations/Animation/startTime.html` |
+ > `/web-animations/interfaces/Animation/startTime.html` |
However, in the spec most of the logic is in the “Set the animation |
start time“ procedure in the “Timing model” section. |
Instead, try something like: |
- > * `/web-animations/timing-model/animation/set-the-animation-start-time.html`<br> |
+ > * `/web-animations/timing-model/animations/set-the-animation-start-time.html`<br> |
> Tests all the branches and inputs to the procedure as defined in the |
> spec (using the `Animation.startTime` API). |
- > * `/web-animations/Animation/startTime.html`<br> |
+ > * `/web-animations/interfaces/Animation/startTime.html`<br> |
> Tests API-layer specific issues like mapping unresolved values to |
> null, etc. |