| 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>
|
|
|