diff options
-rw-r--r-- | tests/visual/selectmenu/compatibility.html | 8 | ||||
-rw-r--r-- | tests/visual/selectmenu/empty.html | 6 |
2 files changed, 7 insertions, 7 deletions
diff --git a/tests/visual/selectmenu/compatibility.html b/tests/visual/selectmenu/compatibility.html index d73950772..1bf80b4c7 100644 --- a/tests/visual/selectmenu/compatibility.html +++ b/tests/visual/selectmenu/compatibility.html @@ -141,8 +141,8 @@ <div id="tabs-2"> <form action="#"> <fieldset> - <label for="speed">Select a speed:</label> - <select name="speed" id="speed"> + <label for="speed1">Select a speed:</label> + <select name="speed1" id="speed1"> <option value="Slower">Slower</option> <option value="Slow">Slow</option> <option value="Medium" selected="selected">Medium</option> @@ -163,8 +163,8 @@ <p><a href="#nogo">Test Link</a></p> <form action="#"> <fieldset> - <label for="speed">Select a speed:</label> - <select name="speed" id="speed"> + <label for="speed2">Select a speed:</label> + <select name="speed2" id="speed2"> <option value="Slower">Slower</option> <option value="Slow">Slow</option> <option value="Medium" selected="selected">Medium</option> diff --git a/tests/visual/selectmenu/empty.html b/tests/visual/selectmenu/empty.html index 55827c1ec..9b8d36dfc 100644 --- a/tests/visual/selectmenu/empty.html +++ b/tests/visual/selectmenu/empty.html @@ -29,11 +29,11 @@ <form action="#"> <fieldset> - <label for="speed">Select a speed:</label> - <select name="speed" id="speed"></select> + <label for="speed1">Select a speed:</label> + <select name="speed1" id="speed1"></select> <label for="speed2">Select a speed:</label> - <select name="speed2" id="speed"> + <select name="speed2" id="speed2"> <option value=""></option> </select> <br /> |