You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by jw...@apache.org on 2014/07/08 21:12:47 UTC

svn commit: r1608901 [26/42] - in /myfaces/trinidad/trunk/trinidad-impl/src: main/java/org/apache/myfaces/trinidadinternal/renderkit/core/xhtml/ test/resources/org/apache/myfaces/trinidadinternal/renderkit/golden/

Modified: myfaces/trinidad/trunk/trinidad-impl/src/test/resources/org/apache/myfaces/trinidadinternal/renderkit/golden/rowLayout-minimalInacc-golden.xml
URL: http://svn.apache.org/viewvc/myfaces/trinidad/trunk/trinidad-impl/src/test/resources/org/apache/myfaces/trinidadinternal/renderkit/golden/rowLayout-minimalInacc-golden.xml?rev=1608901&r1=1608900&r2=1608901&view=diff
==============================================================================
--- myfaces/trinidad/trunk/trinidad-impl/src/test/resources/org/apache/myfaces/trinidadinternal/renderkit/golden/rowLayout-minimalInacc-golden.xml (original)
+++ myfaces/trinidad/trunk/trinidad-impl/src/test/resources/org/apache/myfaces/trinidadinternal/renderkit/golden/rowLayout-minimalInacc-golden.xml Tue Jul  8 19:12:41 2014
@@ -1,574 +1,598 @@
-<results>
-      <table
-           border="0"
-           cellpadding="0"
-           cellspacing="0"
-           id="mainId"
-          >
-        
-        <tr
-            >
-          
-          <td
-               align="center"
-              >
-            Row 1
-          </td>
-          <td
-              >
-            Row 2
-          </td>
-        </tr>
-      </table>
-<!--AttributeTest[halign,right]-->
-
-      <table
-           align="right"
-           border="0"
-           cellpadding="0"
-           cellspacing="0"
-           id="mainId"
-          >
-        
-        <tr
-            >
-          
-          <td
-               align="center"
-              >
-            Row 1
-          </td>
-          <td
-              >
-            Row 2
-          </td>
-        </tr>
-      </table>
-<!--AttributeTest[halign,start]-->
-
-      <table
-           align="left"
-           border="0"
-           cellpadding="0"
-           cellspacing="0"
-           id="mainId"
-          >
-        
-        <tr
-            >
-          
-          <td
-               align="center"
-              >
-            Row 1
-          </td>
-          <td
-              >
-            Row 2
-          </td>
-        </tr>
-      </table>
-<!--AttributeTest[halign,left]-->
-
-      <table
-           align="left"
-           border="0"
-           cellpadding="0"
-           cellspacing="0"
-           id="mainId"
-          >
-        
-        <tr
-            >
-          
-          <td
-               align="center"
-              >
-            Row 1
-          </td>
-          <td
-              >
-            Row 2
-          </td>
-        </tr>
-      </table>
-<!--AttributeTest[halign,end]-->
-
-      <table
-           align="right"
-           border="0"
-           cellpadding="0"
-           cellspacing="0"
-           id="mainId"
-          >
-        
-        <tr
-            >
-          
-          <td
-               align="center"
-              >
-            Row 1
-          </td>
-          <td
-              >
-            Row 2
-          </td>
-        </tr>
-      </table>
-<!--AttributeTest[halign,center]-->
-
-      <table
-           align="center"
-           border="0"
-           cellpadding="0"
-           cellspacing="0"
-           id="mainId"
-          >
-        
-        <tr
-            >
-          
-          <td
-               align="center"
-              >
-            Row 1
-          </td>
-          <td
-              >
-            Row 2
-          </td>
-        </tr>
-      </table>
-<!--AttributeTest[valign,middle]-->
-
-      <table
-           border="0"
-           cellpadding="0"
-           cellspacing="0"
-           id="mainId"
-           valign="middle"
-          >
-        
-        <tr
-            >
-          
-          <td
-               align="center"
-              >
-            Row 1
-          </td>
-          <td
-              >
-            Row 2
-          </td>
-        </tr>
-      </table>
-<!--AttributeTest[valign,top]-->
-
-      <table
-           border="0"
-           cellpadding="0"
-           cellspacing="0"
-           id="mainId"
-           valign="top"
-          >
-        
-        <tr
-            >
-          
-          <td
-               align="center"
-              >
-            Row 1
-          </td>
-          <td
-              >
-            Row 2
-          </td>
-        </tr>
-      </table>
-<!--AttributeTest[valign,bottom]-->
-
-      <table
-           border="0"
-           cellpadding="0"
-           cellspacing="0"
-           id="mainId"
-           valign="bottom"
-          >
-        
-        <tr
-            >
-          
-          <td
-               align="center"
-              >
-            Row 1
-          </td>
-          <td
-              >
-            Row 2
-          </td>
-        </tr>
-      </table>
-<!--AttributeTest[width,75%]-->
-
-      <table
-           border="0"
-           cellpadding="0"
-           cellspacing="0"
-           id="mainId"
-           width="75%"
-          >
-        
-        <tr
-            >
-          
-          <td
-               align="center"
-              >
-            Row 1
-          </td>
-          <td
-              >
-            Row 2
-          </td>
-        </tr>
-      </table>
-<!--AttributeTest[id,myRowId]-->
-
-      <table
-           border="0"
-           cellpadding="0"
-           cellspacing="0"
-           id="myRowId"
-          >
-        
-        <tr
-            >
-          
-          <td
-               align="center"
-              >
-            Row 1
-          </td>
-          <td
-              >
-            Row 2
-          </td>
-        </tr>
-      </table>
-<!--AttributeTest[inlineStyle,background-color:blue]-->
-
-      <table
-           border="0"
-           cellpadding="0"
-           cellspacing="0"
-           id="mainId"
-           style="background-color:blue"
-          >
-        
-        <tr
-            >
-          
-          <td
-               align="center"
-              >
-            Row 1
-          </td>
-          <td
-              >
-            Row 2
-          </td>
-        </tr>
-      </table>
-<!--AttributeTest[shortDesc,myShortDesc]-->
-
-      <table
-           border="0"
-           cellpadding="0"
-           cellspacing="0"
-           id="mainId"
-           title="myShortDesc"
-          >
-        
-        <tr
-            >
-          
-          <td
-               align="center"
-              >
-            Row 1
-          </td>
-          <td
-              >
-            Row 2
-          </td>
-        </tr>
-      </table>
-<!--AttributeTest[styleClass,myStyle]-->
-
-      <table
-           border="0"
-           cellpadding="0"
-           cellspacing="0"
-           class="myStyle"
-           id="mainId"
-          >
-        
-        <tr
-            >
-          
-          <td
-               align="center"
-              >
-            Row 1
-          </td>
-          <td
-              >
-            Row 2
-          </td>
-        </tr>
-      </table>
-<!--AttributeTest[onclick,null]-->
-
-      <table
-           border="0"
-           cellpadding="0"
-           cellspacing="0"
-           id="mainId"
-           onclick="test-onclick"
-          >
-        
-        <tr
-            >
-          
-          <td
-               align="center"
-              >
-            Row 1
-          </td>
-          <td
-              >
-            Row 2
-          </td>
-        </tr>
-      </table>
-<!--AttributeTest[ondblclick,null]-->
-
-      <table
-           border="0"
-           cellpadding="0"
-           cellspacing="0"
-           id="mainId"
-           ondblclick="test-ondblclick"
-          >
-        
-        <tr
-            >
-          
-          <td
-               align="center"
-              >
-            Row 1
-          </td>
-          <td
-              >
-            Row 2
-          </td>
-        </tr>
-      </table>
-<!--AttributeTest[onkeydown,null]-->
-
-      <table
-           border="0"
-           cellpadding="0"
-           cellspacing="0"
-           id="mainId"
-           onkeydown="test-onkeydown"
-          >
-        
-        <tr
-            >
-          
-          <td
-               align="center"
-              >
-            Row 1
-          </td>
-          <td
-              >
-            Row 2
-          </td>
-        </tr>
-      </table>
-<!--AttributeTest[onkeypress,null]-->
-
-      <table
-           border="0"
-           cellpadding="0"
-           cellspacing="0"
-           id="mainId"
-           onkeypress="test-onkeypress"
-          >
-        
-        <tr
-            >
-          
-          <td
-               align="center"
-              >
-            Row 1
-          </td>
-          <td
-              >
-            Row 2
-          </td>
-        </tr>
-      </table>
-<!--AttributeTest[onkeyup,null]-->
-
-      <table
-           border="0"
-           cellpadding="0"
-           cellspacing="0"
-           id="mainId"
-           onkeyup="test-onkeyup"
-          >
-        
-        <tr
-            >
-          
-          <td
-               align="center"
-              >
-            Row 1
-          </td>
-          <td
-              >
-            Row 2
-          </td>
-        </tr>
-      </table>
-<!--AttributeTest[onmousedown,null]-->
-
-      <table
-           border="0"
-           cellpadding="0"
-           cellspacing="0"
-           id="mainId"
-           onmousedown="test-onmousedown"
-          >
-        
-        <tr
-            >
-          
-          <td
-               align="center"
-              >
-            Row 1
-          </td>
-          <td
-              >
-            Row 2
-          </td>
-        </tr>
-      </table>
-<!--AttributeTest[onmousemove,null]-->
-
-      <table
-           border="0"
-           cellpadding="0"
-           cellspacing="0"
-           id="mainId"
-           onmousemove="test-onmousemove"
-          >
-        
-        <tr
-            >
-          
-          <td
-               align="center"
-              >
-            Row 1
-          </td>
-          <td
-              >
-            Row 2
-          </td>
-        </tr>
-      </table>
-<!--AttributeTest[onmouseout,null]-->
-
-      <table
-           border="0"
-           cellpadding="0"
-           cellspacing="0"
-           id="mainId"
-           onmouseout="test-onmouseout"
-          >
-        
-        <tr
-            >
-          
-          <td
-               align="center"
-              >
-            Row 1
-          </td>
-          <td
-              >
-            Row 2
-          </td>
-        </tr>
-      </table>
-<!--AttributeTest[onmouseover,null]-->
-
-      <table
-           border="0"
-           cellpadding="0"
-           cellspacing="0"
-           id="mainId"
-           onmouseover="test-onmouseover"
-          >
-        
-        <tr
-            >
-          
-          <td
-               align="center"
-              >
-            Row 1
-          </td>
-          <td
-              >
-            Row 2
-          </td>
-        </tr>
-      </table>
-<!--AttributeTest[onmouseup,null]-->
-
-      <table
-           border="0"
-           cellpadding="0"
-           cellspacing="0"
-           id="mainId"
-           onmouseup="test-onmouseup"
-          >
-        
-        <tr
-            >
-          
-          <td
-               align="center"
-              >
-            Row 1
-          </td>
-          <td
-              >
-            Row 2
-          </td>
-        </tr>
-      </table>
-</results>
+<results>
+      <table
+           border="0"
+           cellpadding="0"
+           cellspacing="0"
+           id="mainId"
+           role="presentation"
+          >
+        
+        <tr
+            >
+          
+          <td
+               align="center"
+              >
+            Row 1
+          </td>
+          <td
+              >
+            Row 2
+          </td>
+        </tr>
+      </table>
+<!--AttributeTest[halign,right]-->
+
+      <table
+           align="right"
+           border="0"
+           cellpadding="0"
+           cellspacing="0"
+           id="mainId"
+           role="presentation"
+          >
+        
+        <tr
+            >
+          
+          <td
+               align="center"
+              >
+            Row 1
+          </td>
+          <td
+              >
+            Row 2
+          </td>
+        </tr>
+      </table>
+<!--AttributeTest[halign,start]-->
+
+      <table
+           align="left"
+           border="0"
+           cellpadding="0"
+           cellspacing="0"
+           id="mainId"
+           role="presentation"
+          >
+        
+        <tr
+            >
+          
+          <td
+               align="center"
+              >
+            Row 1
+          </td>
+          <td
+              >
+            Row 2
+          </td>
+        </tr>
+      </table>
+<!--AttributeTest[halign,left]-->
+
+      <table
+           align="left"
+           border="0"
+           cellpadding="0"
+           cellspacing="0"
+           id="mainId"
+           role="presentation"
+          >
+        
+        <tr
+            >
+          
+          <td
+               align="center"
+              >
+            Row 1
+          </td>
+          <td
+              >
+            Row 2
+          </td>
+        </tr>
+      </table>
+<!--AttributeTest[halign,end]-->
+
+      <table
+           align="right"
+           border="0"
+           cellpadding="0"
+           cellspacing="0"
+           id="mainId"
+           role="presentation"
+          >
+        
+        <tr
+            >
+          
+          <td
+               align="center"
+              >
+            Row 1
+          </td>
+          <td
+              >
+            Row 2
+          </td>
+        </tr>
+      </table>
+<!--AttributeTest[halign,center]-->
+
+      <table
+           align="center"
+           border="0"
+           cellpadding="0"
+           cellspacing="0"
+           id="mainId"
+           role="presentation"
+          >
+        
+        <tr
+            >
+          
+          <td
+               align="center"
+              >
+            Row 1
+          </td>
+          <td
+              >
+            Row 2
+          </td>
+        </tr>
+      </table>
+<!--AttributeTest[valign,middle]-->
+
+      <table
+           border="0"
+           cellpadding="0"
+           cellspacing="0"
+           id="mainId"
+           role="presentation"
+           valign="middle"
+          >
+        
+        <tr
+            >
+          
+          <td
+               align="center"
+              >
+            Row 1
+          </td>
+          <td
+              >
+            Row 2
+          </td>
+        </tr>
+      </table>
+<!--AttributeTest[valign,top]-->
+
+      <table
+           border="0"
+           cellpadding="0"
+           cellspacing="0"
+           id="mainId"
+           role="presentation"
+           valign="top"
+          >
+        
+        <tr
+            >
+          
+          <td
+               align="center"
+              >
+            Row 1
+          </td>
+          <td
+              >
+            Row 2
+          </td>
+        </tr>
+      </table>
+<!--AttributeTest[valign,bottom]-->
+
+      <table
+           border="0"
+           cellpadding="0"
+           cellspacing="0"
+           id="mainId"
+           role="presentation"
+           valign="bottom"
+          >
+        
+        <tr
+            >
+          
+          <td
+               align="center"
+              >
+            Row 1
+          </td>
+          <td
+              >
+            Row 2
+          </td>
+        </tr>
+      </table>
+<!--AttributeTest[width,75%]-->
+
+      <table
+           border="0"
+           cellpadding="0"
+           cellspacing="0"
+           id="mainId"
+           role="presentation"
+           width="75%"
+          >
+        
+        <tr
+            >
+          
+          <td
+               align="center"
+              >
+            Row 1
+          </td>
+          <td
+              >
+            Row 2
+          </td>
+        </tr>
+      </table>
+<!--AttributeTest[id,myRowId]-->
+
+      <table
+           border="0"
+           cellpadding="0"
+           cellspacing="0"
+           id="myRowId"
+           role="presentation"
+          >
+        
+        <tr
+            >
+          
+          <td
+               align="center"
+              >
+            Row 1
+          </td>
+          <td
+              >
+            Row 2
+          </td>
+        </tr>
+      </table>
+<!--AttributeTest[inlineStyle,background-color:blue]-->
+
+      <table
+           border="0"
+           cellpadding="0"
+           cellspacing="0"
+           id="mainId"
+           role="presentation"
+           style="background-color:blue"
+          >
+        
+        <tr
+            >
+          
+          <td
+               align="center"
+              >
+            Row 1
+          </td>
+          <td
+              >
+            Row 2
+          </td>
+        </tr>
+      </table>
+<!--AttributeTest[shortDesc,myShortDesc]-->
+
+      <table
+           border="0"
+           cellpadding="0"
+           cellspacing="0"
+           id="mainId"
+           role="presentation"
+           title="myShortDesc"
+          >
+        
+        <tr
+            >
+          
+          <td
+               align="center"
+              >
+            Row 1
+          </td>
+          <td
+              >
+            Row 2
+          </td>
+        </tr>
+      </table>
+<!--AttributeTest[styleClass,myStyle]-->
+
+      <table
+           border="0"
+           cellpadding="0"
+           cellspacing="0"
+           class="myStyle"
+           id="mainId"
+           role="presentation"
+          >
+        
+        <tr
+            >
+          
+          <td
+               align="center"
+              >
+            Row 1
+          </td>
+          <td
+              >
+            Row 2
+          </td>
+        </tr>
+      </table>
+<!--AttributeTest[onclick,null]-->
+
+      <table
+           border="0"
+           cellpadding="0"
+           cellspacing="0"
+           id="mainId"
+           onclick="test-onclick"
+           role="presentation"
+          >
+        
+        <tr
+            >
+          
+          <td
+               align="center"
+              >
+            Row 1
+          </td>
+          <td
+              >
+            Row 2
+          </td>
+        </tr>
+      </table>
+<!--AttributeTest[ondblclick,null]-->
+
+      <table
+           border="0"
+           cellpadding="0"
+           cellspacing="0"
+           id="mainId"
+           ondblclick="test-ondblclick"
+           role="presentation"
+          >
+        
+        <tr
+            >
+          
+          <td
+               align="center"
+              >
+            Row 1
+          </td>
+          <td
+              >
+            Row 2
+          </td>
+        </tr>
+      </table>
+<!--AttributeTest[onkeydown,null]-->
+
+      <table
+           border="0"
+           cellpadding="0"
+           cellspacing="0"
+           id="mainId"
+           onkeydown="test-onkeydown"
+           role="presentation"
+          >
+        
+        <tr
+            >
+          
+          <td
+               align="center"
+              >
+            Row 1
+          </td>
+          <td
+              >
+            Row 2
+          </td>
+        </tr>
+      </table>
+<!--AttributeTest[onkeypress,null]-->
+
+      <table
+           border="0"
+           cellpadding="0"
+           cellspacing="0"
+           id="mainId"
+           onkeypress="test-onkeypress"
+           role="presentation"
+          >
+        
+        <tr
+            >
+          
+          <td
+               align="center"
+              >
+            Row 1
+          </td>
+          <td
+              >
+            Row 2
+          </td>
+        </tr>
+      </table>
+<!--AttributeTest[onkeyup,null]-->
+
+      <table
+           border="0"
+           cellpadding="0"
+           cellspacing="0"
+           id="mainId"
+           onkeyup="test-onkeyup"
+           role="presentation"
+          >
+        
+        <tr
+            >
+          
+          <td
+               align="center"
+              >
+            Row 1
+          </td>
+          <td
+              >
+            Row 2
+          </td>
+        </tr>
+      </table>
+<!--AttributeTest[onmousedown,null]-->
+
+      <table
+           border="0"
+           cellpadding="0"
+           cellspacing="0"
+           id="mainId"
+           onmousedown="test-onmousedown"
+           role="presentation"
+          >
+        
+        <tr
+            >
+          
+          <td
+               align="center"
+              >
+            Row 1
+          </td>
+          <td
+              >
+            Row 2
+          </td>
+        </tr>
+      </table>
+<!--AttributeTest[onmousemove,null]-->
+
+      <table
+           border="0"
+           cellpadding="0"
+           cellspacing="0"
+           id="mainId"
+           onmousemove="test-onmousemove"
+           role="presentation"
+          >
+        
+        <tr
+            >
+          
+          <td
+               align="center"
+              >
+            Row 1
+          </td>
+          <td
+              >
+            Row 2
+          </td>
+        </tr>
+      </table>
+<!--AttributeTest[onmouseout,null]-->
+
+      <table
+           border="0"
+           cellpadding="0"
+           cellspacing="0"
+           id="mainId"
+           onmouseout="test-onmouseout"
+           role="presentation"
+          >
+        
+        <tr
+            >
+          
+          <td
+               align="center"
+              >
+            Row 1
+          </td>
+          <td
+              >
+            Row 2
+          </td>
+        </tr>
+      </table>
+<!--AttributeTest[onmouseover,null]-->
+
+      <table
+           border="0"
+           cellpadding="0"
+           cellspacing="0"
+           id="mainId"
+           onmouseover="test-onmouseover"
+           role="presentation"
+          >
+        
+        <tr
+            >
+          
+          <td
+               align="center"
+              >
+            Row 1
+          </td>
+          <td
+              >
+            Row 2
+          </td>
+        </tr>
+      </table>
+<!--AttributeTest[onmouseup,null]-->
+
+      <table
+           border="0"
+           cellpadding="0"
+           cellspacing="0"
+           id="mainId"
+           onmouseup="test-onmouseup"
+           role="presentation"
+          >
+        
+        <tr
+            >
+          
+          <td
+               align="center"
+              >
+            Row 1
+          </td>
+          <td
+              >
+            Row 2
+          </td>
+        </tr>
+      </table>
+</results>

Modified: myfaces/trinidad/trunk/trinidad-impl/src/test/resources/org/apache/myfaces/trinidadinternal/renderkit/golden/rowLayout-minimalPPC-golden.xml
URL: http://svn.apache.org/viewvc/myfaces/trinidad/trunk/trinidad-impl/src/test/resources/org/apache/myfaces/trinidadinternal/renderkit/golden/rowLayout-minimalPPC-golden.xml?rev=1608901&r1=1608900&r2=1608901&view=diff
==============================================================================
--- myfaces/trinidad/trunk/trinidad-impl/src/test/resources/org/apache/myfaces/trinidadinternal/renderkit/golden/rowLayout-minimalPPC-golden.xml (original)
+++ myfaces/trinidad/trunk/trinidad-impl/src/test/resources/org/apache/myfaces/trinidadinternal/renderkit/golden/rowLayout-minimalPPC-golden.xml Tue Jul  8 19:12:41 2014
@@ -1,598 +1,622 @@
-<results>
-      <table
-           border="0"
-           cellpadding="0"
-           cellspacing="0"
-           id="mainId"
-           summary=""
-          >
-        
-        <tr
-            >
-          
-          <td
-               align="center"
-              >
-            Row 1
-          </td>
-          <td
-              >
-            Row 2
-          </td>
-        </tr>
-      </table>
-<!--AttributeTest[halign,right]-->
-
-      <table
-           align="right"
-           border="0"
-           cellpadding="0"
-           cellspacing="0"
-           id="mainId"
-           summary=""
-          >
-        
-        <tr
-            >
-          
-          <td
-               align="center"
-              >
-            Row 1
-          </td>
-          <td
-              >
-            Row 2
-          </td>
-        </tr>
-      </table>
-<!--AttributeTest[halign,start]-->
-
-      <table
-           align="left"
-           border="0"
-           cellpadding="0"
-           cellspacing="0"
-           id="mainId"
-           summary=""
-          >
-        
-        <tr
-            >
-          
-          <td
-               align="center"
-              >
-            Row 1
-          </td>
-          <td
-              >
-            Row 2
-          </td>
-        </tr>
-      </table>
-<!--AttributeTest[halign,left]-->
-
-      <table
-           align="left"
-           border="0"
-           cellpadding="0"
-           cellspacing="0"
-           id="mainId"
-           summary=""
-          >
-        
-        <tr
-            >
-          
-          <td
-               align="center"
-              >
-            Row 1
-          </td>
-          <td
-              >
-            Row 2
-          </td>
-        </tr>
-      </table>
-<!--AttributeTest[halign,end]-->
-
-      <table
-           align="right"
-           border="0"
-           cellpadding="0"
-           cellspacing="0"
-           id="mainId"
-           summary=""
-          >
-        
-        <tr
-            >
-          
-          <td
-               align="center"
-              >
-            Row 1
-          </td>
-          <td
-              >
-            Row 2
-          </td>
-        </tr>
-      </table>
-<!--AttributeTest[halign,center]-->
-
-      <table
-           align="center"
-           border="0"
-           cellpadding="0"
-           cellspacing="0"
-           id="mainId"
-           summary=""
-          >
-        
-        <tr
-            >
-          
-          <td
-               align="center"
-              >
-            Row 1
-          </td>
-          <td
-              >
-            Row 2
-          </td>
-        </tr>
-      </table>
-<!--AttributeTest[valign,middle]-->
-
-      <table
-           border="0"
-           cellpadding="0"
-           cellspacing="0"
-           id="mainId"
-           summary=""
-           valign="middle"
-          >
-        
-        <tr
-            >
-          
-          <td
-               align="center"
-              >
-            Row 1
-          </td>
-          <td
-              >
-            Row 2
-          </td>
-        </tr>
-      </table>
-<!--AttributeTest[valign,top]-->
-
-      <table
-           border="0"
-           cellpadding="0"
-           cellspacing="0"
-           id="mainId"
-           summary=""
-           valign="top"
-          >
-        
-        <tr
-            >
-          
-          <td
-               align="center"
-              >
-            Row 1
-          </td>
-          <td
-              >
-            Row 2
-          </td>
-        </tr>
-      </table>
-<!--AttributeTest[valign,bottom]-->
-
-      <table
-           border="0"
-           cellpadding="0"
-           cellspacing="0"
-           id="mainId"
-           summary=""
-           valign="bottom"
-          >
-        
-        <tr
-            >
-          
-          <td
-               align="center"
-              >
-            Row 1
-          </td>
-          <td
-              >
-            Row 2
-          </td>
-        </tr>
-      </table>
-<!--AttributeTest[width,75%]-->
-
-      <table
-           border="0"
-           cellpadding="0"
-           cellspacing="0"
-           id="mainId"
-           summary=""
-           width="75%"
-          >
-        
-        <tr
-            >
-          
-          <td
-               align="center"
-              >
-            Row 1
-          </td>
-          <td
-              >
-            Row 2
-          </td>
-        </tr>
-      </table>
-<!--AttributeTest[id,myRowId]-->
-
-      <table
-           border="0"
-           cellpadding="0"
-           cellspacing="0"
-           id="myRowId"
-           summary=""
-          >
-        
-        <tr
-            >
-          
-          <td
-               align="center"
-              >
-            Row 1
-          </td>
-          <td
-              >
-            Row 2
-          </td>
-        </tr>
-      </table>
-<!--AttributeTest[inlineStyle,background-color:blue]-->
-
-      <table
-           border="0"
-           cellpadding="0"
-           cellspacing="0"
-           id="mainId"
-           style="background-color:blue"
-           summary=""
-          >
-        
-        <tr
-            >
-          
-          <td
-               align="center"
-              >
-            Row 1
-          </td>
-          <td
-              >
-            Row 2
-          </td>
-        </tr>
-      </table>
-<!--AttributeTest[shortDesc,myShortDesc]-->
-
-      <table
-           border="0"
-           cellpadding="0"
-           cellspacing="0"
-           id="mainId"
-           summary=""
-           title="myShortDesc"
-          >
-        
-        <tr
-            >
-          
-          <td
-               align="center"
-              >
-            Row 1
-          </td>
-          <td
-              >
-            Row 2
-          </td>
-        </tr>
-      </table>
-<!--AttributeTest[styleClass,myStyle]-->
-
-      <table
-           border="0"
-           cellpadding="0"
-           cellspacing="0"
-           class="myStyle"
-           id="mainId"
-           summary=""
-          >
-        
-        <tr
-            >
-          
-          <td
-               align="center"
-              >
-            Row 1
-          </td>
-          <td
-              >
-            Row 2
-          </td>
-        </tr>
-      </table>
-<!--AttributeTest[onclick,null]-->
-
-      <table
-           border="0"
-           cellpadding="0"
-           cellspacing="0"
-           id="mainId"
-           onclick="test-onclick"
-           summary=""
-          >
-        
-        <tr
-            >
-          
-          <td
-               align="center"
-              >
-            Row 1
-          </td>
-          <td
-              >
-            Row 2
-          </td>
-        </tr>
-      </table>
-<!--AttributeTest[ondblclick,null]-->
-
-      <table
-           border="0"
-           cellpadding="0"
-           cellspacing="0"
-           id="mainId"
-           ondblclick="test-ondblclick"
-           summary=""
-          >
-        
-        <tr
-            >
-          
-          <td
-               align="center"
-              >
-            Row 1
-          </td>
-          <td
-              >
-            Row 2
-          </td>
-        </tr>
-      </table>
-<!--AttributeTest[onkeydown,null]-->
-
-      <table
-           border="0"
-           cellpadding="0"
-           cellspacing="0"
-           id="mainId"
-           onkeydown="test-onkeydown"
-           summary=""
-          >
-        
-        <tr
-            >
-          
-          <td
-               align="center"
-              >
-            Row 1
-          </td>
-          <td
-              >
-            Row 2
-          </td>
-        </tr>
-      </table>
-<!--AttributeTest[onkeypress,null]-->
-
-      <table
-           border="0"
-           cellpadding="0"
-           cellspacing="0"
-           id="mainId"
-           onkeypress="test-onkeypress"
-           summary=""
-          >
-        
-        <tr
-            >
-          
-          <td
-               align="center"
-              >
-            Row 1
-          </td>
-          <td
-              >
-            Row 2
-          </td>
-        </tr>
-      </table>
-<!--AttributeTest[onkeyup,null]-->
-
-      <table
-           border="0"
-           cellpadding="0"
-           cellspacing="0"
-           id="mainId"
-           onkeyup="test-onkeyup"
-           summary=""
-          >
-        
-        <tr
-            >
-          
-          <td
-               align="center"
-              >
-            Row 1
-          </td>
-          <td
-              >
-            Row 2
-          </td>
-        </tr>
-      </table>
-<!--AttributeTest[onmousedown,null]-->
-
-      <table
-           border="0"
-           cellpadding="0"
-           cellspacing="0"
-           id="mainId"
-           onmousedown="test-onmousedown"
-           summary=""
-          >
-        
-        <tr
-            >
-          
-          <td
-               align="center"
-              >
-            Row 1
-          </td>
-          <td
-              >
-            Row 2
-          </td>
-        </tr>
-      </table>
-<!--AttributeTest[onmousemove,null]-->
-
-      <table
-           border="0"
-           cellpadding="0"
-           cellspacing="0"
-           id="mainId"
-           onmousemove="test-onmousemove"
-           summary=""
-          >
-        
-        <tr
-            >
-          
-          <td
-               align="center"
-              >
-            Row 1
-          </td>
-          <td
-              >
-            Row 2
-          </td>
-        </tr>
-      </table>
-<!--AttributeTest[onmouseout,null]-->
-
-      <table
-           border="0"
-           cellpadding="0"
-           cellspacing="0"
-           id="mainId"
-           onmouseout="test-onmouseout"
-           summary=""
-          >
-        
-        <tr
-            >
-          
-          <td
-               align="center"
-              >
-            Row 1
-          </td>
-          <td
-              >
-            Row 2
-          </td>
-        </tr>
-      </table>
-<!--AttributeTest[onmouseover,null]-->
-
-      <table
-           border="0"
-           cellpadding="0"
-           cellspacing="0"
-           id="mainId"
-           onmouseover="test-onmouseover"
-           summary=""
-          >
-        
-        <tr
-            >
-          
-          <td
-               align="center"
-              >
-            Row 1
-          </td>
-          <td
-              >
-            Row 2
-          </td>
-        </tr>
-      </table>
-<!--AttributeTest[onmouseup,null]-->
-
-      <table
-           border="0"
-           cellpadding="0"
-           cellspacing="0"
-           id="mainId"
-           onmouseup="test-onmouseup"
-           summary=""
-          >
-        
-        <tr
-            >
-          
-          <td
-               align="center"
-              >
-            Row 1
-          </td>
-          <td
-              >
-            Row 2
-          </td>
-        </tr>
-      </table>
-</results>
+<results>
+      <table
+           border="0"
+           cellpadding="0"
+           cellspacing="0"
+           id="mainId"
+           role="presentation"
+           summary=""
+          >
+        
+        <tr
+            >
+          
+          <td
+               align="center"
+              >
+            Row 1
+          </td>
+          <td
+              >
+            Row 2
+          </td>
+        </tr>
+      </table>
+<!--AttributeTest[halign,right]-->
+
+      <table
+           align="right"
+           border="0"
+           cellpadding="0"
+           cellspacing="0"
+           id="mainId"
+           role="presentation"
+           summary=""
+          >
+        
+        <tr
+            >
+          
+          <td
+               align="center"
+              >
+            Row 1
+          </td>
+          <td
+              >
+            Row 2
+          </td>
+        </tr>
+      </table>
+<!--AttributeTest[halign,start]-->
+
+      <table
+           align="left"
+           border="0"
+           cellpadding="0"
+           cellspacing="0"
+           id="mainId"
+           role="presentation"
+           summary=""
+          >
+        
+        <tr
+            >
+          
+          <td
+               align="center"
+              >
+            Row 1
+          </td>
+          <td
+              >
+            Row 2
+          </td>
+        </tr>
+      </table>
+<!--AttributeTest[halign,left]-->
+
+      <table
+           align="left"
+           border="0"
+           cellpadding="0"
+           cellspacing="0"
+           id="mainId"
+           role="presentation"
+           summary=""
+          >
+        
+        <tr
+            >
+          
+          <td
+               align="center"
+              >
+            Row 1
+          </td>
+          <td
+              >
+            Row 2
+          </td>
+        </tr>
+      </table>
+<!--AttributeTest[halign,end]-->
+
+      <table
+           align="right"
+           border="0"
+           cellpadding="0"
+           cellspacing="0"
+           id="mainId"
+           role="presentation"
+           summary=""
+          >
+        
+        <tr
+            >
+          
+          <td
+               align="center"
+              >
+            Row 1
+          </td>
+          <td
+              >
+            Row 2
+          </td>
+        </tr>
+      </table>
+<!--AttributeTest[halign,center]-->
+
+      <table
+           align="center"
+           border="0"
+           cellpadding="0"
+           cellspacing="0"
+           id="mainId"
+           role="presentation"
+           summary=""
+          >
+        
+        <tr
+            >
+          
+          <td
+               align="center"
+              >
+            Row 1
+          </td>
+          <td
+              >
+            Row 2
+          </td>
+        </tr>
+      </table>
+<!--AttributeTest[valign,middle]-->
+
+      <table
+           border="0"
+           cellpadding="0"
+           cellspacing="0"
+           id="mainId"
+           role="presentation"
+           summary=""
+           valign="middle"
+          >
+        
+        <tr
+            >
+          
+          <td
+               align="center"
+              >
+            Row 1
+          </td>
+          <td
+              >
+            Row 2
+          </td>
+        </tr>
+      </table>
+<!--AttributeTest[valign,top]-->
+
+      <table
+           border="0"
+           cellpadding="0"
+           cellspacing="0"
+           id="mainId"
+           role="presentation"
+           summary=""
+           valign="top"
+          >
+        
+        <tr
+            >
+          
+          <td
+               align="center"
+              >
+            Row 1
+          </td>
+          <td
+              >
+            Row 2
+          </td>
+        </tr>
+      </table>
+<!--AttributeTest[valign,bottom]-->
+
+      <table
+           border="0"
+           cellpadding="0"
+           cellspacing="0"
+           id="mainId"
+           role="presentation"
+           summary=""
+           valign="bottom"
+          >
+        
+        <tr
+            >
+          
+          <td
+               align="center"
+              >
+            Row 1
+          </td>
+          <td
+              >
+            Row 2
+          </td>
+        </tr>
+      </table>
+<!--AttributeTest[width,75%]-->
+
+      <table
+           border="0"
+           cellpadding="0"
+           cellspacing="0"
+           id="mainId"
+           role="presentation"
+           summary=""
+           width="75%"
+          >
+        
+        <tr
+            >
+          
+          <td
+               align="center"
+              >
+            Row 1
+          </td>
+          <td
+              >
+            Row 2
+          </td>
+        </tr>
+      </table>
+<!--AttributeTest[id,myRowId]-->
+
+      <table
+           border="0"
+           cellpadding="0"
+           cellspacing="0"
+           id="myRowId"
+           role="presentation"
+           summary=""
+          >
+        
+        <tr
+            >
+          
+          <td
+               align="center"
+              >
+            Row 1
+          </td>
+          <td
+              >
+            Row 2
+          </td>
+        </tr>
+      </table>
+<!--AttributeTest[inlineStyle,background-color:blue]-->
+
+      <table
+           border="0"
+           cellpadding="0"
+           cellspacing="0"
+           id="mainId"
+           role="presentation"
+           style="background-color:blue"
+           summary=""
+          >
+        
+        <tr
+            >
+          
+          <td
+               align="center"
+              >
+            Row 1
+          </td>
+          <td
+              >
+            Row 2
+          </td>
+        </tr>
+      </table>
+<!--AttributeTest[shortDesc,myShortDesc]-->
+
+      <table
+           border="0"
+           cellpadding="0"
+           cellspacing="0"
+           id="mainId"
+           role="presentation"
+           summary=""
+           title="myShortDesc"
+          >
+        
+        <tr
+            >
+          
+          <td
+               align="center"
+              >
+            Row 1
+          </td>
+          <td
+              >
+            Row 2
+          </td>
+        </tr>
+      </table>
+<!--AttributeTest[styleClass,myStyle]-->
+
+      <table
+           border="0"
+           cellpadding="0"
+           cellspacing="0"
+           class="myStyle"
+           id="mainId"
+           role="presentation"
+           summary=""
+          >
+        
+        <tr
+            >
+          
+          <td
+               align="center"
+              >
+            Row 1
+          </td>
+          <td
+              >
+            Row 2
+          </td>
+        </tr>
+      </table>
+<!--AttributeTest[onclick,null]-->
+
+      <table
+           border="0"
+           cellpadding="0"
+           cellspacing="0"
+           id="mainId"
+           onclick="test-onclick"
+           role="presentation"
+           summary=""
+          >
+        
+        <tr
+            >
+          
+          <td
+               align="center"
+              >
+            Row 1
+          </td>
+          <td
+              >
+            Row 2
+          </td>
+        </tr>
+      </table>
+<!--AttributeTest[ondblclick,null]-->
+
+      <table
+           border="0"
+           cellpadding="0"
+           cellspacing="0"
+           id="mainId"
+           ondblclick="test-ondblclick"
+           role="presentation"
+           summary=""
+          >
+        
+        <tr
+            >
+          
+          <td
+               align="center"
+              >
+            Row 1
+          </td>
+          <td
+              >
+            Row 2
+          </td>
+        </tr>
+      </table>
+<!--AttributeTest[onkeydown,null]-->
+
+      <table
+           border="0"
+           cellpadding="0"
+           cellspacing="0"
+           id="mainId"
+           onkeydown="test-onkeydown"
+           role="presentation"
+           summary=""
+          >
+        
+        <tr
+            >
+          
+          <td
+               align="center"
+              >
+            Row 1
+          </td>
+          <td
+              >
+            Row 2
+          </td>
+        </tr>
+      </table>
+<!--AttributeTest[onkeypress,null]-->
+
+      <table
+           border="0"
+           cellpadding="0"
+           cellspacing="0"
+           id="mainId"
+           onkeypress="test-onkeypress"
+           role="presentation"
+           summary=""
+          >
+        
+        <tr
+            >
+          
+          <td
+               align="center"
+              >
+            Row 1
+          </td>
+          <td
+              >
+            Row 2
+          </td>
+        </tr>
+      </table>
+<!--AttributeTest[onkeyup,null]-->
+
+      <table
+           border="0"
+           cellpadding="0"
+           cellspacing="0"
+           id="mainId"
+           onkeyup="test-onkeyup"
+           role="presentation"
+           summary=""
+          >
+        
+        <tr
+            >
+          
+          <td
+               align="center"
+              >
+            Row 1
+          </td>
+          <td
+              >
+            Row 2
+          </td>
+        </tr>
+      </table>
+<!--AttributeTest[onmousedown,null]-->
+
+      <table
+           border="0"
+           cellpadding="0"
+           cellspacing="0"
+           id="mainId"
+           onmousedown="test-onmousedown"
+           role="presentation"
+           summary=""
+          >
+        
+        <tr
+            >
+          
+          <td
+               align="center"
+              >
+            Row 1
+          </td>
+          <td
+              >
+            Row 2
+          </td>
+        </tr>
+      </table>
+<!--AttributeTest[onmousemove,null]-->
+
+      <table
+           border="0"
+           cellpadding="0"
+           cellspacing="0"
+           id="mainId"
+           onmousemove="test-onmousemove"
+           role="presentation"
+           summary=""
+          >
+        
+        <tr
+            >
+          
+          <td
+               align="center"
+              >
+            Row 1
+          </td>
+          <td
+              >
+            Row 2
+          </td>
+        </tr>
+      </table>
+<!--AttributeTest[onmouseout,null]-->
+
+      <table
+           border="0"
+           cellpadding="0"
+           cellspacing="0"
+           id="mainId"
+           onmouseout="test-onmouseout"
+           role="presentation"
+           summary=""
+          >
+        
+        <tr
+            >
+          
+          <td
+               align="center"
+              >
+            Row 1
+          </td>
+          <td
+              >
+            Row 2
+          </td>
+        </tr>
+      </table>
+<!--AttributeTest[onmouseover,null]-->
+
+      <table
+           border="0"
+           cellpadding="0"
+           cellspacing="0"
+           id="mainId"
+           onmouseover="test-onmouseover"
+           role="presentation"
+           summary=""
+          >
+        
+        <tr
+            >
+          
+          <td
+               align="center"
+              >
+            Row 1
+          </td>
+          <td
+              >
+            Row 2
+          </td>
+        </tr>
+      </table>
+<!--AttributeTest[onmouseup,null]-->
+
+      <table
+           border="0"
+           cellpadding="0"
+           cellspacing="0"
+           id="mainId"
+           onmouseup="test-onmouseup"
+           role="presentation"
+           summary=""
+          >
+        
+        <tr
+            >
+          
+          <td
+               align="center"
+              >
+            Row 1
+          </td>
+          <td
+              >
+            Row 2
+          </td>
+        </tr>
+      </table>
+</results>

Modified: myfaces/trinidad/trunk/trinidad-impl/src/test/resources/org/apache/myfaces/trinidadinternal/renderkit/golden/rowLayout-minimalSaf-golden.xml
URL: http://svn.apache.org/viewvc/myfaces/trinidad/trunk/trinidad-impl/src/test/resources/org/apache/myfaces/trinidadinternal/renderkit/golden/rowLayout-minimalSaf-golden.xml?rev=1608901&r1=1608900&r2=1608901&view=diff
==============================================================================
--- myfaces/trinidad/trunk/trinidad-impl/src/test/resources/org/apache/myfaces/trinidadinternal/renderkit/golden/rowLayout-minimalSaf-golden.xml (original)
+++ myfaces/trinidad/trunk/trinidad-impl/src/test/resources/org/apache/myfaces/trinidadinternal/renderkit/golden/rowLayout-minimalSaf-golden.xml Tue Jul  8 19:12:41 2014
@@ -1,598 +1,622 @@
-<results>
-      <table
-           border="0"
-           cellpadding="0"
-           cellspacing="0"
-           id="mainId"
-           summary=""
-          >
-        
-        <tr
-            >
-          
-          <td
-               align="center"
-              >
-            Row 1
-          </td>
-          <td
-              >
-            Row 2
-          </td>
-        </tr>
-      </table>
-<!--AttributeTest[halign,right]-->
-
-      <table
-           align="right"
-           border="0"
-           cellpadding="0"
-           cellspacing="0"
-           id="mainId"
-           summary=""
-          >
-        
-        <tr
-            >
-          
-          <td
-               align="center"
-              >
-            Row 1
-          </td>
-          <td
-              >
-            Row 2
-          </td>
-        </tr>
-      </table>
-<!--AttributeTest[halign,start]-->
-
-      <table
-           align="left"
-           border="0"
-           cellpadding="0"
-           cellspacing="0"
-           id="mainId"
-           summary=""
-          >
-        
-        <tr
-            >
-          
-          <td
-               align="center"
-              >
-            Row 1
-          </td>
-          <td
-              >
-            Row 2
-          </td>
-        </tr>
-      </table>
-<!--AttributeTest[halign,left]-->
-
-      <table
-           align="left"
-           border="0"
-           cellpadding="0"
-           cellspacing="0"
-           id="mainId"
-           summary=""
-          >
-        
-        <tr
-            >
-          
-          <td
-               align="center"
-              >
-            Row 1
-          </td>
-          <td
-              >
-            Row 2
-          </td>
-        </tr>
-      </table>
-<!--AttributeTest[halign,end]-->
-
-      <table
-           align="right"
-           border="0"
-           cellpadding="0"
-           cellspacing="0"
-           id="mainId"
-           summary=""
-          >
-        
-        <tr
-            >
-          
-          <td
-               align="center"
-              >
-            Row 1
-          </td>
-          <td
-              >
-            Row 2
-          </td>
-        </tr>
-      </table>
-<!--AttributeTest[halign,center]-->
-
-      <table
-           align="center"
-           border="0"
-           cellpadding="0"
-           cellspacing="0"
-           id="mainId"
-           summary=""
-          >
-        
-        <tr
-            >
-          
-          <td
-               align="center"
-              >
-            Row 1
-          </td>
-          <td
-              >
-            Row 2
-          </td>
-        </tr>
-      </table>
-<!--AttributeTest[valign,middle]-->
-
-      <table
-           border="0"
-           cellpadding="0"
-           cellspacing="0"
-           id="mainId"
-           summary=""
-           valign="middle"
-          >
-        
-        <tr
-            >
-          
-          <td
-               align="center"
-              >
-            Row 1
-          </td>
-          <td
-              >
-            Row 2
-          </td>
-        </tr>
-      </table>
-<!--AttributeTest[valign,top]-->
-
-      <table
-           border="0"
-           cellpadding="0"
-           cellspacing="0"
-           id="mainId"
-           summary=""
-           valign="top"
-          >
-        
-        <tr
-            >
-          
-          <td
-               align="center"
-              >
-            Row 1
-          </td>
-          <td
-              >
-            Row 2
-          </td>
-        </tr>
-      </table>
-<!--AttributeTest[valign,bottom]-->
-
-      <table
-           border="0"
-           cellpadding="0"
-           cellspacing="0"
-           id="mainId"
-           summary=""
-           valign="bottom"
-          >
-        
-        <tr
-            >
-          
-          <td
-               align="center"
-              >
-            Row 1
-          </td>
-          <td
-              >
-            Row 2
-          </td>
-        </tr>
-      </table>
-<!--AttributeTest[width,75%]-->
-
-      <table
-           border="0"
-           cellpadding="0"
-           cellspacing="0"
-           id="mainId"
-           summary=""
-           width="75%"
-          >
-        
-        <tr
-            >
-          
-          <td
-               align="center"
-              >
-            Row 1
-          </td>
-          <td
-              >
-            Row 2
-          </td>
-        </tr>
-      </table>
-<!--AttributeTest[id,myRowId]-->
-
-      <table
-           border="0"
-           cellpadding="0"
-           cellspacing="0"
-           id="myRowId"
-           summary=""
-          >
-        
-        <tr
-            >
-          
-          <td
-               align="center"
-              >
-            Row 1
-          </td>
-          <td
-              >
-            Row 2
-          </td>
-        </tr>
-      </table>
-<!--AttributeTest[inlineStyle,background-color:blue]-->
-
-      <table
-           border="0"
-           cellpadding="0"
-           cellspacing="0"
-           id="mainId"
-           style="background-color:blue"
-           summary=""
-          >
-        
-        <tr
-            >
-          
-          <td
-               align="center"
-              >
-            Row 1
-          </td>
-          <td
-              >
-            Row 2
-          </td>
-        </tr>
-      </table>
-<!--AttributeTest[shortDesc,myShortDesc]-->
-
-      <table
-           border="0"
-           cellpadding="0"
-           cellspacing="0"
-           id="mainId"
-           summary=""
-           title="myShortDesc"
-          >
-        
-        <tr
-            >
-          
-          <td
-               align="center"
-              >
-            Row 1
-          </td>
-          <td
-              >
-            Row 2
-          </td>
-        </tr>
-      </table>
-<!--AttributeTest[styleClass,myStyle]-->
-
-      <table
-           border="0"
-           cellpadding="0"
-           cellspacing="0"
-           class="myStyle"
-           id="mainId"
-           summary=""
-          >
-        
-        <tr
-            >
-          
-          <td
-               align="center"
-              >
-            Row 1
-          </td>
-          <td
-              >
-            Row 2
-          </td>
-        </tr>
-      </table>
-<!--AttributeTest[onclick,null]-->
-
-      <table
-           border="0"
-           cellpadding="0"
-           cellspacing="0"
-           id="mainId"
-           onclick="test-onclick"
-           summary=""
-          >
-        
-        <tr
-            >
-          
-          <td
-               align="center"
-              >
-            Row 1
-          </td>
-          <td
-              >
-            Row 2
-          </td>
-        </tr>
-      </table>
-<!--AttributeTest[ondblclick,null]-->
-
-      <table
-           border="0"
-           cellpadding="0"
-           cellspacing="0"
-           id="mainId"
-           ondblclick="test-ondblclick"
-           summary=""
-          >
-        
-        <tr
-            >
-          
-          <td
-               align="center"
-              >
-            Row 1
-          </td>
-          <td
-              >
-            Row 2
-          </td>
-        </tr>
-      </table>
-<!--AttributeTest[onkeydown,null]-->
-
-      <table
-           border="0"
-           cellpadding="0"
-           cellspacing="0"
-           id="mainId"
-           onkeydown="test-onkeydown"
-           summary=""
-          >
-        
-        <tr
-            >
-          
-          <td
-               align="center"
-              >
-            Row 1
-          </td>
-          <td
-              >
-            Row 2
-          </td>
-        </tr>
-      </table>
-<!--AttributeTest[onkeypress,null]-->
-
-      <table
-           border="0"
-           cellpadding="0"
-           cellspacing="0"
-           id="mainId"
-           onkeypress="test-onkeypress"
-           summary=""
-          >
-        
-        <tr
-            >
-          
-          <td
-               align="center"
-              >
-            Row 1
-          </td>
-          <td
-              >
-            Row 2
-          </td>
-        </tr>
-      </table>
-<!--AttributeTest[onkeyup,null]-->
-
-      <table
-           border="0"
-           cellpadding="0"
-           cellspacing="0"
-           id="mainId"
-           onkeyup="test-onkeyup"
-           summary=""
-          >
-        
-        <tr
-            >
-          
-          <td
-               align="center"
-              >
-            Row 1
-          </td>
-          <td
-              >
-            Row 2
-          </td>
-        </tr>
-      </table>
-<!--AttributeTest[onmousedown,null]-->
-
-      <table
-           border="0"
-           cellpadding="0"
-           cellspacing="0"
-           id="mainId"
-           onmousedown="test-onmousedown"
-           summary=""
-          >
-        
-        <tr
-            >
-          
-          <td
-               align="center"
-              >
-            Row 1
-          </td>
-          <td
-              >
-            Row 2
-          </td>
-        </tr>
-      </table>
-<!--AttributeTest[onmousemove,null]-->
-
-      <table
-           border="0"
-           cellpadding="0"
-           cellspacing="0"
-           id="mainId"
-           onmousemove="test-onmousemove"
-           summary=""
-          >
-        
-        <tr
-            >
-          
-          <td
-               align="center"
-              >
-            Row 1
-          </td>
-          <td
-              >
-            Row 2
-          </td>
-        </tr>
-      </table>
-<!--AttributeTest[onmouseout,null]-->
-
-      <table
-           border="0"
-           cellpadding="0"
-           cellspacing="0"
-           id="mainId"
-           onmouseout="test-onmouseout"
-           summary=""
-          >
-        
-        <tr
-            >
-          
-          <td
-               align="center"
-              >
-            Row 1
-          </td>
-          <td
-              >
-            Row 2
-          </td>
-        </tr>
-      </table>
-<!--AttributeTest[onmouseover,null]-->
-
-      <table
-           border="0"
-           cellpadding="0"
-           cellspacing="0"
-           id="mainId"
-           onmouseover="test-onmouseover"
-           summary=""
-          >
-        
-        <tr
-            >
-          
-          <td
-               align="center"
-              >
-            Row 1
-          </td>
-          <td
-              >
-            Row 2
-          </td>
-        </tr>
-      </table>
-<!--AttributeTest[onmouseup,null]-->
-
-      <table
-           border="0"
-           cellpadding="0"
-           cellspacing="0"
-           id="mainId"
-           onmouseup="test-onmouseup"
-           summary=""
-          >
-        
-        <tr
-            >
-          
-          <td
-               align="center"
-              >
-            Row 1
-          </td>
-          <td
-              >
-            Row 2
-          </td>
-        </tr>
-      </table>
-</results>
+<results>
+      <table
+           border="0"
+           cellpadding="0"
+           cellspacing="0"
+           id="mainId"
+           role="presentation"
+           summary=""
+          >
+        
+        <tr
+            >
+          
+          <td
+               align="center"
+              >
+            Row 1
+          </td>
+          <td
+              >
+            Row 2
+          </td>
+        </tr>
+      </table>
+<!--AttributeTest[halign,right]-->
+
+      <table
+           align="right"
+           border="0"
+           cellpadding="0"
+           cellspacing="0"
+           id="mainId"
+           role="presentation"
+           summary=""
+          >
+        
+        <tr
+            >
+          
+          <td
+               align="center"
+              >
+            Row 1
+          </td>
+          <td
+              >
+            Row 2
+          </td>
+        </tr>
+      </table>
+<!--AttributeTest[halign,start]-->
+
+      <table
+           align="left"
+           border="0"
+           cellpadding="0"
+           cellspacing="0"
+           id="mainId"
+           role="presentation"
+           summary=""
+          >
+        
+        <tr
+            >
+          
+          <td
+               align="center"
+              >
+            Row 1
+          </td>
+          <td
+              >
+            Row 2
+          </td>
+        </tr>
+      </table>
+<!--AttributeTest[halign,left]-->
+
+      <table
+           align="left"
+           border="0"
+           cellpadding="0"
+           cellspacing="0"
+           id="mainId"
+           role="presentation"
+           summary=""
+          >
+        
+        <tr
+            >
+          
+          <td
+               align="center"
+              >
+            Row 1
+          </td>
+          <td
+              >
+            Row 2
+          </td>
+        </tr>
+      </table>
+<!--AttributeTest[halign,end]-->
+
+      <table
+           align="right"
+           border="0"
+           cellpadding="0"
+           cellspacing="0"
+           id="mainId"
+           role="presentation"
+           summary=""
+          >
+        
+        <tr
+            >
+          
+          <td
+               align="center"
+              >
+            Row 1
+          </td>
+          <td
+              >
+            Row 2
+          </td>
+        </tr>
+      </table>
+<!--AttributeTest[halign,center]-->
+
+      <table
+           align="center"
+           border="0"
+           cellpadding="0"
+           cellspacing="0"
+           id="mainId"
+           role="presentation"
+           summary=""
+          >
+        
+        <tr
+            >
+          
+          <td
+               align="center"
+              >
+            Row 1
+          </td>
+          <td
+              >
+            Row 2
+          </td>
+        </tr>
+      </table>
+<!--AttributeTest[valign,middle]-->
+
+      <table
+           border="0"
+           cellpadding="0"
+           cellspacing="0"
+           id="mainId"
+           role="presentation"
+           summary=""
+           valign="middle"
+          >
+        
+        <tr
+            >
+          
+          <td
+               align="center"
+              >
+            Row 1
+          </td>
+          <td
+              >
+            Row 2
+          </td>
+        </tr>
+      </table>
+<!--AttributeTest[valign,top]-->
+
+      <table
+           border="0"
+           cellpadding="0"
+           cellspacing="0"
+           id="mainId"
+           role="presentation"
+           summary=""
+           valign="top"
+          >
+        
+        <tr
+            >
+          
+          <td
+               align="center"
+              >
+            Row 1
+          </td>
+          <td
+              >
+            Row 2
+          </td>
+        </tr>
+      </table>
+<!--AttributeTest[valign,bottom]-->
+
+      <table
+           border="0"
+           cellpadding="0"
+           cellspacing="0"
+           id="mainId"
+           role="presentation"
+           summary=""
+           valign="bottom"
+          >
+        
+        <tr
+            >
+          
+          <td
+               align="center"
+              >
+            Row 1
+          </td>
+          <td
+              >
+            Row 2
+          </td>
+        </tr>
+      </table>
+<!--AttributeTest[width,75%]-->
+
+      <table
+           border="0"
+           cellpadding="0"
+           cellspacing="0"
+           id="mainId"
+           role="presentation"
+           summary=""
+           width="75%"
+          >
+        
+        <tr
+            >
+          
+          <td
+               align="center"
+              >
+            Row 1
+          </td>
+          <td
+              >
+            Row 2
+          </td>
+        </tr>
+      </table>
+<!--AttributeTest[id,myRowId]-->
+
+      <table
+           border="0"
+           cellpadding="0"
+           cellspacing="0"
+           id="myRowId"
+           role="presentation"
+           summary=""
+          >
+        
+        <tr
+            >
+          
+          <td
+               align="center"
+              >
+            Row 1
+          </td>
+          <td
+              >
+            Row 2
+          </td>
+        </tr>
+      </table>
+<!--AttributeTest[inlineStyle,background-color:blue]-->
+
+      <table
+           border="0"
+           cellpadding="0"
+           cellspacing="0"
+           id="mainId"
+           role="presentation"
+           style="background-color:blue"
+           summary=""
+          >
+        
+        <tr
+            >
+          
+          <td
+               align="center"
+              >
+            Row 1
+          </td>
+          <td
+              >
+            Row 2
+          </td>
+        </tr>
+      </table>
+<!--AttributeTest[shortDesc,myShortDesc]-->
+
+      <table
+           border="0"
+           cellpadding="0"
+           cellspacing="0"
+           id="mainId"
+           role="presentation"
+           summary=""
+           title="myShortDesc"
+          >
+        
+        <tr
+            >
+          
+          <td
+               align="center"
+              >
+            Row 1
+          </td>
+          <td
+              >
+            Row 2
+          </td>
+        </tr>
+      </table>
+<!--AttributeTest[styleClass,myStyle]-->
+
+      <table
+           border="0"
+           cellpadding="0"
+           cellspacing="0"
+           class="myStyle"
+           id="mainId"
+           role="presentation"
+           summary=""
+          >
+        
+        <tr
+            >
+          
+          <td
+               align="center"
+              >
+            Row 1
+          </td>
+          <td
+              >
+            Row 2
+          </td>
+        </tr>
+      </table>
+<!--AttributeTest[onclick,null]-->
+
+      <table
+           border="0"
+           cellpadding="0"
+           cellspacing="0"
+           id="mainId"
+           onclick="test-onclick"
+           role="presentation"
+           summary=""
+          >
+        
+        <tr
+            >
+          
+          <td
+               align="center"
+              >
+            Row 1
+          </td>
+          <td
+              >
+            Row 2
+          </td>
+        </tr>
+      </table>
+<!--AttributeTest[ondblclick,null]-->
+
+      <table
+           border="0"
+           cellpadding="0"
+           cellspacing="0"
+           id="mainId"
+           ondblclick="test-ondblclick"
+           role="presentation"
+           summary=""
+          >
+        
+        <tr
+            >
+          
+          <td
+               align="center"
+              >
+            Row 1
+          </td>
+          <td
+              >
+            Row 2
+          </td>
+        </tr>
+      </table>
+<!--AttributeTest[onkeydown,null]-->
+
+      <table
+           border="0"
+           cellpadding="0"
+           cellspacing="0"
+           id="mainId"
+           onkeydown="test-onkeydown"
+           role="presentation"
+           summary=""
+          >
+        
+        <tr
+            >
+          
+          <td
+               align="center"
+              >
+            Row 1
+          </td>
+          <td
+              >
+            Row 2
+          </td>
+        </tr>
+      </table>
+<!--AttributeTest[onkeypress,null]-->
+
+      <table
+           border="0"
+           cellpadding="0"
+           cellspacing="0"
+           id="mainId"
+           onkeypress="test-onkeypress"
+           role="presentation"
+           summary=""
+          >
+        
+        <tr
+            >
+          
+          <td
+               align="center"
+              >
+            Row 1
+          </td>
+          <td
+              >
+            Row 2
+          </td>
+        </tr>
+      </table>
+<!--AttributeTest[onkeyup,null]-->
+
+      <table
+           border="0"
+           cellpadding="0"
+           cellspacing="0"
+           id="mainId"
+           onkeyup="test-onkeyup"
+           role="presentation"
+           summary=""
+          >
+        
+        <tr
+            >
+          
+          <td
+               align="center"
+              >
+            Row 1
+          </td>
+          <td
+              >
+            Row 2
+          </td>
+        </tr>
+      </table>
+<!--AttributeTest[onmousedown,null]-->
+
+      <table
+           border="0"
+           cellpadding="0"
+           cellspacing="0"
+           id="mainId"
+           onmousedown="test-onmousedown"
+           role="presentation"
+           summary=""
+          >
+        
+        <tr
+            >
+          
+          <td
+               align="center"
+              >
+            Row 1
+          </td>
+          <td
+              >
+            Row 2
+          </td>
+        </tr>
+      </table>
+<!--AttributeTest[onmousemove,null]-->
+
+      <table
+           border="0"
+           cellpadding="0"
+           cellspacing="0"
+           id="mainId"
+           onmousemove="test-onmousemove"
+           role="presentation"
+           summary=""
+          >
+        
+        <tr
+            >
+          
+          <td
+               align="center"
+              >
+            Row 1
+          </td>
+          <td
+              >
+            Row 2
+          </td>
+        </tr>
+      </table>
+<!--AttributeTest[onmouseout,null]-->
+
+      <table
+           border="0"
+           cellpadding="0"
+           cellspacing="0"
+           id="mainId"
+           onmouseout="test-onmouseout"
+           role="presentation"
+           summary=""
+          >
+        
+        <tr
+            >
+          
+          <td
+               align="center"
+              >
+            Row 1
+          </td>
+          <td
+              >
+            Row 2
+          </td>
+        </tr>
+      </table>
+<!--AttributeTest[onmouseover,null]-->
+
+      <table
+           border="0"
+           cellpadding="0"
+           cellspacing="0"
+           id="mainId"
+           onmouseover="test-onmouseover"
+           role="presentation"
+           summary=""
+          >
+        
+        <tr
+            >
+          
+          <td
+               align="center"
+              >
+            Row 1
+          </td>
+          <td
+              >
+            Row 2
+          </td>
+        </tr>
+      </table>
+<!--AttributeTest[onmouseup,null]-->
+
+      <table
+           border="0"
+           cellpadding="0"
+           cellspacing="0"
+           id="mainId"
+           onmouseup="test-onmouseup"
+           role="presentation"
+           summary=""
+          >
+        
+        <tr
+            >
+          
+          <td
+               align="center"
+              >
+            Row 1
+          </td>
+          <td
+              >
+            Row 2
+          </td>
+        </tr>
+      </table>
+</results>

Modified: myfaces/trinidad/trunk/trinidad-impl/src/test/resources/org/apache/myfaces/trinidadinternal/renderkit/golden/selectBooleanCheckbox-minimal-golden.xml
URL: http://svn.apache.org/viewvc/myfaces/trinidad/trunk/trinidad-impl/src/test/resources/org/apache/myfaces/trinidadinternal/renderkit/golden/selectBooleanCheckbox-minimal-golden.xml?rev=1608901&r1=1608900&r2=1608901&view=diff
==============================================================================
--- myfaces/trinidad/trunk/trinidad-impl/src/test/resources/org/apache/myfaces/trinidadinternal/renderkit/golden/selectBooleanCheckbox-minimal-golden.xml (original)
+++ myfaces/trinidad/trunk/trinidad-impl/src/test/resources/org/apache/myfaces/trinidadinternal/renderkit/golden/selectBooleanCheckbox-minimal-golden.xml Tue Jul  8 19:12:41 2014
@@ -5,6 +5,7 @@
            cellspacing="0"
            class="af_selectBooleanCheckbox"
            id="mainId__xc_"
+           role="presentation"
            summary=""
           >
         
@@ -48,6 +49,7 @@
            cellspacing="0"
            class="af_selectBooleanCheckbox"
            id="mainId__xc_"
+           role="presentation"
            summary=""
           >
         
@@ -92,6 +94,7 @@
            cellspacing="0"
            class="af_selectBooleanCheckbox"
            id="mainId__xc_"
+           role="presentation"
            summary=""
           >
         
@@ -135,6 +138,7 @@
            cellspacing="0"
            class="af_selectBooleanCheckbox"
            id="mainId__xc_"
+           role="presentation"
            summary=""
           >
         
@@ -184,6 +188,7 @@
            cellspacing="0"
            class="af_selectBooleanCheckbox"
            id="mainId__xc_"
+           role="presentation"
            summary=""
           >
         
@@ -228,6 +233,7 @@
            cellspacing="0"
            class="af_selectBooleanCheckbox"
            id="mainId__xc_"
+           role="presentation"
            summary=""
           >
         
@@ -271,6 +277,7 @@
            cellspacing="0"
            class="af_selectBooleanCheckbox p_AFDisabled"
            id="mainId__xc_"
+           role="presentation"
            summary=""
           >
         
@@ -315,6 +322,7 @@
            cellspacing="0"
            class="af_selectBooleanCheckbox"
            id="mainId__xc_"
+           role="presentation"
            summary=""
           >
         
@@ -363,6 +371,7 @@
            cellspacing="0"
            class="af_selectBooleanCheckbox"
            id="mainId__xc_"
+           role="presentation"
            summary=""
           >
         
@@ -406,6 +415,7 @@
            cellspacing="0"
            class="af_selectBooleanCheckbox p_AFReadOnly"
            id="mainId__xc_"
+           role="presentation"
            summary=""
           >
         
@@ -451,6 +461,7 @@
            cellspacing="0"
            class="af_selectBooleanCheckbox"
            id="mainId__xc_"
+           role="presentation"
            summary=""
           >
         
@@ -494,6 +505,7 @@
            cellspacing="0"
            class="af_selectBooleanCheckbox p_AFRequired"
            id="mainId__xc_"
+           role="presentation"
            summary=""
           >
         
@@ -543,6 +555,7 @@
            cellspacing="0"
            class="af_selectBooleanCheckbox"
            id="mainId__xc_"
+           role="presentation"
            summary=""
           >
         
@@ -586,6 +599,7 @@
            cellspacing="0"
            class="af_selectBooleanCheckbox"
            id="mainId__xc_"
+           role="presentation"
            summary=""
           >
         
@@ -630,6 +644,7 @@
            cellspacing="0"
            class="af_selectBooleanCheckbox"
            id="mainId__xc_"
+           role="presentation"
            summary=""
           >
         
@@ -678,6 +693,7 @@
            cellspacing="0"
            class="test-styleClass af_selectBooleanCheckbox"
            id="mainId__xc_"
+           role="presentation"
            style="color:red"
            summary=""
           >
@@ -733,6 +749,7 @@
            cellspacing="0"
            class="af_selectBooleanCheckbox"
            id="mainId__xc_"
+           role="presentation"
            summary=""
           >
         
@@ -776,6 +793,7 @@
            cellspacing="0"
            class="af_selectBooleanCheckbox p_AFRequired"
            id="mainId__xc_"
+           role="presentation"
            summary=""
           >
         
@@ -825,6 +843,7 @@
            cellspacing="0"
            class="af_selectBooleanCheckbox"
            id="test-id__xc_"
+           role="presentation"
            summary=""
           >
         
@@ -868,6 +887,7 @@
            cellspacing="0"
            class="af_selectBooleanCheckbox"
            id="mainId__xc_"
+           role="presentation"
            summary=""
            title="test-shortDesc"
           >
@@ -919,6 +939,7 @@
            cellspacing="0"
            class="af_selectBooleanCheckbox"
            id="mainId__xc_"
+           role="presentation"
            summary=""
           >
         
@@ -963,6 +984,7 @@
            cellspacing="0"
            class="af_selectBooleanCheckbox"
            id="mainId__xc_"
+           role="presentation"
            summary=""
           >
         
@@ -1007,6 +1029,7 @@
            cellspacing="0"
            class="af_selectBooleanCheckbox"
            id="mainId__xc_"
+           role="presentation"
            summary=""
           >
         
@@ -1051,6 +1074,7 @@
            cellspacing="0"
            class="af_selectBooleanCheckbox"
            id="mainId__xc_"
+           role="presentation"
            summary=""
           >
         
@@ -1095,6 +1119,7 @@
            cellspacing="0"
            class="af_selectBooleanCheckbox"
            id="mainId__xc_"
+           role="presentation"
            summary=""
           >
         
@@ -1139,6 +1164,7 @@
            cellspacing="0"
            class="af_selectBooleanCheckbox"
            id="mainId__xc_"
+           role="presentation"
            summary=""
           >
         
@@ -1183,6 +1209,7 @@
            cellspacing="0"
            class="af_selectBooleanCheckbox"
            id="mainId__xc_"
+           role="presentation"
            summary=""
           >
         
@@ -1227,6 +1254,7 @@
            cellspacing="0"
            class="af_selectBooleanCheckbox"
            id="mainId__xc_"
+           role="presentation"
            summary=""
           >
         
@@ -1271,6 +1299,7 @@
            cellspacing="0"
            class="af_selectBooleanCheckbox"
            id="mainId__xc_"
+           role="presentation"
            summary=""
           >
         
@@ -1315,6 +1344,7 @@
            cellspacing="0"
            class="af_selectBooleanCheckbox"
            id="mainId__xc_"
+           role="presentation"
            summary=""
           >
         
@@ -1359,6 +1389,7 @@
            cellspacing="0"
            class="af_selectBooleanCheckbox"
            id="mainId__xc_"
+           role="presentation"
            summary=""
           >
         
@@ -1403,6 +1434,7 @@
            cellspacing="0"
            class="af_selectBooleanCheckbox"
            id="mainId__xc_"
+           role="presentation"
            summary=""
           >
         
@@ -1447,6 +1479,7 @@
            cellspacing="0"
            class="af_selectBooleanCheckbox"
            id="mainId__xc_"
+           role="presentation"
            summary=""
           >
         

Modified: myfaces/trinidad/trunk/trinidad-impl/src/test/resources/org/apache/myfaces/trinidadinternal/renderkit/golden/selectBooleanCheckbox-minimalIE-golden.xml
URL: http://svn.apache.org/viewvc/myfaces/trinidad/trunk/trinidad-impl/src/test/resources/org/apache/myfaces/trinidadinternal/renderkit/golden/selectBooleanCheckbox-minimalIE-golden.xml?rev=1608901&r1=1608900&r2=1608901&view=diff
==============================================================================
--- myfaces/trinidad/trunk/trinidad-impl/src/test/resources/org/apache/myfaces/trinidadinternal/renderkit/golden/selectBooleanCheckbox-minimalIE-golden.xml (original)
+++ myfaces/trinidad/trunk/trinidad-impl/src/test/resources/org/apache/myfaces/trinidadinternal/renderkit/golden/selectBooleanCheckbox-minimalIE-golden.xml Tue Jul  8 19:12:41 2014
@@ -5,6 +5,7 @@
            cellspacing="0"
            class="af_selectBooleanCheckbox"
            id="mainId__xc_"
+           role="presentation"
            summary=""
           >
         
@@ -48,6 +49,7 @@
            cellspacing="0"
            class="af_selectBooleanCheckbox"
            id="mainId__xc_"
+           role="presentation"
            summary=""
           >
         
@@ -92,6 +94,7 @@
            cellspacing="0"
            class="af_selectBooleanCheckbox"
            id="mainId__xc_"
+           role="presentation"
            summary=""
           >
         
@@ -135,6 +138,7 @@
            cellspacing="0"
            class="af_selectBooleanCheckbox"
            id="mainId__xc_"
+           role="presentation"
            summary=""
           >
         
@@ -184,6 +188,7 @@
            cellspacing="0"
            class="af_selectBooleanCheckbox"
            id="mainId__xc_"
+           role="presentation"
            summary=""
           >
         
@@ -228,6 +233,7 @@
            cellspacing="0"
            class="af_selectBooleanCheckbox"
            id="mainId__xc_"
+           role="presentation"
            summary=""
           >
         
@@ -271,6 +277,7 @@
            cellspacing="0"
            class="af_selectBooleanCheckbox p_AFDisabled"
            id="mainId__xc_"
+           role="presentation"
            summary=""
           >
         
@@ -315,6 +322,7 @@
            cellspacing="0"
            class="af_selectBooleanCheckbox"
            id="mainId__xc_"
+           role="presentation"
            summary=""
           >
         
@@ -363,6 +371,7 @@
            cellspacing="0"
            class="af_selectBooleanCheckbox"
            id="mainId__xc_"
+           role="presentation"
            summary=""
           >
         
@@ -406,6 +415,7 @@
            cellspacing="0"
            class="af_selectBooleanCheckbox p_AFReadOnly"
            id="mainId__xc_"
+           role="presentation"
            summary=""
           >
         
@@ -450,6 +460,7 @@
            cellspacing="0"
            class="af_selectBooleanCheckbox"
            id="mainId__xc_"
+           role="presentation"
            summary=""
           >
         
@@ -493,6 +504,7 @@
            cellspacing="0"
            class="af_selectBooleanCheckbox p_AFRequired"
            id="mainId__xc_"
+           role="presentation"
            summary=""
           >
         
@@ -542,6 +554,7 @@
            cellspacing="0"
            class="af_selectBooleanCheckbox"
            id="mainId__xc_"
+           role="presentation"
            summary=""
           >
         
@@ -585,6 +598,7 @@
            cellspacing="0"
            class="af_selectBooleanCheckbox"
            id="mainId__xc_"
+           role="presentation"
            summary=""
           >
         
@@ -629,6 +643,7 @@
            cellspacing="0"
            class="af_selectBooleanCheckbox"
            id="mainId__xc_"
+           role="presentation"
            summary=""
           >
         
@@ -677,6 +692,7 @@
            cellspacing="0"
            class="test-styleClass af_selectBooleanCheckbox"
            id="mainId__xc_"
+           role="presentation"
            style="color:red"
            summary=""
           >
@@ -732,6 +748,7 @@
            cellspacing="0"
            class="af_selectBooleanCheckbox"
            id="mainId__xc_"
+           role="presentation"
            summary=""
           >
         
@@ -775,6 +792,7 @@
            cellspacing="0"
            class="af_selectBooleanCheckbox p_AFRequired"
            id="mainId__xc_"
+           role="presentation"
            summary=""
           >
         
@@ -824,6 +842,7 @@
            cellspacing="0"
            class="af_selectBooleanCheckbox"
            id="test-id__xc_"
+           role="presentation"
            summary=""
           >
         
@@ -867,6 +886,7 @@
            cellspacing="0"
            class="af_selectBooleanCheckbox"
            id="mainId__xc_"
+           role="presentation"
            summary=""
            title="test-shortDesc"
           >
@@ -918,6 +938,7 @@
            cellspacing="0"
            class="af_selectBooleanCheckbox"
            id="mainId__xc_"
+           role="presentation"
            summary=""
           >
         
@@ -962,6 +983,7 @@
            cellspacing="0"
            class="af_selectBooleanCheckbox"
            id="mainId__xc_"
+           role="presentation"
            summary=""
           >
         
@@ -1006,6 +1028,7 @@
            cellspacing="0"
            class="af_selectBooleanCheckbox"
            id="mainId__xc_"
+           role="presentation"
            summary=""
           >
         
@@ -1050,6 +1073,7 @@
            cellspacing="0"
            class="af_selectBooleanCheckbox"
            id="mainId__xc_"
+           role="presentation"
            summary=""
           >
         
@@ -1094,6 +1118,7 @@
            cellspacing="0"
            class="af_selectBooleanCheckbox"
            id="mainId__xc_"
+           role="presentation"
            summary=""
           >
         
@@ -1138,6 +1163,7 @@
            cellspacing="0"
            class="af_selectBooleanCheckbox"
            id="mainId__xc_"
+           role="presentation"
            summary=""
           >
         
@@ -1182,6 +1208,7 @@
            cellspacing="0"
            class="af_selectBooleanCheckbox"
            id="mainId__xc_"
+           role="presentation"
            summary=""
           >
         
@@ -1226,6 +1253,7 @@
            cellspacing="0"
            class="af_selectBooleanCheckbox"
            id="mainId__xc_"
+           role="presentation"
            summary=""
           >
         
@@ -1270,6 +1298,7 @@
            cellspacing="0"
            class="af_selectBooleanCheckbox"
            id="mainId__xc_"
+           role="presentation"
            summary=""
           >
         
@@ -1314,6 +1343,7 @@
            cellspacing="0"
            class="af_selectBooleanCheckbox"
            id="mainId__xc_"
+           role="presentation"
            summary=""
           >
         
@@ -1358,6 +1388,7 @@
            cellspacing="0"
            class="af_selectBooleanCheckbox"
            id="mainId__xc_"
+           role="presentation"
            summary=""
           >
         
@@ -1402,6 +1433,7 @@
            cellspacing="0"
            class="af_selectBooleanCheckbox"
            id="mainId__xc_"
+           role="presentation"
            summary=""
           >
         
@@ -1446,6 +1478,7 @@
            cellspacing="0"
            class="af_selectBooleanCheckbox"
            id="mainId__xc_"
+           role="presentation"
            summary=""
           >