diff options
author | Artur Signell <artur.signell@itmill.com> | 2010-04-06 08:31:47 +0000 |
---|---|---|
committer | Artur Signell <artur.signell@itmill.com> | 2010-04-06 08:31:47 +0000 |
commit | 55b9774913d9c556d098fc7097c67ce95fc157bd (patch) | |
tree | c894422f94b83ca0d6455e1e4a812689a96cc230 /tests | |
parent | 48acda6b333ad486fc9876a8e6f252b1b1e2997b (diff) | |
download | vaadin-framework-55b9774913d9c556d098fc7097c67ce95fc157bd.tar.gz vaadin-framework-55b9774913d9c556d098fc7097c67ce95fc157bd.zip |
AbsoluteLayout added
svn changeset:12299/svn branch:6.3
Diffstat (limited to 'tests')
-rw-r--r-- | tests/scripts/sampler-all-samples.html | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/tests/scripts/sampler-all-samples.html b/tests/scripts/sampler-all-samples.html index 8dd5ba4770..5e2b19a984 100644 --- a/tests/scripts/sampler-all-samples.html +++ b/tests/scripts/sampler-all-samples.html @@ -1133,6 +1133,16 @@ <td></td> <td></td> </tr> +<tr> +<td>mouseClick</td> +<td>vaadin=sampler::/VVerticalLayout[0]/ChildComponentContainer[0]/VHorizontalLayout[0]/ChildComponentContainer[7]/VHorizontalLayout[0]/ChildComponentContainer[1]/VNativeButton[0]</td> +<td>1,1</td> +</tr> +<tr> +<td>waitForVaadin</td> +<td></td> +<td></td> +</tr> <!--Start over from the main page--> <tr> <td>mouseClick</td> @@ -2659,6 +2669,27 @@ <td></td> <td></td> </tr> +<!--AbsoluteLayoutBasic--> +<tr> +<td>screenCapture</td> +<td></td> +<td>AbsoluteLayoutBasic</td> +</tr> +<tr> +<td>waitForVaadin</td> +<td></td> +<td></td> +</tr> +<tr> +<td>mouseClick</td> +<td>vaadin=sampler::/VVerticalLayout[0]/ChildComponentContainer[0]/VHorizontalLayout[0]/ChildComponentContainer[7]/VHorizontalLayout[0]/ChildComponentContainer[1]/VNativeButton[0]</td> +<td>1,1</td> +</tr> +<tr> +<td>waitForVaadin</td> +<td></td> +<td></td> +</tr> <!--LayoutAlignment--> <tr> <td>screenCapture</td> |