You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lo...@apache.org on 2012/02/14 14:33:42 UTC

svn commit: r1243914 - /myfaces/tobago/trunk/tobago-example/tobago-example-test/src/main/webapp/tc/gridLayout/relative-inside-auto-1-1.xhtml

Author: lofwyr
Date: Tue Feb 14 13:33:42 2012
New Revision: 1243914

URL: http://svn.apache.org/viewvc?rev=1243914&view=rev
Log:
fix automatic layout test

Modified:
    myfaces/tobago/trunk/tobago-example/tobago-example-test/src/main/webapp/tc/gridLayout/relative-inside-auto-1-1.xhtml

Modified: myfaces/tobago/trunk/tobago-example/tobago-example-test/src/main/webapp/tc/gridLayout/relative-inside-auto-1-1.xhtml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-example/tobago-example-test/src/main/webapp/tc/gridLayout/relative-inside-auto-1-1.xhtml?rev=1243914&r1=1243913&r2=1243914&view=diff
==============================================================================
--- myfaces/tobago/trunk/tobago-example/tobago-example-test/src/main/webapp/tc/gridLayout/relative-inside-auto-1-1.xhtml (original)
+++ myfaces/tobago/trunk/tobago-example/tobago-example-test/src/main/webapp/tc/gridLayout/relative-inside-auto-1-1.xhtml Tue Feb 14 13:33:42 2012
@@ -54,10 +54,10 @@
     <tc:textarea value="rest"/>
 
     <tc:script file="script/tobago-assert.js"/>
-    <tc:script onload="TobagoAssert.assertLayout('page:panel', 0, 25, 310, 100);"/>
+    <tc:script onload="TobagoAssert.assertLayout('page:panel', 0, 25, 510, 100);"/>
     <tc:script onload="TobagoAssert.assertLayout('page:a1', 0, 25, 100, 100);"/>
-    <tc:script onload="TobagoAssert.assertLayout('page:a2', 105, 25, 100, 100);"/>
-    <tc:script onload="TobagoAssert.assertLayout('page:a3', 210, 25, 100, 100);"/>
+    <tc:script onload="TobagoAssert.assertLayout('page:a2', 105, 25, 300, 100);"/>
+    <tc:script onload="TobagoAssert.assertLayout('page:a3', 410, 25, 100, 100);"/>
 
   </tc:page>
 </f:view>