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

Unified Diff: LayoutTests/fast/repaint/fixed-right-in-page-scale.html

Issue 58533003: Move fast/js/resources files to resources. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 1 month 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/repaint/fixed-right-in-page-scale.html
diff --git a/LayoutTests/fast/repaint/fixed-right-in-page-scale.html b/LayoutTests/fast/repaint/fixed-right-in-page-scale.html
index 9f2a76378d834e42aee95ea550e1c8f743d4eb65..3829971ac68a800da0f3338b8bcb030dd299a1b4 100644
--- a/LayoutTests/fast/repaint/fixed-right-in-page-scale.html
+++ b/LayoutTests/fast/repaint/fixed-right-in-page-scale.html
@@ -25,7 +25,7 @@
scroll();
}
</script>
- <script src="../js/resources/js-test-pre.js"></script>
+ <script src="../../resources/js-test.js"></script>
</head>
<body style="height:2000px; width: 2000px; margin:0px;" onload="test();">
<div style="position: fixed; top: -100px; right: 100px; z-index: 1">

Powered by Google App Engine
This is Rietveld 408576698