diff options
author | Artur Signell <artur.signell@itmill.com> | 2011-11-01 11:24:22 +0000 |
---|---|---|
committer | Artur Signell <artur.signell@itmill.com> | 2011-11-01 11:24:22 +0000 |
commit | 0029310fa34a2c1a87457ed473cdededce27a01f (patch) | |
tree | 87ffccb76f184e8f849fd7e9c4f733291300a200 /tests | |
parent | ec04c75e125e33321d13c6abe7f03e211b865d3f (diff) | |
download | vaadin-framework-0029310fa34a2c1a87457ed473cdededce27a01f.tar.gz vaadin-framework-0029310fa34a2c1a87457ed473cdededce27a01f.zip |
Corrected scroll offsets
svn changeset:21848/svn branch:6.7
Diffstat (limited to 'tests')
-rw-r--r-- | tests/testbench/com/vaadin/tests/components/treetable/TreeTableNegativeArraySize.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/testbench/com/vaadin/tests/components/treetable/TreeTableNegativeArraySize.html b/tests/testbench/com/vaadin/tests/components/treetable/TreeTableNegativeArraySize.html index f9d44ecd60..2e69052162 100644 --- a/tests/testbench/com/vaadin/tests/components/treetable/TreeTableNegativeArraySize.html +++ b/tests/testbench/com/vaadin/tests/components/treetable/TreeTableNegativeArraySize.html @@ -25,7 +25,7 @@ <tr> <td>scroll</td> <td>vaadin=runcomvaadintestscomponentstreetableTreeTablePartialUpdates::/VVerticalLayout[0]/ChildComponentContainer[1]/VVerticalLayout[0]/ChildComponentContainer[0]/VTreeTable[0]/domChild[1]</td> - <td>189</td> + <td>3969</td> </tr> <tr> <td>pause</td> @@ -35,13 +35,13 @@ <!--expand root2--> <tr> <td>mouseClick</td> - <td>vaadin=runcomvaadintestscomponentstreetableTreeTablePartialUpdates::/VVerticalLayout[0]/ChildComponentContainer[1]/VVerticalLayout[0]/ChildComponentContainer[0]/VTreeTable[0]/domChild[1]/domChild[0]/domChild[1]/domChild[0]/domChild[21]/domChild[0]/domChild[0]/domChild[0]</td> + <td>vaadin=runcomvaadintestscomponentstreetableTreeTablePartialUpdates::/VVerticalLayout[0]/ChildComponentContainer[1]/VVerticalLayout[0]/ChildComponentContainer[0]/VTreeTable[0]/domChild[1]/domChild[0]/domChild[1]/domChild[0]/domChild[42]/domChild[0]/domChild[0]/domChild[0]</td> <td>9,-183</td> </tr> <!--collapse root2--> <tr> <td>mouseClick</td> - <td>vaadin=runcomvaadintestscomponentstreetableTreeTablePartialUpdates::/VVerticalLayout[0]/ChildComponentContainer[1]/VVerticalLayout[0]/ChildComponentContainer[0]/VTreeTable[0]/domChild[1]/domChild[0]/domChild[1]/domChild[0]/domChild[21]/domChild[0]/domChild[0]/domChild[0]</td> + <td>vaadin=runcomvaadintestscomponentstreetableTreeTablePartialUpdates::/VVerticalLayout[0]/ChildComponentContainer[1]/VVerticalLayout[0]/ChildComponentContainer[0]/VTreeTable[0]/domChild[1]/domChild[0]/domChild[1]/domChild[0]/domChild[42]/domChild[0]/domChild[0]/domChild[0]</td> <td>11,-182</td> </tr> <tr> |