Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(34)

Unified Diff: third_party/WebKit/LayoutTests/imported/wpt/web-animations/README.md

Issue 2143653006: Import wpt@c875b4212a473363afe8c09f012edf201386cb5b (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update W3CImportExpectations Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.

Powered by Google App Engine
This is Rietveld 408576698