diff options
author | Richard Worth <rdworth@gmail.com> | 2009-01-24 11:51:12 +0000 |
---|---|---|
committer | Richard Worth <rdworth@gmail.com> | 2009-01-24 11:51:12 +0000 |
commit | 9d0f4279ae6f600d3d6077a7863a8d3dcc6056d1 (patch) | |
tree | af1667f889aa88af382fa87596dfbea6509a883b /tests/visual/selectable | |
parent | 2a49054ffe38594502c8faf8cea72bf1f3d3d22f (diff) | |
download | jquery-ui-9d0f4279ae6f600d3d6077a7863a8d3dcc6056d1.tar.gz jquery-ui-9d0f4279ae6f600d3d6077a7863a8d3dcc6056d1.zip |
tests static: Added default tests
Diffstat (limited to 'tests/visual/selectable')
-rw-r--r-- | tests/visual/selectable/default.html | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/tests/visual/selectable/default.html b/tests/visual/selectable/default.html index 97ab9a5e4..e33884ca1 100644 --- a/tests/visual/selectable/default.html +++ b/tests/visual/selectable/default.html @@ -17,15 +17,9 @@ <body>
<div id="selectable">
- <div>1</div>
- <div>2</div>
- <div>3</div>
- <div>4</div>
- <div>5</div>
- <div>6</div>
- <div>7</div>
- <div>8</div>
- <div>9</div>
+ <div>First</div>
+ <div>Second</div>
+ <div>Third</div>
</div>
</body>
|