<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -65,7 +65,7 @@
 			&lt;input type=&quot;text&quot; id=&quot;name&quot; name=&quot;name&quot; value=&quot;name&quot; /&gt;
 			&lt;input type=&quot;search&quot; id=&quot;search&quot; name=&quot;search&quot; value=&quot;search&quot; /&gt;
 			
-			&lt;button id=&quot;button&quot; name=&quot;button&quot;&gt;Button&lt;/button&gt;
+			&lt;button id=&quot;button&quot; name=&quot;button&quot; type=&quot;button&quot;&gt;Button&lt;/button&gt;
 			
 			&lt;textarea id=&quot;area1&quot; maxlength=&quot;30&quot;&gt;foobar&lt;/textarea&gt;
 			
@@ -197,7 +197,7 @@ Z&lt;/textarea&gt;
 		&lt;/div&gt;
 	&lt;/div&gt;
 	&lt;/dl&gt;
-	&lt;div id=&quot;fx-test-group&quot; style=&quot;width:1px;height:1px;overflow:hidden;&quot;&gt;
+	&lt;div id=&quot;fx-test-group&quot; style=&quot;position:absolute;width:1px;height:1px;overflow:hidden;&quot;&gt;
 		&lt;div id=&quot;fx-queue&quot; name=&quot;test&quot;&gt;
 			&lt;div id=&quot;fadein&quot; class='chain test' name='div'&gt;fadeIn&lt;div&gt;fadeIn&lt;/div&gt;&lt;/div&gt;
 			&lt;div id=&quot;fadeout&quot; class='chain test out'&gt;fadeOut&lt;div&gt;fadeOut&lt;/div&gt;&lt;/div&gt;</diff>
      <filename>test/index.html</filename>
    </modified>
    <modified>
      <diff>@@ -7,7 +7,7 @@
  * Dual licensed under the MIT (MIT-LICENSE.txt)
  * and GPL (GPL-LICENSE.txt) licenses.
  *
- * $Id: testrunner.js 6173 2009-02-02 20:09:32Z jeresig $
+ * $Id: testrunner.js 6343 2009-05-06 15:09:22Z joern.zaefferer $
  */
 
 (function($) {
@@ -256,6 +256,16 @@ $.extend(window, {
 });
 
 $(window).load(function() {
+	
+	if (!$(&quot;#header, #banner, #userAgent, #tests&quot;).length) {
+		$('body').prepend(
+			'&lt;h1 id=&quot;header&quot;&gt;' + document.title + '&lt;/h1&gt;' +
+			'&lt;h2 id=&quot;banner&quot;&gt;&lt;/h2&gt;' +
+			'&lt;h2 id=&quot;userAgent&quot;&gt;&lt;/h2&gt;' +
+			'&lt;ol id=&quot;tests&quot;&gt;&lt;/ol&gt;'
+		);
+	}
+	
 	$('#userAgent').html(navigator.userAgent);
 	var head = $('&lt;div class=&quot;testrunner-toolbar&quot;&gt;&lt;label for=&quot;filter-pass&quot;&gt;Hide passed tests&lt;/label&gt;&lt;/div&gt;').insertAfter(&quot;#userAgent&quot;);
 	$('&lt;input type=&quot;checkbox&quot; id=&quot;filter-pass&quot; /&gt;').attr(&quot;disabled&quot;, true).prependTo(head).click(function() {
@@ -362,7 +372,7 @@ function diff( clean, dirty ){
 
 function test(name, callback) {
 	if(config.currentModule)
-		name = config.currentModule + &quot; module: &quot; + name;
+		name = config.currentModule + &quot; module: &lt;span&gt;&quot; + name + &quot;&lt;/span&gt;&quot;;
 	var lifecycle = $.extend({
 		setup: function() {},
 		teardown: function() {}</diff>
      <filename>test/qunit/testrunner.js</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>e422b5975c50d09011c15713c66e9bbb54a30bfb</id>
    </parent>
  </parents>
  <author>
    <name>John Resig</name>
    <email>jeresig@gmail.com</email>
  </author>
  <url>http://github.com/jeresig/sizzle/commit/1fdd3c54b25e5fdacbf39ccc80d2b001971c7025</url>
  <id>1fdd3c54b25e5fdacbf39ccc80d2b001971c7025</id>
  <committed-date>2009-05-20T15:00:38-07:00</committed-date>
  <authored-date>2009-05-20T15:00:38-07:00</authored-date>
  <message>Bringing some test suite changes back from jQuery.</message>
  <tree>82c10934f800c4c8d386071e32a28306586b559f</tree>
  <committer>
    <name>John Resig</name>
    <email>jeresig@gmail.com</email>
  </committer>
</commit>
