diff options
author | Richard Worth <rdworth@gmail.com> | 2008-06-07 20:12:36 +0000 |
---|---|---|
committer | Richard Worth <rdworth@gmail.com> | 2008-06-07 20:12:36 +0000 |
commit | 030ca01d4dd76ba7785fb084f238f2627dbcf732 (patch) | |
tree | 7cbda5fcf22774c7bff376c62edddca88ade0fb4 /tests | |
parent | e2d2ed1eb0334b125d59f0f549ea312501ef2720 (diff) | |
download | jquery-ui-030ca01d4dd76ba7785fb084f238f2627dbcf732.tar.gz jquery-ui-030ca01d4dd76ba7785fb084f238f2627dbcf732.zip |
tests - single quotes to double quotes
Diffstat (limited to 'tests')
-rw-r--r-- | tests/accordion.html | 2 | ||||
-rw-r--r-- | tests/all.html | 12 | ||||
-rw-r--r-- | tests/draggable.html | 4 | ||||
-rw-r--r-- | tests/resizable.html | 4 | ||||
-rw-r--r-- | tests/slider.html | 6 |
5 files changed, 14 insertions, 14 deletions
diff --git a/tests/accordion.html b/tests/accordion.html index 94526808e..194b130b2 100644 --- a/tests/accordion.html +++ b/tests/accordion.html @@ -34,7 +34,7 @@ <div id="main" style="position:absolute;top:-2000000px;"> <fieldset> - <legend>Standard, container is a div, header is h3 and content p</legend> + <legend>Standard, container is a div, header is h3 and content p</legend> <div id="list1"> <a>There is one obvious advantage:</a> diff --git a/tests/all.html b/tests/all.html index 256996b7f..b83b30fe2 100644 --- a/tests/all.html +++ b/tests/all.html @@ -51,16 +51,16 @@ <div id="main" style="position:absolute;top:-2000000px;"> - <div id='draggable1' style="background: green; width: 200px; height: 100px;">Relative</div> - <div id='draggable2' style="background: green; width: 200px; height: 100px; position: absolute; top: 10px; left: 10px;"><span>Absolute</span></div> + <div id="draggable1" style="background: green; width: 200px; height: 100px;">Relative</div> + <div id="draggable2" style="background: green; width: 200px; height: 100px; position: absolute; top: 10px; left: 10px;"><span>Absolute</span></div> - <div id='slider1'></div> - <div id='slider3' style="position: relative; margin: 40px; width: 217px; height: 28px; background: url(http://developer.yahoo.com/yui/examples/slider/assets/bg-fader.gif) no-repeat scroll 5px 0px;"> - <div class='ui-slider-handle' style='position: absolute; height: 21px; left: 0px; bottom: 0px; width: 17px; background-image: url(http://developer.yahoo.com/yui/examples/slider/assets/thumb-n.gif);'></div> + <div id="slider1"></div> + <div id="slider3" style="position: relative; margin: 40px; width: 217px; height: 28px; background: url(http://developer.yahoo.com/yui/examples/slider/assets/bg-fader.gif) no-repeat scroll 5px 0px;"> + <div class="ui-slider-handle" style="position: absolute; height: 21px; left: 0px; bottom: 0px; width: 17px; background-image: url(http://developer.yahoo.com/yui/examples/slider/assets/thumb-n.gif);"></div> </div> <fieldset> - <legend>Standard, container is a div, header is h3 and content p</legend> + <legend>Standard, container is a div, header is h3 and content p</legend> <div id="list1"> <a>There is one obvious advantage:</a> diff --git a/tests/draggable.html b/tests/draggable.html index 03cc97f94..1c8069b41 100644 --- a/tests/draggable.html +++ b/tests/draggable.html @@ -32,8 +32,8 @@ <ol id="tests"></ol> <div id="main" style="border: 1px solid black; padding: 10px; margin: 10px;"> - <div id='draggable1' style="background: green; width: 200px; height: 100px;">Relative</div> - <div id='draggable2' style="background: green; width: 200px; height: 100px; position: absolute; top: 10px; left: 10px;"><span>Absolute</span></div> + <div id="draggable1" style="background: green; width: 200px; height: 100px;">Relative</div> + <div id="draggable2" style="background: green; width: 200px; height: 100px; position: absolute; top: 10px; left: 10px;"><span>Absolute</span></div> </div> </body> diff --git a/tests/resizable.html b/tests/resizable.html index b2f43cefc..90b0720d6 100644 --- a/tests/resizable.html +++ b/tests/resizable.html @@ -32,8 +32,8 @@ <ol id="tests"></ol> <div id="main" style="border: 1px solid black; padding: 10px; margin: 10px;"> - <div id='resizable1' style="background: green; width: 100px; height: 100px;">I'm a resizable.</div> - <img src="images/test.jpg" id='resizable2' style="width: 100px; height: 100px;"/> + <div id="resizable1" style="background: green; width: 100px; height: 100px;">I'm a resizable.</div> + <img src="images/test.jpg" id="resizable2" style="width: 100px; height: 100px;"/> </div> </body> diff --git a/tests/slider.html b/tests/slider.html index 56865bd60..4b0008c60 100644 --- a/tests/slider.html +++ b/tests/slider.html @@ -32,9 +32,9 @@ <ol id="tests"></ol> <div id="main" style="position:absolute;top:-20000px"> - <div id='slider1'></div> - <div id='slider3' style="position: relative; margin: 40px; width: 217px; height: 28px; background: url(http://developer.yahoo.com/yui/examples/slider/assets/bg-fader.gif) no-repeat scroll 5px 0px;"> - <div class='ui-slider-handle' style='position: absolute; height: 21px; left: 0px; bottom: 0px; width: 17px; background-image: url(http://developer.yahoo.com/yui/examples/slider/assets/thumb-n.gif);'></div> + <div id="slider1"></div> + <div id="slider3" style="position: relative; margin: 40px; width: 217px; height: 28px; background: url(http://developer.yahoo.com/yui/examples/slider/assets/bg-fader.gif) no-repeat scroll 5px 0px;"> + <div class="ui-slider-handle" style="position: absolute; height: 21px; left: 0px; bottom: 0px; width: 17px; background-image: url(http://developer.yahoo.com/yui/examples/slider/assets/thumb-n.gif);"></div> </div> </div> |