summaryrefslogtreecommitdiffstats
path: root/WebContent
diff options
context:
space:
mode:
authorLeif Åstrand <leif@vaadin.com>2012-10-26 10:11:22 +0300
committerLeif Åstrand <leif@vaadin.com>2012-10-26 10:11:22 +0300
commit2c71479818e6a75cd75dc9d86debc6cf6b9997db (patch)
treea3db4245769147f89dc4008b0b8f259f5388ee0e /WebContent
parent1a4ed78eb700fb6c64dcfa83098e72c6be2c6800 (diff)
downloadvaadin-framework-2c71479818e6a75cd75dc9d86debc6cf6b9997db.tar.gz
vaadin-framework-2c71479818e6a75cd75dc9d86debc6cf6b9997db.zip
Update test to avoid doing cross domain loading
Change-Id: I168b278d8320b3e7f0346167b7b2dc99bbb136fa
Diffstat (limited to 'WebContent')
-rw-r--r--WebContent/statictestfiles/static.html8
1 files changed, 8 insertions, 0 deletions
diff --git a/WebContent/statictestfiles/static.html b/WebContent/statictestfiles/static.html
new file mode 100644
index 0000000000..17adf5aaba
--- /dev/null
+++ b/WebContent/statictestfiles/static.html
@@ -0,0 +1,8 @@
+<html>
+<head>
+<title>This is a static file</title>
+</head>
+<body>
+<h1>This is a static file</h1>
+</body>
+</html> \ No newline at end of file