Files
sdk/pkg/polymer/test/unbind_test.html
T

22 lines
613 B
HTML

<!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>
<!--polymer-test: this comment is needed for test_suite.dart-->
<head>
<title>unbind</title>
<script src="/root_dart/tools/testing/dart/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>