blob: 2b39095fc6e476b509983d6e14fecaf60b2685ff [file] [log] [blame]
<!--
Copyright (c) 2013, the Dart project authors. Please see the AUTHORS file
for details. All rights reserved. Use of this source code is governed by a
BSD-style license that can be found in the LICENSE file.
-->
<!doctype html>
<html>
<head>
<title>web_compnents-less test</title>
<link rel="import" href="packages/polymer/polymer.html">
<script src="packages/unittest/test_controller.js"></script>
<link rel="import" href="web_components_less_test_import.html">
</head>
<body unresolved>
<polymer-element name="x-main">
<template>
Hi
</template>
</polymer-element>
<script type="application/dart" src="web_components_less_test.dart">
</script>
<x-main></x-main>
<x-import></x-import>
</body>
</html>