| Index: LayoutTests/fast/forms/radionodelist-image-type.html
|
| diff --git a/LayoutTests/fast/forms/radionodelist-image-type.html b/LayoutTests/fast/forms/radionodelist-image-type.html
|
| index 31ec6961a538a5c3841c39c1059302c34892fe54..862a3549bd84cc4048516985d33342570b1fb1a8 100644
|
| --- a/LayoutTests/fast/forms/radionodelist-image-type.html
|
| +++ b/LayoutTests/fast/forms/radionodelist-image-type.html
|
| @@ -6,7 +6,7 @@
|
| <input type="text" name="someName" value="secondItem" checked>
|
| <input type="text" name="someName" value="thirdItem" checked>
|
| </form>
|
| -<script src="../js/resources/js-test-pre.js"></script>
|
| +<script src="../../resources/js-test.js"></script>
|
| <script>
|
|
|
| description("RadioNodeList should respond to type attribute change.");
|
|
|