blob: 6993011133c7c8bc2214d67284c046f0f7f67304 [file] [log] [blame]
<!DOCTYPE html>
<!--
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.
-->
<html>
<head>
<title>Polymer.import test</title>
<link rel="import" href="packages/polymer/polymer.html">
<script src="packages/unittest/test_controller.js"></script>
</head>
<body>
<x-foo></x-foo>
<hr>
<x-bar></x-bar>
<template id="myTemplate">
<link rel="import" href="element_import/import_b.html">
</template>
<script type="application/dart" src="import_test.dart"></script>
</body>
</html>