blob: 404cdfc69a2de08f2ebedc245babef331bd25b5e [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>property changes</title>
<link rel="import" href="packages/polymer/polymer.html">
<script src="packages/unittest/test_controller.js"></script>
</head>
<body>
<x-test id="test"></x-test>
<polymer-element name="x-test"><template></template></polymer-element>
<script type="application/dart" src="property_change_test.dart"></script>
</body>
</html>