| Index: polymer_1.2.3/bower_components/iron-image/test/index.html
|
| diff --git a/polymer_1.0.4/bower_components/iron-image/test/index.html b/polymer_1.2.3/bower_components/iron-image/test/index.html
|
| similarity index 86%
|
| copy from polymer_1.0.4/bower_components/iron-image/test/index.html
|
| copy to polymer_1.2.3/bower_components/iron-image/test/index.html
|
| index fa31e1750cfbd7b32fc79e33befe3e74abfc2f93..7145c47cbd2f545a204458824e52a2d1fa83cb0c 100644
|
| --- a/polymer_1.0.4/bower_components/iron-image/test/index.html
|
| +++ b/polymer_1.2.3/bower_components/iron-image/test/index.html
|
| @@ -1,5 +1,4 @@
|
| -<!doctype html>
|
| -<!--
|
| +<!DOCTYPE html><!--
|
| @license
|
| Copyright (c) 2015 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
|
| @@ -7,10 +6,7 @@ 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>
|
| +--><html><head>
|
| <meta charset="utf-8">
|
| <script src="../../webcomponentsjs/webcomponents-lite.js"></script>
|
| <script src="../../web-component-tester/browser.js"></script>
|
| @@ -18,8 +14,10 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
|
| <body>
|
| <script>
|
| WCT.loadSuites([
|
| - 'iron-image.html'
|
| + 'iron-image.html',
|
| + 'iron-image.html?dom=shadow'
|
| ]);
|
| </script>
|
| - </body>
|
| -</html>
|
| +
|
| +
|
| +</body></html>
|
|
|