31c524cdca
BUG= http://dartbug.com/21583 R=sigmund@google.com Review URL: https://codereview.chromium.org//723393003 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@42114 260f80e4-7a28-3924-810f-c04153c831b5
31 lines
810 B
HTML
31 lines
810 B
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.
|
|
-->
|
|
<!doctype html>
|
|
<html>
|
|
<!--polymer-test: this comment is needed for test_suite.dart-->
|
|
<head>
|
|
<title>web_compnents-less test</title>
|
|
<link rel="import" href="packages/polymer/polymer.html">
|
|
<script src="/root_dart/tools/testing/dart/test_controller.js"></script>
|
|
<link rel="import" href="web_components_less_test_import.html">
|
|
</head>
|
|
<body unresolved>
|
|
|
|
<polymer-element name="x-main">
|
|
<template>
|
|
Hi
|
|
</template>
|
|
</polymer-element>
|
|
|
|
<script type="application/dart" src="web_components_less_test.dart">
|
|
</script>
|
|
|
|
<x-main></x-main>
|
|
<x-import></x-import>
|
|
|
|
</body>
|
|
</html>
|