diff --git a/test/unit/multi-style.html b/test/unit/multi-style.html index 8afe922b47..4c1d571a2a 100644 --- a/test/unit/multi-style.html +++ b/test/unit/multi-style.html @@ -1,4 +1,13 @@ +
diff --git a/test/unit/shady-unscoped-style-import-css.html b/test/unit/shady-unscoped-style-import-css.html index 3e99a3189c..ebc79b19e0 100644 --- a/test/unit/shady-unscoped-style-import-css.html +++ b/test/unit/shady-unscoped-style-import-css.html @@ -1,3 +1,12 @@ +/* +@license +Copyright (c) 2017 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 +*/ .import { border: 2px solid yellow; } \ No newline at end of file diff --git a/test/unit/shady-unscoped-style-import.html b/test/unit/shady-unscoped-style-import.html index 5fe5c6ae4f..1ab4ed77ce 100644 --- a/test/unit/shady-unscoped-style-import.html +++ b/test/unit/shady-unscoped-style-import.html @@ -1,3 +1,12 @@ +