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

Unified Diff: third_party/WebKit/LayoutTests/animations/stability/resource-loading.html

Issue 2966953002: Move animations crash tests to subdirectory (Closed)
Patch Set: Rename crash-tests/ to stability/ Created 3 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/animations/stability/resource-loading.html
diff --git a/third_party/WebKit/LayoutTests/animations/resource-loading.html b/third_party/WebKit/LayoutTests/animations/stability/resource-loading.html
similarity index 74%
rename from third_party/WebKit/LayoutTests/animations/resource-loading.html
rename to third_party/WebKit/LayoutTests/animations/stability/resource-loading.html
index 39c7c311e8a7b4cc9b1f1b17989c315b60819dbf..56f5d13fe47da4f56685607973c6d37d2bf9f446 100644
--- a/third_party/WebKit/LayoutTests/animations/resource-loading.html
+++ b/third_party/WebKit/LayoutTests/animations/stability/resource-loading.html
@@ -9,8 +9,8 @@
This test passes if it does not crash. Newly referenced resources in the Web Animations api should be resolved in the style building stage.
<script>
target.animate([
- {backgroundImage: 'url(../animations/resources/blue-100.png)', color: 'blue'},
- {backgroundImage: 'url(../animations/resources/green-100.png)', color: 'green'},
+ {backgroundImage: 'url(../../animations/resources/blue-100.png)', color: 'blue'},
+ {backgroundImage: 'url(../../animations/resources/green-100.png)', color: 'green'},
], {duration: 1, fill: 'forwards'});
if (window.testRunner) {
testRunner.dumpAsText();

Powered by Google App Engine
This is Rietveld 408576698