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

Unified Diff: third_party/WebKit/LayoutTests/animations/responsive/interpolation/resources/responsive-test.js

Issue 2973013002: Group all responsive animation tests together (Closed)
Patch Set: Rebase 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/responsive/interpolation/resources/responsive-test.js
diff --git a/third_party/WebKit/LayoutTests/animations/responsive/resources/responsive-test.js b/third_party/WebKit/LayoutTests/animations/responsive/interpolation/resources/responsive-test.js
similarity index 98%
rename from third_party/WebKit/LayoutTests/animations/responsive/resources/responsive-test.js
rename to third_party/WebKit/LayoutTests/animations/responsive/interpolation/resources/responsive-test.js
index 2c47f6312c480da5183413d84e186f4a0a463b34..118268b0766a04034956362700d0cfe3fb92c14b 100644
--- a/third_party/WebKit/LayoutTests/animations/responsive/resources/responsive-test.js
+++ b/third_party/WebKit/LayoutTests/animations/responsive/interpolation/resources/responsive-test.js
@@ -281,8 +281,8 @@ function loadScript(url) {
});
}
-loadScript('../../resources/testharness.js').then(() => {
- return loadScript('../../resources/testharnessreport.js');
+loadScript('../../../resources/testharness.js').then(() => {
+ return loadScript('../../../resources/testharnessreport.js');
}).then(() => {
var asyncHandle = async_test('This test uses responsive-test.js.')
runPendingResponsiveTests().then(() => {

Powered by Google App Engine
This is Rietveld 408576698