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

Unified Diff: LayoutTests/fast/storage/serialized-script-value.html

Issue 14120003: Move LayoutTests from platform/chromium/... to generic location (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 8 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: LayoutTests/fast/storage/serialized-script-value.html
diff --git a/LayoutTests/platform/chromium/fast/storage/serialized-script-value.html b/LayoutTests/fast/storage/serialized-script-value.html
similarity index 96%
rename from LayoutTests/platform/chromium/fast/storage/serialized-script-value.html
rename to LayoutTests/fast/storage/serialized-script-value.html
index ce85213d2e6cfa152df9e9f506bc0b087ea0ad23..374fe5df65c4d7b9ef94aec762c375f51b65339d 100644
--- a/LayoutTests/platform/chromium/fast/storage/serialized-script-value.html
+++ b/LayoutTests/fast/storage/serialized-script-value.html
@@ -1,7 +1,7 @@
<html>
<head>
- <script src="../../../../fast/js/resources/js-test-pre.js"></script>
- <script src="../../../../fast/storage/resources/serialized-script-value.js"></script>
+ <script src="../js/resources/js-test-pre.js"></script>
+ <script src="../storage/resources/serialized-script-value.js"></script>
</head>
<body>
<script>
@@ -148,6 +148,6 @@ testSerialization(arrayObject,
testSerialization(function(){}, [], null, DOMException.DATA_CLONE_ERR);
</script>
- <script src="../../../../fast/js/resources/js-test-post.js"></script>
+ <script src="../js/resources/js-test-post.js"></script>
</body>
</html>

Powered by Google App Engine
This is Rietveld 408576698