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

Unified Diff: LayoutTests/fast/dom/exception-in-binding.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/dom/exception-in-binding.html
diff --git a/LayoutTests/fast/dom/exception-in-binding.html b/LayoutTests/fast/dom/exception-in-binding.html
index 4be8bc83f79658d96efe77bb073dcdfb386429e9..8efc252da429a0c0ac500a7b983b81a898535753 100644
--- a/LayoutTests/fast/dom/exception-in-binding.html
+++ b/LayoutTests/fast/dom/exception-in-binding.html
@@ -2,7 +2,7 @@
<html>
<head>
<meta charset="utf-8">
- <script src="../js/resources/js-test-pre.js"></script>
+ <script src="../../resources/js-test.js"></script>
<script>
description("Tests to ensure that attributes are not set when an exceptions is raised while converting argument to JSValue.");
function setName(select) {
@@ -47,6 +47,6 @@
<option value="value3">Value 3</option>
</select>
<p id="description"></p>
- <script src="../js/resources/js-test-pre.js"></script>
+ <script src="../../resources/js-test.js"></script>
</body>
</html>

Powered by Google App Engine
This is Rietveld 408576698