summaryrefslogtreecommitdiffstats
path: root/server/tests
diff options
context:
space:
mode:
authorMatti Hosio <mhosio@vaadin.com>2014-12-16 14:56:23 +0200
committerMatti Hosio <mhosio@vaadin.com>2014-12-16 14:56:23 +0200
commit9bc83cdce75d39ae8c3c7e07f20b006111c193b6 (patch)
tree33c98ebf42012df0fee340a319c9672777dd0009 /server/tests
parentea1d229c70fa2e9edc63b234c483c36ee6114a29 (diff)
downloadvaadin-framework-9bc83cdce75d39ae8c3c7e07f20b006111c193b6.tar.gz
vaadin-framework-9bc83cdce75d39ae8c3c7e07f20b006111c193b6.zip
Declarative support for Label (#7749)
Change-Id: Ia727763f979ad94a029c7861f13bec0c6f00b876
Diffstat (limited to 'server/tests')
-rw-r--r--server/tests/src/com/vaadin/tests/design/all-components.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/server/tests/src/com/vaadin/tests/design/all-components.html b/server/tests/src/com/vaadin/tests/design/all-components.html
index 71aeeeaa41..683fafcf05 100644
--- a/server/tests/src/com/vaadin/tests/design/all-components.html
+++ b/server/tests/src/com/vaadin/tests/design/all-components.html
@@ -98,6 +98,10 @@
<v-button>Second slot</v-button>
</v-horizontal-split-panel>
+ <!-- label -->
+ <v-label>Hello world!</v-label>
+ <v-label>This is <b><u>Rich</u></b> content!</v-label>
+ <v-label plain-text>This is only <b>text</b> and will contain visible tags</v-label>
</v-vertical-layout>
</body>
</html>