| Index: pkg/polymer/e2e_test/experimental_boot/test/double_init_test.html
|
| diff --git a/pkg/polymer/e2e_test/experimental_boot/test/double_init_test.html b/pkg/polymer/e2e_test/experimental_boot/test/double_init_test.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..e3b3e22318ffef040672b67af843224b6919a37d
|
| --- /dev/null
|
| +++ b/pkg/polymer/e2e_test/experimental_boot/test/double_init_test.html
|
| @@ -0,0 +1,11 @@
|
| +<!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-->
|
| +<link rel="import" href="packages/polymer/polymer_experimental.html">
|
| +<link rel="import" href="double_init_code.html">
|
| +<script src="/root_dart/tools/testing/dart/test_controller.js"></script>
|
|
|