Eliminate more canonical path usage

This commit is contained in:
Kevin Schaaf
2018-04-19 18:19:39 -07:00
parent 4b7cd869a4
commit 1761c79b35
63 changed files with 64 additions and 64 deletions

View File

@@ -19,7 +19,7 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
} }
</script> </script>
<script src="unit/wct-browser-config.js"></script> <script src="unit/wct-browser-config.js"></script>
<script src="../../../wct-browser-legacy/browser.js"></script> <script src="../node_modules/wct-browser-legacy/browser.js"></script>
</head> </head>
<body> <body>
<script> <script>

View File

@@ -10,7 +10,7 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
--> -->
<html> <html>
<head> <head>
<script src="../../../../@webcomponents/webcomponentsjs/webcomponents-loader.js"></script> <script src="../../node_modules/@webcomponents/webcomponentsjs/webcomponents-loader.js"></script>
<script type="module" src="../../polymer-legacy.js"></script> <script type="module" src="../../polymer-legacy.js"></script>
<meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="viewport" content="width=device-width, initial-scale=1">
</head> </head>

View File

@@ -10,7 +10,7 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
--> -->
<html> <html>
<head> <head>
<script src="../../../../@webcomponents/webcomponentsjs/webcomponents-loader.js"></script> <script src="../../node_modules/@webcomponents/webcomponentsjs/webcomponents-loader.js"></script>
<script type="module" src="../../polymer-legacy.js"></script> <script type="module" src="../../polymer-legacy.js"></script>
<script type="module"> <script type="module">
import { setPassiveTouchGestures } from '../../lib/utils/settings.js'; import { setPassiveTouchGestures } from '../../lib/utils/settings.js';

View File

@@ -13,7 +13,7 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
<meta charset="utf-8"> <meta charset="utf-8">
<script src="../../node_modules/@webcomponents/webcomponentsjs/webcomponents-lite.js"></script> <script src="../../node_modules/@webcomponents/webcomponentsjs/webcomponents-lite.js"></script>
<script src="wct-browser-config.js"></script> <script src="wct-browser-config.js"></script>
<script src="../../../../wct-browser-legacy/browser.js"></script> <script src="../../node_modules/wct-browser-legacy/browser.js"></script>
<script type="module" src="../../polymer-legacy.js"></script> <script type="module" src="../../polymer-legacy.js"></script>
<script type="module" src="./array-selector-elements.js"></script> <script type="module" src="./array-selector-elements.js"></script>
<body> <body>

View File

@@ -13,7 +13,7 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
<meta charset="utf-8"> <meta charset="utf-8">
<script src="../../node_modules/@webcomponents/webcomponentsjs/webcomponents-lite.js"></script> <script src="../../node_modules/@webcomponents/webcomponentsjs/webcomponents-lite.js"></script>
<script src="wct-browser-config.js"></script> <script src="wct-browser-config.js"></script>
<script src="../../../../wct-browser-legacy/browser.js"></script> <script src="../../node_modules/wct-browser-legacy/browser.js"></script>
<script type="module" src="../../lib/utils/async.js"></script> <script type="module" src="../../lib/utils/async.js"></script>
</head> </head>
<body> <body>

View File

@@ -13,7 +13,7 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
<meta charset="utf-8"> <meta charset="utf-8">
<script src="../../node_modules/@webcomponents/webcomponentsjs/webcomponents-lite.js"></script> <script src="../../node_modules/@webcomponents/webcomponentsjs/webcomponents-lite.js"></script>
<script src="wct-browser-config.js"></script> <script src="wct-browser-config.js"></script>
<script src="../../../../wct-browser-legacy/browser.js"></script> <script src="../../node_modules/wct-browser-legacy/browser.js"></script>
<script type="module" src="../../polymer-legacy.js"></script> <script type="module" src="../../polymer-legacy.js"></script>
<script type="module" src="./attributes-elements.js"></script> <script type="module" src="./attributes-elements.js"></script>
<body> <body>

View File

@@ -13,7 +13,7 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
<meta charset="utf-8"> <meta charset="utf-8">
<script src="../../node_modules/@webcomponents/webcomponentsjs/webcomponents-lite.js"></script> <script src="../../node_modules/@webcomponents/webcomponentsjs/webcomponents-lite.js"></script>
<script src="wct-browser-config.js"></script> <script src="wct-browser-config.js"></script>
<script src="../../../../wct-browser-legacy/browser.js"></script> <script src="../../node_modules/wct-browser-legacy/browser.js"></script>
<script type="module" src="../../polymer-legacy.js"></script> <script type="module" src="../../polymer-legacy.js"></script>
<body> <body>

View File

@@ -13,7 +13,7 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
<meta charset="utf-8"> <meta charset="utf-8">
<script src="../../node_modules/@webcomponents/webcomponentsjs/webcomponents-lite.js"></script> <script src="../../node_modules/@webcomponents/webcomponentsjs/webcomponents-lite.js"></script>
<script src="wct-browser-config.js"></script> <script src="wct-browser-config.js"></script>
<script src="../../../../wct-browser-legacy/browser.js"></script> <script src="../../node_modules/wct-browser-legacy/browser.js"></script>
<script type="module" src="../../lib/utils/case-map.js"></script> <script type="module" src="../../lib/utils/case-map.js"></script>
</head> </head>
<body> <body>

View File

@@ -13,7 +13,7 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
<meta charset="utf-8"> <meta charset="utf-8">
<script src="../../node_modules/@webcomponents/webcomponentsjs/webcomponents-lite.js"></script> <script src="../../node_modules/@webcomponents/webcomponentsjs/webcomponents-lite.js"></script>
<script src="wct-browser-config.js"></script> <script src="wct-browser-config.js"></script>
<script src="../../../../wct-browser-legacy/browser.js"></script> <script src="../../node_modules/wct-browser-legacy/browser.js"></script>
<script type="module" src="../../polymer-legacy.js"></script> <script type="module" src="../../polymer-legacy.js"></script>
</head> </head>
<body> <body>

View File

@@ -15,7 +15,7 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
<script src="../../node_modules/@webcomponents/webcomponentsjs/webcomponents-lite.js"></script> <script src="../../node_modules/@webcomponents/webcomponentsjs/webcomponents-lite.js"></script>
<script src="wct-browser-config.js"></script> <script src="wct-browser-config.js"></script>
<script src="../../../../wct-browser-legacy/browser.js"></script> <script src="../../node_modules/wct-browser-legacy/browser.js"></script>
<title>css-parse</title> <title>css-parse</title>

View File

@@ -13,7 +13,7 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
<meta charset="utf-8"> <meta charset="utf-8">
<script src="../../node_modules/@webcomponents/webcomponentsjs/webcomponents-lite.js"></script> <script src="../../node_modules/@webcomponents/webcomponentsjs/webcomponents-lite.js"></script>
<script src="wct-browser-config.js"></script> <script src="wct-browser-config.js"></script>
<script src="../../../../wct-browser-legacy/browser.js"></script> <script src="../../node_modules/wct-browser-legacy/browser.js"></script>
<script type="module" src="../../polymer-legacy.js"></script> <script type="module" src="../../polymer-legacy.js"></script>
</head> </head>

View File

@@ -13,7 +13,7 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
<meta charset="utf-8"> <meta charset="utf-8">
<script src="../../node_modules/@webcomponents/webcomponentsjs/webcomponents-lite.js"></script> <script src="../../node_modules/@webcomponents/webcomponentsjs/webcomponents-lite.js"></script>
<script src="wct-browser-config.js"></script> <script src="wct-browser-config.js"></script>
<script src="../../../../wct-browser-legacy/browser.js"></script> <script src="../../node_modules/wct-browser-legacy/browser.js"></script>
<script type="module" src="../../polymer-legacy.js"></script> <script type="module" src="../../polymer-legacy.js"></script>
</head> </head>
<body> <body>

View File

@@ -13,7 +13,7 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
<meta charset="utf-8"> <meta charset="utf-8">
<script src="../../node_modules/@webcomponents/webcomponentsjs/webcomponents-lite.js"></script> <script src="../../node_modules/@webcomponents/webcomponentsjs/webcomponents-lite.js"></script>
<script src="wct-browser-config.js"></script> <script src="wct-browser-config.js"></script>
<script src="../../../../wct-browser-legacy/browser.js"></script> <script src="../../node_modules/wct-browser-legacy/browser.js"></script>
<script type="module" src="../../polymer-legacy.js"></script> <script type="module" src="../../polymer-legacy.js"></script>
</head> </head>

View File

@@ -13,7 +13,7 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
<meta charset="utf-8"> <meta charset="utf-8">
<script src="../../node_modules/@webcomponents/webcomponentsjs/webcomponents-lite.js"></script> <script src="../../node_modules/@webcomponents/webcomponentsjs/webcomponents-lite.js"></script>
<script src="wct-browser-config.js"></script> <script src="wct-browser-config.js"></script>
<script src="../../../../wct-browser-legacy/browser.js"></script> <script src="../../node_modules/wct-browser-legacy/browser.js"></script>
<script type="module" src="../../polymer-legacy.js"></script> <script type="module" src="../../polymer-legacy.js"></script>
<script type="module" src="./custom-style-import.js"></script> <script type="module" src="./custom-style-import.js"></script>
</head> </head>

View File

@@ -13,7 +13,7 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
<meta charset="utf-8"> <meta charset="utf-8">
<script src="../../node_modules/@webcomponents/webcomponentsjs/webcomponents-lite.js"></script> <script src="../../node_modules/@webcomponents/webcomponentsjs/webcomponents-lite.js"></script>
<script src="wct-browser-config.js"></script> <script src="wct-browser-config.js"></script>
<script src="../../../../wct-browser-legacy/browser.js"></script> <script src="../../node_modules/wct-browser-legacy/browser.js"></script>
<script type="module" src="../../polymer-legacy.js"></script> <script type="module" src="../../polymer-legacy.js"></script>
</head> </head>
<body> <body>

View File

@@ -12,7 +12,7 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
<head> <head>
<script src="../../node_modules/@webcomponents/webcomponentsjs/webcomponents-lite.js"></script> <script src="../../node_modules/@webcomponents/webcomponentsjs/webcomponents-lite.js"></script>
<script src="wct-browser-config.js"></script> <script src="wct-browser-config.js"></script>
<script src="../../../../wct-browser-legacy/browser.js"></script> <script src="../../node_modules/wct-browser-legacy/browser.js"></script>
<script type="module" src="../../polymer-legacy.js"></script> <script type="module" src="../../polymer-legacy.js"></script>
<script type="module" src="../../lib/mixins/dir-mixin.js"></script> <script type="module" src="../../lib/mixins/dir-mixin.js"></script>
</head> </head>

View File

@@ -12,7 +12,7 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
<head> <head>
<script src="../../node_modules/@webcomponents/webcomponentsjs/webcomponents-lite.js"></script> <script src="../../node_modules/@webcomponents/webcomponentsjs/webcomponents-lite.js"></script>
<script src="wct-browser-config.js"></script> <script src="wct-browser-config.js"></script>
<script src="../../../../wct-browser-legacy/browser.js"></script> <script src="../../node_modules/wct-browser-legacy/browser.js"></script>
<script type="module" src="../../polymer-legacy.js"></script> <script type="module" src="../../polymer-legacy.js"></script>
<script type="module" src="../../lib/mixins/disable-upgrade-mixin.js"></script> <script type="module" src="../../lib/mixins/disable-upgrade-mixin.js"></script>
</head> </head>

View File

@@ -13,7 +13,7 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
<meta charset="utf-8"> <meta charset="utf-8">
<script src="../../node_modules/@webcomponents/webcomponentsjs/webcomponents-lite.js"></script> <script src="../../node_modules/@webcomponents/webcomponentsjs/webcomponents-lite.js"></script>
<script src="wct-browser-config.js"></script> <script src="wct-browser-config.js"></script>
<script src="../../../../wct-browser-legacy/browser.js"></script> <script src="../../node_modules/wct-browser-legacy/browser.js"></script>
</head> </head>
<body> <body>

View File

@@ -13,7 +13,7 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
<meta charset="utf-8"> <meta charset="utf-8">
<script src="../../node_modules/@webcomponents/webcomponentsjs/webcomponents-lite.js"></script> <script src="../../node_modules/@webcomponents/webcomponentsjs/webcomponents-lite.js"></script>
<script src="wct-browser-config.js"></script> <script src="wct-browser-config.js"></script>
<script src="../../../../wct-browser-legacy/browser.js"></script> <script src="../../node_modules/wct-browser-legacy/browser.js"></script>
<script type="module" src="../../polymer-legacy.js"></script> <script type="module" src="../../polymer-legacy.js"></script>
<script type="module" src="./dom-if-elements.js"></script> <script type="module" src="./dom-if-elements.js"></script>
</head> </head>

View File

@@ -13,7 +13,7 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
<meta charset="utf-8"> <meta charset="utf-8">
<script src="../../node_modules/@webcomponents/webcomponentsjs/webcomponents-lite.js"></script> <script src="../../node_modules/@webcomponents/webcomponentsjs/webcomponents-lite.js"></script>
<script src="wct-browser-config.js"></script> <script src="wct-browser-config.js"></script>
<script src="../../../../wct-browser-legacy/browser.js"></script> <script src="../../node_modules/wct-browser-legacy/browser.js"></script>
<script type="module" src="../../polymer-legacy.js"></script> <script type="module" src="../../polymer-legacy.js"></script>
<script type="module" src="./dom-repeat-elements.js"></script> <script type="module" src="./dom-repeat-elements.js"></script>
<style> <style>

View File

@@ -13,7 +13,7 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
<meta charset="utf-8"> <meta charset="utf-8">
<script src="../../node_modules/@webcomponents/webcomponentsjs/webcomponents-lite.js"></script> <script src="../../node_modules/@webcomponents/webcomponentsjs/webcomponents-lite.js"></script>
<script src="wct-browser-config.js"></script> <script src="wct-browser-config.js"></script>
<script src="../../../../wct-browser-legacy/browser.js"></script> <script src="../../node_modules/wct-browser-legacy/browser.js"></script>
<script type="module" src="./dynamic-imports/dynamic-element.js"></script> <script type="module" src="./dynamic-imports/dynamic-element.js"></script>
</head> </head>
<body> <body>

View File

@@ -14,7 +14,7 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
<script src="../../node_modules/@webcomponents/webcomponentsjs/webcomponents-lite.js"></script> <script src="../../node_modules/@webcomponents/webcomponentsjs/webcomponents-lite.js"></script>
<script src="wct-browser-config.js"></script> <script src="wct-browser-config.js"></script>
<script src="../../../../wct-browser-legacy/browser.js"></script> <script src="../../node_modules/wct-browser-legacy/browser.js"></script>
<script type="module" src="../../polymer-legacy.js"></script> <script type="module" src="../../polymer-legacy.js"></script>
<script type="module" src="./events-elements.js"></script> <script type="module" src="./events-elements.js"></script>

View File

@@ -13,7 +13,7 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
<meta charset="utf-8"> <meta charset="utf-8">
<script src="../../node_modules/@webcomponents/webcomponentsjs/webcomponents-lite.js"></script> <script src="../../node_modules/@webcomponents/webcomponentsjs/webcomponents-lite.js"></script>
<script src="wct-browser-config.js"></script> <script src="wct-browser-config.js"></script>
<script src="../../../../wct-browser-legacy/browser.js"></script> <script src="../../node_modules/wct-browser-legacy/browser.js"></script>
<script type="module" src="../../polymer-element.js"></script> <script type="module" src="../../polymer-element.js"></script>
<script type="module" src="../../lib/utils/flattened-nodes-observer.js"></script> <script type="module" src="../../lib/utils/flattened-nodes-observer.js"></script>
</head> </head>

View File

@@ -14,7 +14,7 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
<script src="../../node_modules/@webcomponents/webcomponentsjs/webcomponents-lite.js"></script> <script src="../../node_modules/@webcomponents/webcomponentsjs/webcomponents-lite.js"></script>
<script src="wct-browser-config.js"></script> <script src="wct-browser-config.js"></script>
<script src="../../../../wct-browser-legacy/browser.js"></script> <script src="../../node_modules/wct-browser-legacy/browser.js"></script>
<script type="module" src="../../polymer-legacy.js"></script> <script type="module" src="../../polymer-legacy.js"></script>
<script type="module" src="./gestures-elements.js"></script> <script type="module" src="./gestures-elements.js"></script>

View File

@@ -12,7 +12,7 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<script src="wct-browser-config.js"></script> <script src="wct-browser-config.js"></script>
<script src="../../../../wct-browser-legacy/browser.js"></script> <script src="../../node_modules/wct-browser-legacy/browser.js"></script>
<script src="../../node_modules/@webcomponents/webcomponentsjs/webcomponents-lite.js"></script> <script src="../../node_modules/@webcomponents/webcomponentsjs/webcomponents-lite.js"></script>
<script type="module"> <script type="module">
/* global origOwnProps:true */ /* global origOwnProps:true */

View File

@@ -13,7 +13,7 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
<meta charset="utf-8"> <meta charset="utf-8">
<script src="../../node_modules/@webcomponents/webcomponentsjs/webcomponents-lite.js"></script> <script src="../../node_modules/@webcomponents/webcomponentsjs/webcomponents-lite.js"></script>
<script src="wct-browser-config.js"></script> <script src="wct-browser-config.js"></script>
<script src="../../../../wct-browser-legacy/browser.js"></script> <script src="../../node_modules/wct-browser-legacy/browser.js"></script>
<script type="module" src="../../polymer-legacy.js"></script> <script type="module" src="../../polymer-legacy.js"></script>
</head> </head>
<body> <body>

View File

@@ -13,7 +13,7 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
<meta charset="utf-8"> <meta charset="utf-8">
<script src="../../node_modules/@webcomponents/webcomponentsjs/webcomponents-lite.js"></script> <script src="../../node_modules/@webcomponents/webcomponentsjs/webcomponents-lite.js"></script>
<script src="wct-browser-config.js"></script> <script src="wct-browser-config.js"></script>
<script src="../../../../wct-browser-legacy/browser.js"></script> <script src="../../node_modules/wct-browser-legacy/browser.js"></script>
<script type="module" src="../../lib/utils/import-href.js"></script> <script type="module" src="../../lib/utils/import-href.js"></script>
<body> <body>

View File

@@ -13,7 +13,7 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
<meta charset="utf-8"> <meta charset="utf-8">
<script src="../../node_modules/@webcomponents/webcomponentsjs/webcomponents-lite.js"></script> <script src="../../node_modules/@webcomponents/webcomponentsjs/webcomponents-lite.js"></script>
<script src="wct-browser-config.js"></script> <script src="wct-browser-config.js"></script>
<script src="../../../../wct-browser-legacy/browser.js"></script> <script src="../../node_modules/wct-browser-legacy/browser.js"></script>
<script type="module" src="../../polymer-legacy.js"></script> <script type="module" src="../../polymer-legacy.js"></script>
<body> <body>

View File

@@ -13,7 +13,7 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
<meta charset="utf-8"> <meta charset="utf-8">
<script src="../../node_modules/@webcomponents/webcomponentsjs/webcomponents-lite.js"></script> <script src="../../node_modules/@webcomponents/webcomponentsjs/webcomponents-lite.js"></script>
<script src="wct-browser-config.js"></script> <script src="wct-browser-config.js"></script>
<script src="../../../../wct-browser-legacy/browser.js"></script> <script src="../../node_modules/wct-browser-legacy/browser.js"></script>
<script type="module" src="../../polymer-legacy.js"></script> <script type="module" src="../../polymer-legacy.js"></script>
</head> </head>
<body> <body>

View File

@@ -13,7 +13,7 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
<meta charset="utf-8"> <meta charset="utf-8">
<script src="../../node_modules/@webcomponents/webcomponentsjs/webcomponents-lite.js"></script> <script src="../../node_modules/@webcomponents/webcomponentsjs/webcomponents-lite.js"></script>
<script src="wct-browser-config.js"></script> <script src="wct-browser-config.js"></script>
<script src="../../../../wct-browser-legacy/browser.js"></script> <script src="../../node_modules/wct-browser-legacy/browser.js"></script>
<script type="module" src="../../polymer-legacy.js"></script> <script type="module" src="../../polymer-legacy.js"></script>
<body> <body>

View File

@@ -13,7 +13,7 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
<meta charset="utf-8"> <meta charset="utf-8">
<script src="../../node_modules/@webcomponents/webcomponentsjs/webcomponents-lite.js"></script> <script src="../../node_modules/@webcomponents/webcomponentsjs/webcomponents-lite.js"></script>
<script src="wct-browser-config.js"></script> <script src="wct-browser-config.js"></script>
<script src="../../../../wct-browser-legacy/browser.js"></script> <script src="../../node_modules/wct-browser-legacy/browser.js"></script>
<script type="module" src="../../polymer-legacy.js"></script> <script type="module" src="../../polymer-legacy.js"></script>
</head> </head>
<body> <body>

View File

@@ -11,7 +11,7 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
<html> <html>
<head> <head>
<script src="wct-browser-config.js"></script> <script src="wct-browser-config.js"></script>
<script src="../../../../wct-browser-legacy/browser.js"></script> <script src="../../node_modules/wct-browser-legacy/browser.js"></script>
<script type="module" src="../../polymer-legacy.js"></script> <script type="module" src="../../polymer-legacy.js"></script>
</head> </head>
<body> <body>

View File

@@ -13,7 +13,7 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
<meta charset="utf-8"> <meta charset="utf-8">
<script src="../../node_modules/@webcomponents/webcomponentsjs/webcomponents-lite.js"></script> <script src="../../node_modules/@webcomponents/webcomponentsjs/webcomponents-lite.js"></script>
<script src="wct-browser-config.js"></script> <script src="wct-browser-config.js"></script>
<script src="../../../../wct-browser-legacy/browser.js"></script> <script src="../../node_modules/wct-browser-legacy/browser.js"></script>
<script type="module" src="../../polymer-legacy.js"></script> <script type="module" src="../../polymer-legacy.js"></script>
<script type="module" src="./path-effects-elements.js"></script> <script type="module" src="./path-effects-elements.js"></script>
<body> <body>

View File

@@ -13,7 +13,7 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
<meta charset="utf-8"> <meta charset="utf-8">
<script src="../../node_modules/@webcomponents/webcomponentsjs/webcomponents-lite.js"></script> <script src="../../node_modules/@webcomponents/webcomponentsjs/webcomponents-lite.js"></script>
<script src="wct-browser-config.js"></script> <script src="wct-browser-config.js"></script>
<script src="../../../../wct-browser-legacy/browser.js"></script> <script src="../../node_modules/wct-browser-legacy/browser.js"></script>
<script type="module" src="../../lib/utils/path.js"></script> <script type="module" src="../../lib/utils/path.js"></script>
</head> </head>
<body> <body>

View File

@@ -13,7 +13,7 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
<meta charset="utf-8"> <meta charset="utf-8">
<script src="../../node_modules/@webcomponents/webcomponentsjs/webcomponents-lite.js"></script> <script src="../../node_modules/@webcomponents/webcomponentsjs/webcomponents-lite.js"></script>
<script src="wct-browser-config.js"></script> <script src="wct-browser-config.js"></script>
<script src="../../../../wct-browser-legacy/browser.js"></script> <script src="../../node_modules/wct-browser-legacy/browser.js"></script>
<script type="module" src="../../polymer-legacy.js"></script> <script type="module" src="../../polymer-legacy.js"></script>
</head> </head>
<body> <body>

View File

@@ -13,7 +13,7 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
<meta charset="utf-8"> <meta charset="utf-8">
<script src="../../node_modules/@webcomponents/webcomponentsjs/webcomponents-lite.js"></script> <script src="../../node_modules/@webcomponents/webcomponentsjs/webcomponents-lite.js"></script>
<script src="wct-browser-config.js"></script> <script src="wct-browser-config.js"></script>
<script src="../../../../wct-browser-legacy/browser.js"></script> <script src="../../node_modules/wct-browser-legacy/browser.js"></script>
<script type="module" src="../../polymer-legacy.js"></script> <script type="module" src="../../polymer-legacy.js"></script>
</head> </head>
<body> <body>

View File

@@ -10,9 +10,9 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
--> -->
<html> <html>
<head> <head>
<script src="../../../../@webcomponents/webcomponentsjs/webcomponents-loader.js"></script> <script src="../../node_modules/@webcomponents/webcomponentsjs/webcomponents-loader.js"></script>
<script src="wct-browser-config.js"></script> <script src="wct-browser-config.js"></script>
<script src="../../../../wct-browser-legacy/browser.js"></script> <script src="../../node_modules/wct-browser-legacy/browser.js"></script>
<script type="module" src="./polymer-element-with-apply-import.js"></script> <script type="module" src="./polymer-element-with-apply-import.js"></script>
</head> </head>
<body> <body>

View File

@@ -13,7 +13,7 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
<meta charset="utf-8"> <meta charset="utf-8">
<script src="../../node_modules/@webcomponents/webcomponentsjs/webcomponents-lite.js"></script> <script src="../../node_modules/@webcomponents/webcomponentsjs/webcomponents-lite.js"></script>
<script src="wct-browser-config.js"></script> <script src="wct-browser-config.js"></script>
<script src="../../../../wct-browser-legacy/browser.js"></script> <script src="../../node_modules/wct-browser-legacy/browser.js"></script>
<script type="module" src="../../polymer-element.js"></script> <script type="module" src="../../polymer-element.js"></script>
<body> <body>

View File

@@ -13,7 +13,7 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
<meta charset="utf-8"> <meta charset="utf-8">
<script src="../../node_modules/@webcomponents/webcomponentsjs/webcomponents-lite.js"></script> <script src="../../node_modules/@webcomponents/webcomponentsjs/webcomponents-lite.js"></script>
<script src="wct-browser-config.js"></script> <script src="wct-browser-config.js"></script>
<script src="../../../../wct-browser-legacy/browser.js"></script> <script src="../../node_modules/wct-browser-legacy/browser.js"></script>
<script type="module" src="../../polymer-legacy.js"></script> <script type="module" src="../../polymer-legacy.js"></script>
<body> <body>

View File

@@ -13,7 +13,7 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
<meta charset="utf-8"> <meta charset="utf-8">
<script src="../../node_modules/@webcomponents/webcomponentsjs/webcomponents-lite.js"></script> <script src="../../node_modules/@webcomponents/webcomponentsjs/webcomponents-lite.js"></script>
<script src="wct-browser-config.js"></script> <script src="wct-browser-config.js"></script>
<script src="../../../../wct-browser-legacy/browser.js"></script> <script src="../../node_modules/wct-browser-legacy/browser.js"></script>
<script type="module" src="../../lib/mixins/properties-mixin.js"></script> <script type="module" src="../../lib/mixins/properties-mixin.js"></script>
<script type="module" src="../../lib/mixins/property-accessors.js"></script> <script type="module" src="../../lib/mixins/property-accessors.js"></script>
<body> <body>

View File

@@ -13,7 +13,7 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
<meta charset="utf-8"> <meta charset="utf-8">
<script src="../../node_modules/@webcomponents/webcomponentsjs/webcomponents-lite.js"></script> <script src="../../node_modules/@webcomponents/webcomponentsjs/webcomponents-lite.js"></script>
<script src="wct-browser-config.js"></script> <script src="wct-browser-config.js"></script>
<script src="../../../../wct-browser-legacy/browser.js"></script> <script src="../../node_modules/wct-browser-legacy/browser.js"></script>
<script type="module" src="../../lib/mixins/properties-mixin.js"></script> <script type="module" src="../../lib/mixins/properties-mixin.js"></script>
<body> <body>

View File

@@ -13,7 +13,7 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
<meta charset="utf-8"> <meta charset="utf-8">
<script src="../../node_modules/@webcomponents/webcomponentsjs/webcomponents-lite.js"></script> <script src="../../node_modules/@webcomponents/webcomponentsjs/webcomponents-lite.js"></script>
<script src="wct-browser-config.js"></script> <script src="wct-browser-config.js"></script>
<script src="../../../../wct-browser-legacy/browser.js"></script> <script src="../../node_modules/wct-browser-legacy/browser.js"></script>
<script type="module" src="../../polymer-legacy.js"></script> <script type="module" src="../../polymer-legacy.js"></script>
<body> <body>

View File

@@ -13,7 +13,7 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
<meta charset="utf-8"> <meta charset="utf-8">
<script src="../../node_modules/@webcomponents/webcomponentsjs/webcomponents-lite.js"></script> <script src="../../node_modules/@webcomponents/webcomponentsjs/webcomponents-lite.js"></script>
<script src="wct-browser-config.js"></script> <script src="wct-browser-config.js"></script>
<script src="../../../../wct-browser-legacy/browser.js"></script> <script src="../../node_modules/wct-browser-legacy/browser.js"></script>
<script type="module" src="../../polymer-legacy.js"></script> <script type="module" src="../../polymer-legacy.js"></script>
<body> <body>

View File

@@ -14,7 +14,7 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
<script src="../../node_modules/@webcomponents/webcomponentsjs/webcomponents-lite.js"></script> <script src="../../node_modules/@webcomponents/webcomponentsjs/webcomponents-lite.js"></script>
<script src="wct-browser-config.js"></script> <script src="wct-browser-config.js"></script>
<script src="wct-browser-config.js"></script> <script src="wct-browser-config.js"></script>
<script src="../../../../wct-browser-legacy/browser.js"></script> <script src="../../node_modules/wct-browser-legacy/browser.js"></script>
<script type="module" src="../../polymer-element.js"></script> <script type="module" src="../../polymer-element.js"></script>
<script type="module" src="../../lib/mixins/gesture-event-listeners.js"></script> <script type="module" src="../../lib/mixins/gesture-event-listeners.js"></script>
<script type="module" src="../../lib/elements/dom-if.js"></script> <script type="module" src="../../lib/elements/dom-if.js"></script>

View File

@@ -13,7 +13,7 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
<meta charset="utf-8"> <meta charset="utf-8">
<script src="../../node_modules/@webcomponents/webcomponentsjs/webcomponents-lite.js"></script> <script src="../../node_modules/@webcomponents/webcomponentsjs/webcomponents-lite.js"></script>
<script src="wct-browser-config.js"></script> <script src="wct-browser-config.js"></script>
<script src="../../../../wct-browser-legacy/browser.js"></script> <script src="../../node_modules/wct-browser-legacy/browser.js"></script>
<script type="module" src="../../polymer-legacy.js"></script> <script type="module" src="../../polymer-legacy.js"></script>
<script type="module" src="./property-effects-elements.js"></script> <script type="module" src="./property-effects-elements.js"></script>
<body> <body>

View File

@@ -13,7 +13,7 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
<meta charset="utf-8"> <meta charset="utf-8">
<script src="../../node_modules/@webcomponents/webcomponentsjs/webcomponents-lite.js"></script> <script src="../../node_modules/@webcomponents/webcomponentsjs/webcomponents-lite.js"></script>
<script src="wct-browser-config.js"></script> <script src="wct-browser-config.js"></script>
<script src="../../../../wct-browser-legacy/browser.js"></script> <script src="../../node_modules/wct-browser-legacy/browser.js"></script>
<script type="module" src="../../polymer-legacy.js"></script> <script type="module" src="../../polymer-legacy.js"></script>
</head> </head>
<body> <body>

View File

@@ -13,7 +13,7 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
<meta charset="utf-8"> <meta charset="utf-8">
<script src="../../node_modules/@webcomponents/webcomponentsjs/webcomponents-lite.js"></script> <script src="../../node_modules/@webcomponents/webcomponentsjs/webcomponents-lite.js"></script>
<script src="wct-browser-config.js"></script> <script src="wct-browser-config.js"></script>
<script src="../../../../wct-browser-legacy/browser.js"></script> <script src="../../node_modules/wct-browser-legacy/browser.js"></script>
<script type="module" src="../../polymer-legacy.js"></script> <script type="module" src="../../polymer-legacy.js"></script>
</head> </head>
<body> <body>

View File

@@ -13,7 +13,7 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
<meta charset="utf-8"> <meta charset="utf-8">
<script src="../../node_modules/@webcomponents/webcomponentsjs/webcomponents-lite.js"></script> <script src="../../node_modules/@webcomponents/webcomponentsjs/webcomponents-lite.js"></script>
<script src="wct-browser-config.js"></script> <script src="wct-browser-config.js"></script>
<script src="../../../../wct-browser-legacy/browser.js"></script> <script src="../../node_modules/wct-browser-legacy/browser.js"></script>
<script type="module" src="../../polymer-legacy.js"></script> <script type="module" src="../../polymer-legacy.js"></script>
<body> <body>

View File

@@ -13,7 +13,7 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
<meta charset="UTF-8"> <meta charset="UTF-8">
<script src="../../node_modules/@webcomponents/webcomponentsjs/webcomponents-lite.js"></script> <script src="../../node_modules/@webcomponents/webcomponentsjs/webcomponents-lite.js"></script>
<script src="wct-browser-config.js"></script> <script src="wct-browser-config.js"></script>
<script src="../../../../wct-browser-legacy/browser.js"></script> <script src="../../node_modules/wct-browser-legacy/browser.js"></script>
<script> <script>
Polymer = { Polymer = {
rootPath: 'earlyRootPath/' rootPath: 'earlyRootPath/'

View File

@@ -22,7 +22,7 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
</script> </script>
<script src="../../node_modules/@webcomponents/webcomponentsjs/webcomponents-lite.js"></script> <script src="../../node_modules/@webcomponents/webcomponentsjs/webcomponents-lite.js"></script>
<script src="wct-browser-config.js"></script> <script src="wct-browser-config.js"></script>
<script src="../../../../wct-browser-legacy/browser.js"></script> <script src="../../node_modules/wct-browser-legacy/browser.js"></script>
<script type="module" src="../../polymer-legacy.js"></script> <script type="module" src="../../polymer-legacy.js"></script>
</head> </head>
<body> <body>

View File

@@ -22,7 +22,7 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
</script> </script>
<script src="../../node_modules/@webcomponents/webcomponentsjs/webcomponents-lite.js"></script> <script src="../../node_modules/@webcomponents/webcomponentsjs/webcomponents-lite.js"></script>
<script src="wct-browser-config.js"></script> <script src="wct-browser-config.js"></script>
<script src="../../../../wct-browser-legacy/browser.js"></script> <script src="../../node_modules/wct-browser-legacy/browser.js"></script>
<script type="module" src="../../polymer-legacy.js"></script> <script type="module" src="../../polymer-legacy.js"></script>
</head> </head>
<body> <body>

View File

@@ -21,7 +21,7 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
</script> </script>
<script src="../../node_modules/@webcomponents/webcomponentsjs/webcomponents-lite.js"></script> <script src="../../node_modules/@webcomponents/webcomponentsjs/webcomponents-lite.js"></script>
<script src="wct-browser-config.js"></script> <script src="wct-browser-config.js"></script>
<script src="../../../../wct-browser-legacy/browser.js"></script> <script src="../../node_modules/wct-browser-legacy/browser.js"></script>
<script type="module" src="../../polymer-legacy.js"></script> <script type="module" src="../../polymer-legacy.js"></script>
</head> </head>
<body> <body>

View File

@@ -12,7 +12,7 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
<head> <head>
<script src="../../node_modules/@webcomponents/webcomponentsjs/webcomponents-lite.js"></script> <script src="../../node_modules/@webcomponents/webcomponentsjs/webcomponents-lite.js"></script>
<script src="wct-browser-config.js"></script> <script src="wct-browser-config.js"></script>
<script src="../../../../wct-browser-legacy/browser.js"></script> <script src="../../node_modules/wct-browser-legacy/browser.js"></script>
<script type="module" src="../../polymer-legacy.js"></script> <script type="module" src="../../polymer-legacy.js"></script>
<script type="module" src="./shady-unscoped-style-import.js"></script> <script type="module" src="./shady-unscoped-style-import.js"></script>
</head> </head>

View File

@@ -13,7 +13,7 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
<meta charset="utf-8"> <meta charset="utf-8">
<script src="../../node_modules/@webcomponents/webcomponentsjs/webcomponents-lite.js" register="true" shadydom="true"></script> <script src="../../node_modules/@webcomponents/webcomponentsjs/webcomponents-lite.js" register="true" shadydom="true"></script>
<script src="wct-browser-config.js"></script> <script src="wct-browser-config.js"></script>
<script src="../../../../wct-browser-legacy/browser.js"></script> <script src="../../node_modules/wct-browser-legacy/browser.js"></script>
<script type="module" src="../../polymer-legacy.js"></script> <script type="module" src="../../polymer-legacy.js"></script>
</head> </head>
<body> <body>

View File

@@ -13,7 +13,7 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
<meta charset="utf-8"> <meta charset="utf-8">
<script src="../../node_modules/@webcomponents/webcomponentsjs/webcomponents-lite.js"></script> <script src="../../node_modules/@webcomponents/webcomponentsjs/webcomponents-lite.js"></script>
<script src="wct-browser-config.js"></script> <script src="wct-browser-config.js"></script>
<script src="../../../../wct-browser-legacy/browser.js"></script> <script src="../../node_modules/wct-browser-legacy/browser.js"></script>
<script type="module" src="../../polymer-legacy.js"></script> <script type="module" src="../../polymer-legacy.js"></script>
</head> </head>
<body> <body>

View File

@@ -13,7 +13,7 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
<meta charset="utf-8"> <meta charset="utf-8">
<script src="../../node_modules/@webcomponents/webcomponentsjs/webcomponents-lite.js"></script> <script src="../../node_modules/@webcomponents/webcomponentsjs/webcomponents-lite.js"></script>
<script src="wct-browser-config.js"></script> <script src="wct-browser-config.js"></script>
<script src="../../../../wct-browser-legacy/browser.js"></script> <script src="../../node_modules/wct-browser-legacy/browser.js"></script>
<script type="module" src="../../polymer-legacy.js"></script> <script type="module" src="../../polymer-legacy.js"></script>
</head> </head>
<body> <body>

View File

@@ -13,7 +13,7 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
<meta charset="utf-8"> <meta charset="utf-8">
<script src="../../node_modules/@webcomponents/webcomponentsjs/webcomponents-lite.js"></script> <script src="../../node_modules/@webcomponents/webcomponentsjs/webcomponents-lite.js"></script>
<script src="wct-browser-config.js"></script> <script src="wct-browser-config.js"></script>
<script src="../../../../wct-browser-legacy/browser.js"></script> <script src="../../node_modules/wct-browser-legacy/browser.js"></script>
<script type="module" src="../../polymer-legacy.js"></script> <script type="module" src="../../polymer-legacy.js"></script>
<style> <style>
.variable-override { .variable-override {

View File

@@ -13,7 +13,7 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
<meta charset="utf-8"> <meta charset="utf-8">
<script src="../../node_modules/@webcomponents/webcomponentsjs/webcomponents-lite.js"></script> <script src="../../node_modules/@webcomponents/webcomponentsjs/webcomponents-lite.js"></script>
<script src="wct-browser-config.js"></script> <script src="wct-browser-config.js"></script>
<script src="../../../../wct-browser-legacy/browser.js"></script> <script src="../../node_modules/wct-browser-legacy/browser.js"></script>
<script type="module" src="../../polymer-legacy.js"></script> <script type="module" src="../../polymer-legacy.js"></script>
<script type="module" src="./styling-import-shared-styles.js"></script> <script type="module" src="./styling-import-shared-styles.js"></script>
</head> </head>

View File

@@ -14,7 +14,7 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
<meta charset="utf-8"> <meta charset="utf-8">
<script src="../../node_modules/@webcomponents/webcomponentsjs/webcomponents-lite.js"></script> <script src="../../node_modules/@webcomponents/webcomponentsjs/webcomponents-lite.js"></script>
<script src="wct-browser-config.js"></script> <script src="wct-browser-config.js"></script>
<script src="../../../../wct-browser-legacy/browser.js"></script> <script src="../../node_modules/wct-browser-legacy/browser.js"></script>
<script type="module" src="../../polymer-legacy.js"></script> <script type="module" src="../../polymer-legacy.js"></script>
</head> </head>

View File

@@ -22,7 +22,7 @@ window.customElements.define = function(name, fn, options) {
customElements.defineOrder = order; customElements.defineOrder = order;
</script> </script>
<script src="wct-browser-config.js"></script> <script src="wct-browser-config.js"></script>
<script src="../../../../wct-browser-legacy/browser.js"></script> <script src="../../node_modules/wct-browser-legacy/browser.js"></script>
<script type="module" src="../../polymer-legacy.js"></script> <script type="module" src="../../polymer-legacy.js"></script>
<style> <style>
#priority[style-scope=x-styled], #priority.style-scope.x-styled { #priority[style-scope=x-styled], #priority.style-scope.x-styled {

View File

@@ -14,7 +14,7 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
<script src="../../node_modules/@webcomponents/webcomponentsjs/webcomponents-lite.js"></script> <script src="../../node_modules/@webcomponents/webcomponentsjs/webcomponents-lite.js"></script>
<script src="wct-browser-config.js"></script> <script src="wct-browser-config.js"></script>
<script src="../../../../wct-browser-legacy/browser.js"></script> <script src="../../node_modules/wct-browser-legacy/browser.js"></script>
<script type="module" src="../../lib/mixins/template-stamp.js"></script> <script type="module" src="../../lib/mixins/template-stamp.js"></script>
</head> </head>

View File

@@ -13,7 +13,7 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
<meta charset="utf-8"> <meta charset="utf-8">
<script src="../../node_modules/@webcomponents/webcomponentsjs/webcomponents-lite.js"></script> <script src="../../node_modules/@webcomponents/webcomponentsjs/webcomponents-lite.js"></script>
<script src="wct-browser-config.js"></script> <script src="wct-browser-config.js"></script>
<script src="../../../../wct-browser-legacy/browser.js"></script> <script src="../../node_modules/wct-browser-legacy/browser.js"></script>
<script type="module" src="../../polymer-legacy.js"></script> <script type="module" src="../../polymer-legacy.js"></script>
</head> </head>
<body> <body>

View File

@@ -13,7 +13,7 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
<meta charset="utf-8"> <meta charset="utf-8">
<script src="../../node_modules/@webcomponents/webcomponentsjs/webcomponents-lite.js"></script> <script src="../../node_modules/@webcomponents/webcomponentsjs/webcomponents-lite.js"></script>
<script src="wct-browser-config.js"></script> <script src="wct-browser-config.js"></script>
<script src="../../../../wct-browser-legacy/browser.js"></script> <script src="../../node_modules/wct-browser-legacy/browser.js"></script>
<script type="module" src="../../polymer-legacy.js"></script> <script type="module" src="../../polymer-legacy.js"></script>
<script type="module" src="./templatize-elements.js"></script> <script type="module" src="./templatize-elements.js"></script>
</head> </head>