2014-12-21 17:08:50 -08:00
|
|
|
<!doctype html>
|
|
|
|
|
<!--
|
|
|
|
|
@license
|
|
|
|
|
Copyright (c) 2014 The Polymer Project Authors. All rights reserved.
|
|
|
|
|
This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt
|
|
|
|
|
The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt
|
|
|
|
|
The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt
|
|
|
|
|
Code distributed by Google as part of the polymer project is also
|
|
|
|
|
subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt
|
|
|
|
|
-->
|
|
|
|
|
<html>
|
|
|
|
|
<head>
|
|
|
|
|
<meta charset="utf-8">
|
|
|
|
|
<script src="../../../webcomponentsjs/webcomponents-lite.js"></script>
|
|
|
|
|
<script src="../../../web-component-tester/browser.js"></script>
|
|
|
|
|
<link rel="import" href="../../polymer.html">
|
2015-03-16 15:03:07 -07:00
|
|
|
<link rel="import" href="polymer-dom-elements.html">
|
2014-12-21 17:08:50 -08:00
|
|
|
</head>
|
|
|
|
|
<body>
|
|
|
|
|
|
2015-06-10 00:42:48 -07:00
|
|
|
|
2014-12-21 17:08:50 -08:00
|
|
|
<x-test></x-test>
|
|
|
|
|
|
2015-04-29 09:33:57 -07:00
|
|
|
<div class="accessors">
|
|
|
|
|
<x-test-no-distribute><div class="child"></div></x-test-no-distribute>
|
|
|
|
|
<x-project><div class="child"></div></x-project>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<x-test-no-distribute id="noDistribute">
|
2015-04-09 19:01:24 -07:00
|
|
|
<div class="bar">Bar</div>
|
|
|
|
|
<div class="foo">Foo</div>
|
|
|
|
|
</x-test-no-distribute>
|
|
|
|
|
|
2015-05-10 10:03:52 -07:00
|
|
|
<x-select1>
|
|
|
|
|
<div class="select-child"></div>
|
|
|
|
|
</x-select1>
|
|
|
|
|
|
|
|
|
|
<x-select-class1>
|
|
|
|
|
<div></div>
|
|
|
|
|
</x-select-class1>
|
|
|
|
|
|
2015-05-20 16:45:23 -07:00
|
|
|
<x-select-attr>
|
|
|
|
|
<x-attr></x-attr>
|
|
|
|
|
</x-select-attr>
|
|
|
|
|
|
2015-05-20 18:14:43 -07:00
|
|
|
<x-compose-select-attr></x-compose-select-attr>
|
|
|
|
|
|
2015-05-11 19:59:30 -07:00
|
|
|
<x-redistribute-a-b></x-redistribute-a-b>
|
|
|
|
|
|
2015-08-10 16:40:58 -07:00
|
|
|
<div id="container">
|
|
|
|
|
<x-echo></x-echo>
|
|
|
|
|
<span>1</span>
|
|
|
|
|
<span>2</span>
|
|
|
|
|
</div>
|
|
|
|
|
|
2015-10-27 11:32:55 -07:00
|
|
|
<x-deep-contains></x-deep-contains>
|
|
|
|
|
|
2015-11-11 15:50:16 -08:00
|
|
|
<x-wrapped></x-wrapped>
|
|
|
|
|
|
2015-03-16 15:03:07 -07:00
|
|
|
<script src="polymer-dom.js"></script>
|
2014-12-21 17:08:50 -08:00
|
|
|
|
|
|
|
|
</body>
|
|
|
|
|
</html>
|