summaryrefslogtreecommitdiffstats
path: root/server/src/com/vaadin/ui/declarative/testFile.html
diff options
context:
space:
mode:
Diffstat (limited to 'server/src/com/vaadin/ui/declarative/testFile.html')
-rw-r--r--server/src/com/vaadin/ui/declarative/testFile.html17
1 files changed, 0 insertions, 17 deletions
diff --git a/server/src/com/vaadin/ui/declarative/testFile.html b/server/src/com/vaadin/ui/declarative/testFile.html
deleted file mode 100644
index 5d7714473d..0000000000
--- a/server/src/com/vaadin/ui/declarative/testFile.html
+++ /dev/null
@@ -1,17 +0,0 @@
-<!DOCTYPE html>
-<html>
- <head>
- <meta name="package-mapping" content="my:com.addon.mypackage"/>
- </head>
- <body>
- <v-vertical-layout width="500px">
- <v-horizontal-layout>
- <v-label plain-text caption="FooBar"></v-label>
- <v-native-button caption="Native click me"></v-native-button>
- <v-button plain-text caption="Click me" width = "150px"></v-button>
- </v-horizontal-layout>
- <v-text-field caption = "Text input"/>
- <v-text-area caption = "Text area"/ height="200px" width="300px">
- </v-vertical-layout>
- </body>
-</html> \ No newline at end of file