diff options
author | Matti Tahvonen <matti.tahvonen@itmill.com> | 2009-09-21 13:17:47 +0000 |
---|---|---|
committer | Matti Tahvonen <matti.tahvonen@itmill.com> | 2009-09-21 13:17:47 +0000 |
commit | 0da15b7ebb4b356e49bda9b9c0fb6faf95029fd2 (patch) | |
tree | b8e8ed33ebe68a7795cf6c97520e4b31445758b3 /src/com/vaadin/tests/components/window/UndefinedWidthSubWindow.html | |
parent | 8047da6591865600508e28ba76990b913da4fff2 (diff) | |
parent | 893b4f55d83e1c84107c17bab2c536095e49dd78 (diff) | |
download | vaadin-framework-0da15b7ebb4b356e49bda9b9c0fb6faf95029fd2.tar.gz vaadin-framework-0da15b7ebb4b356e49bda9b9c0fb6faf95029fd2.zip |
merged changes from 6.0 to branch
svn changeset:8865/svn branch:2009-09-widget-packaging_3332
Diffstat (limited to 'src/com/vaadin/tests/components/window/UndefinedWidthSubWindow.html')
-rw-r--r-- | src/com/vaadin/tests/components/window/UndefinedWidthSubWindow.html | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/src/com/vaadin/tests/components/window/UndefinedWidthSubWindow.html b/src/com/vaadin/tests/components/window/UndefinedWidthSubWindow.html new file mode 100644 index 0000000000..51aabc7e8f --- /dev/null +++ b/src/com/vaadin/tests/components/window/UndefinedWidthSubWindow.html @@ -0,0 +1,32 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> +<head profile="http://selenium-ide.openqa.org/profiles/test-case"> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> +<link rel="selenium.base" href="" /> +<title>UndefinedWidthSubWindow</title> +</head> +<body> +<table cellpadding="1" cellspacing="1" border="1"> +<thead> +<tr><td rowspan="1" colspan="3">UndefinedWidthSubWindow</td></tr> +</thead><tbody> +<tr> + <td>open</td> + <td>/run/com.vaadin.tests.components.window.UndefinedWidthSubWindow</td> + <td></td> +</tr> +<tr> + <td>waitForVaadin</td> + <td></td> + <td></td> +</tr> +<tr> + <td>screenCapture</td> + <td></td> + <td></td> +</tr> + +</tbody></table> +</body> +</html> |