summaryrefslogtreecommitdiffstats
path: root/tests/org.eclipse.swt.tests/data
diff options
context:
space:
mode:
authorChristophe Cornu <ccornu>2004-10-19 22:38:07 +0000
committerChristophe Cornu <ccornu>2004-10-19 22:38:07 +0000
commita9d9b15af13f6b72b34047d879bf98bcc998216c (patch)
treea020979cc5b3fb7b88f0a4f6e5a5eee20aba4e66 /tests/org.eclipse.swt.tests/data
parent14d4958ed7a9240e246773dba83e4e9affdecdd9 (diff)
downloadeclipse.platform.swt-a9d9b15af13f6b72b34047d879bf98bcc998216c.tar.gz
eclipse.platform.swt-a9d9b15af13f6b72b34047d879bf98bcc998216c.tar.xz
eclipse.platform.swt-a9d9b15af13f6b72b34047d879bf98bcc998216c.zip
execute method for Browser
Diffstat (limited to 'tests/org.eclipse.swt.tests/data')
-rw-r--r--tests/org.eclipse.swt.tests/data/browser9.html15
1 files changed, 15 insertions, 0 deletions
diff --git a/tests/org.eclipse.swt.tests/data/browser9.html b/tests/org.eclipse.swt.tests/data/browser9.html
new file mode 100644
index 0000000000..bfa06ee906
--- /dev/null
+++ b/tests/org.eclipse.swt.tests/data/browser9.html
@@ -0,0 +1,15 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head>
+<title>Hello Title</title>
+<script type="text/javascript">
+function changeStatus(txt) {
+ document.bgColor = "yellow";
+ window.status = txt;
+}
+</script>
+</head>
+<body>
+Hello body
+</body>
+</html>