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