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

Unified Diff: LayoutTests/fast/events/rtl-scrollbar.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/events/rtl-scrollbar.html
diff --git a/LayoutTests/platform/chromium/fast/events/rtl-scrollbar.html b/LayoutTests/fast/events/rtl-scrollbar.html
similarity index 87%
rename from LayoutTests/platform/chromium/fast/events/rtl-scrollbar.html
rename to LayoutTests/fast/events/rtl-scrollbar.html
index f9af3a61568d824bb747c5699e1ba56dbce3d8d1..8cdd971aa6e3a6565f2ea0087a2f37f34c951ba4 100644
--- a/LayoutTests/platform/chromium/fast/events/rtl-scrollbar.html
+++ b/LayoutTests/fast/events/rtl-scrollbar.html
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<head>
-<script src="../../../../fast/js/resources/js-test-pre.js"></script>
+<script src="../js/resources/js-test-pre.js"></script>
</head>
<body style="margin:0">
<div id="overflow" dir="rtl" style="border:2px solid black;overflow:auto;height:400px;width:400px; position:absolute;">
@@ -33,6 +33,6 @@ function finished()
var successfullyParsed = true;
</script>
-<script src="../../../../fast/js/resources/js-test-post.js"></script>
+<script src="../js/resources/js-test-post.js"></script>
</body>
</html>
« no previous file with comments | « LayoutTests/fast/events/popup-forwarded-gesture-expected.txt ('k') | LayoutTests/fast/events/rtl-scrollbar-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698