diff options
author | Mikael Grankvist <mikael.grankvist@itmill.com> | 2009-09-14 12:44:41 +0000 |
---|---|---|
committer | Mikael Grankvist <mikael.grankvist@itmill.com> | 2009-09-14 12:44:41 +0000 |
commit | e704637c73087ffec6d10037142e1c61b9bd344e (patch) | |
tree | 75529c3a0641c703609d8b706102e9daefc33fb8 /src/com/vaadin/tests/components/button/IE7ButtonWithIcon.html | |
parent | c55a22db805b656cd44598e6a98627da3d8a759d (diff) | |
download | vaadin-framework-e704637c73087ffec6d10037142e1c61b9bd344e.tar.gz vaadin-framework-e704637c73087ffec6d10037142e1c61b9bd344e.zip |
Component test cases
svn changeset:8760/svn branch:6.1
Diffstat (limited to 'src/com/vaadin/tests/components/button/IE7ButtonWithIcon.html')
-rw-r--r-- | src/com/vaadin/tests/components/button/IE7ButtonWithIcon.html | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/src/com/vaadin/tests/components/button/IE7ButtonWithIcon.html b/src/com/vaadin/tests/components/button/IE7ButtonWithIcon.html new file mode 100644 index 0000000000..8eb2df869c --- /dev/null +++ b/src/com/vaadin/tests/components/button/IE7ButtonWithIcon.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>IE7ButtonWithIcon</title> +</head> +<body> +<table cellpadding="1" cellspacing="1" border="1"> +<thead> +<tr><td rowspan="1" colspan="3">IE7ButtonWithIcon</td></tr> +</thead><tbody> +<tr> + <td>open</td> + <td>/Vaadin6.1/run/com.vaadin.tests.components.button.IE7ButtonWithIcon</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> |