]> source.dussan.org Git - jquery-ui.git/commitdiff
Selectmenu: Fix whitespace in visual test
authorJörn Zaefferer <joern.zaefferer@gmail.com>
Fri, 21 Feb 2014 18:49:09 +0000 (19:49 +0100)
committerJörn Zaefferer <joern.zaefferer@gmail.com>
Fri, 21 Feb 2014 18:49:09 +0000 (19:49 +0100)
tests/visual/selectmenu/selectmenu.html

index e6041ea678a82236c64e751ff95972d89a5c778d..1c8c757087d96fa17fc49c4328f365bc36b8dc74 100644 (file)
 
                /* empty */
                $(".empty select").selectmenu();
-               
+
                /* width */
                $("#width_auto1, #width_auto2").selectmenu();
-               
+
                $("#width_js1, #width_js2").selectmenu({
                        width: 200
                });
-               
+
                var widthMenu = $("#width_menu").selectmenu();
                widthMenu.selectmenu("menuWidget").addClass("width-menu");
-               
+
        });
        </script>
        <style>
                select { width: 200px; }
 
                .ui-selectmenu-button  { display: block; margin-bottom: 1em;}
-               
+
                /* width */
                .width-menu { width: 196px; }
        </style>
                        <option>Width test 2</option>
                        <option>Width test 3 Width test 3 Width test 3</option>
                </select>
-               
+
                <label for="width_js1">Width set by JS</label>
                <select name="width_js1" id="width_js1">
                        <option>Width test 1</option>
                        <option>Width test 1</option>
                        <option>Width test 2</option>
                        <option>Width test 3 Width test 3 Width test 3</option>
-               </select>               
+               </select>
 
                <label for="width_menu">Width set by JS with long option</label>
                <select name="width_menu" id="width_menu">
                        <option>Width test 1</option>
                        <option>Width test 2</option>
                        <option>Width test 3 Width test 3 Width test 3</option>
-               </select>               
+               </select>
        </fieldset>
 </form>