Skip to content

Commit

Permalink
tests - single quotes to double quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
rdworth committed Jun 7, 2008
1 parent e2d2ed1 commit 030ca01
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion tests/accordion.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ <h2 id="userAgent"></h2>
<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>
Expand Down
12 changes: 6 additions & 6 deletions tests/all.html
Original file line number Diff line number Diff line change
Expand Up @@ -51,16 +51,16 @@ <h4>Run individual testsuites or doubleclick a test below</h4>

<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>
Expand Down
4 changes: 2 additions & 2 deletions tests/draggable.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ <h2 id="userAgent"></h2>
<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>
Expand Down
4 changes: 2 additions & 2 deletions tests/resizable.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ <h2 id="userAgent"></h2>
<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>
Expand Down
6 changes: 3 additions & 3 deletions tests/slider.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ <h2 id="userAgent"></h2>
<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>

Expand Down

0 comments on commit 030ca01

Please sign in to comment.