You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by pa...@apache.org on 2006/11/28 06:35:11 UTC

svn commit: r479916 - /myfaces/tomahawk/trunk/examples/simple/src/test/selenium/tPanelNavigation2Test.html

Author: paulsp
Date: Mon Nov 27 21:35:11 2006
New Revision: 479916

URL: http://svn.apache.org/viewvc?view=rev&rev=479916
Log:
Test style attribute

Modified:
    myfaces/tomahawk/trunk/examples/simple/src/test/selenium/tPanelNavigation2Test.html

Modified: myfaces/tomahawk/trunk/examples/simple/src/test/selenium/tPanelNavigation2Test.html
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/trunk/examples/simple/src/test/selenium/tPanelNavigation2Test.html?view=diff&rev=479916&r1=479915&r2=479916
==============================================================================
--- myfaces/tomahawk/trunk/examples/simple/src/test/selenium/tPanelNavigation2Test.html (original)
+++ myfaces/tomahawk/trunk/examples/simple/src/test/selenium/tPanelNavigation2Test.html Mon Nov 27 21:35:11 2006
@@ -49,6 +49,12 @@
 	<td>//form[@id='navListForm']//ul@class</td>
 	<td>styleClass</td>
 </tr>
+<!--Note: IE 6 and 7 returns the style attribute as [object] -->
+<tr>
+	<td>assertAttribute</td>
+	<td>//form[@id='navListForm']//ul@style</td>
+	<td>regexp:(\[object\]|background-color: silver;)</td>
+</tr>
 <tr>
 	<td>assertAttribute</td>
 	<td>//form[@id='navListForm']//ul//li[1]@class</td>