aboutsummaryrefslogtreecommitdiffstats
path: root/uitest/src/main/resources/com/vaadin/tests/htmlimport/label.html
blob: ef95fb8570cfc43842663898ae7d3c2a897518f9 (plain)
1
2
3
4
5
6
7
8
9
10
<!doctype html>
<html>
<head>
<script>
	(function() {
		window.logMessage("label.html");
	})();
</script>
</head>
</html>