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

Unified Diff: third_party/WebKit/LayoutTests/web-animations-api/startTime.html

Issue 2643483004: Fix missed renames from renaming LayoutTests/imported/ -> LayoutTests/external/ (Closed)
Patch Set: Created 3 years, 11 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/web-animations-api/startTime.html
diff --git a/third_party/WebKit/LayoutTests/web-animations-api/startTime.html b/third_party/WebKit/LayoutTests/web-animations-api/startTime.html
index cd8404166e8d7cbaff79234551ff8f431f16eda0..588d0245aeb54a9c671d4c2680371f072d4a5c14 100644
--- a/third_party/WebKit/LayoutTests/web-animations-api/startTime.html
+++ b/third_party/WebKit/LayoutTests/web-animations-api/startTime.html
@@ -4,10 +4,10 @@
<link rel="help" href="https://w3c.github.io/web-animations/#dom-animation-starttime">
<script src="../resources/testharness.js"></script>
<script src="../resources/testharnessreport.js"></script>
-<script src="../imported/wpt/web-animations/testcommon.js"></script>
+<script src="../external/wpt/web-animations/testcommon.js"></script>
<link rel="stylesheet" href="../resources/testharness.css">
<body>
-<div>This test is a copy of LayoutTests/imported/wpt/web-animations/interfaces/Animation/startTime.html. Make sure to upstream this to the w3c test suite as it contains an added test that would fit well there.</div>
+<div>This test is a copy of LayoutTests/external/wpt/web-animations/interfaces/Animation/startTime.html. Make sure to upstream this to the w3c test suite as it contains an added test that would fit well there.</div>
<div id="log"></div>
<script>
'use strict';

Powered by Google App Engine
This is Rietveld 408576698