aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott González <scott.gonzalez@gmail.com>2013-03-07 13:15:16 -0500
committerScott González <scott.gonzalez@gmail.com>2013-03-07 13:15:16 -0500
commit5b2da7c127aa1afd9852063b6e4701ec6607e941 (patch)
tree65e1570cfc7344b07728a807bbd8096dc4d5b52a
parentb9be6bb7ad107fd48b28e31df972b2037c47c2cb (diff)
downloadjquery-ui-5b2da7c127aa1afd9852063b6e4701ec6607e941.tar.gz
jquery-ui-5b2da7c127aa1afd9852063b6e4701ec6607e941.zip
Sortable tests: Added alt attributes to images.
-rw-r--r--tests/unit/sortable/sortable.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/unit/sortable/sortable.html b/tests/unit/sortable/sortable.html
index 5e21a49da..7db14d482 100644
--- a/tests/unit/sortable/sortable.html
+++ b/tests/unit/sortable/sortable.html
@@ -85,10 +85,10 @@
</table>
<div id="sortable-images">
- <img src="../images/jqueryui_32x32.png">
- <img src="../images/jqueryui_32x32.png">
- <img src="../images/jqueryui_32x32.png">
- <img src="../images/jqueryui_32x32.png">
+ <img src="../images/jqueryui_32x32.png" alt="">
+ <img src="../images/jqueryui_32x32.png" alt="">
+ <img src="../images/jqueryui_32x32.png" alt="">
+ <img src="../images/jqueryui_32x32.png" alt="">
</div>
</div>