Index: dart/samples/webcomponents/game_of_life/test/test_page.html |
diff --git a/dart/samples/webcomponents/game_of_life/test/test_page.html b/dart/samples/webcomponents/game_of_life/test/test_page.html |
new file mode 100644 |
index 0000000000000000000000000000000000000000..d41d4fb039dd458822b4d7224791d64b0b2d24b3 |
--- /dev/null |
+++ b/dart/samples/webcomponents/game_of_life/test/test_page.html |
@@ -0,0 +1,19 @@ |
+<!DOCTYPE html> |
+ |
+<!-- Copyright (c) 2012, 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 lang="en"> |
+<head> |
+ <meta charset="utf-8"> |
+ <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> |
+ <title>Game of Life Tests</title> |
+ <link rel="stylesheet" href="../styles.css"> |
+</head> |
+<body> |
+ <link rel="components" href="../components/components.html"> |
+ <div is="x-game-of-life"></div> |
+ <script type="application/javascript" src="game_of_life_test.js"></script> |
+</body> |
+</html> |