blob: d9fa7d526b0fe6a43101ff4dcb36e904eaec09dc [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>unbind</title>
<link rel="import" href="packages/polymer/polymer.html">
<script src="packages/unittest/test_controller.js"></script>
</head>
<body>
<x-test></x-test>
<polymer-element name="x-test" attributes="bar"></polymer-element>
<script type="application/dart" src="unbind_test.dart"></script>
</body>
</html>