a6f50d735b
BUG= http://dartbug.com/21035 R=sigmund@google.com Review URL: https://codereview.chromium.org//588373003 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@40631 260f80e4-7a28-3924-810f-c04153c831b5
18 lines
565 B
HTML
18 lines
565 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<!--polymer-test: this comment is needed for test_suite.dart-->
|
|
<head>
|
|
<title>force ready</title>
|
|
<script src="packages/web_components/platform.js"></script>
|
|
<script src="packages/web_components/dart_support.js"></script>
|
|
<link rel="import" href="packages/polymer/polymer.html">
|
|
<script src="/root_dart/tools/testing/dart/test_controller.js"></script>
|
|
</head>
|
|
|
|
<body>
|
|
<polymer-element name="x-foo"></polymer-element>
|
|
|
|
<script type="application/dart" src="force_ready_test.dart"></script>
|
|
</body>
|
|
</html>
|