Index: node_modules/vulcanize/node_modules/update-notifier/node_modules/latest-version/node_modules/package-json/node_modules/registry-url/node_modules/rc/LICENSE.APACHE2 |
diff --git a/bower_components/web-animations-js/test/testcases/auto-test-element-animate.html b/node_modules/vulcanize/node_modules/update-notifier/node_modules/latest-version/node_modules/package-json/node_modules/registry-url/node_modules/rc/LICENSE.APACHE2 |
similarity index 63% |
copy from bower_components/web-animations-js/test/testcases/auto-test-element-animate.html |
copy to node_modules/vulcanize/node_modules/update-notifier/node_modules/latest-version/node_modules/package-json/node_modules/registry-url/node_modules/rc/LICENSE.APACHE2 |
index 2f498b4c96239042e32efaae00eaa71774567eed..6366c04716fb9e88262da7cf0b5cdfa69dbd2c65 100644 |
--- a/bower_components/web-animations-js/test/testcases/auto-test-element-animate.html |
+++ b/node_modules/vulcanize/node_modules/update-notifier/node_modules/latest-version/node_modules/package-json/node_modules/registry-url/node_modules/rc/LICENSE.APACHE2 |
@@ -1,5 +1,6 @@ |
-<!-- |
-Copyright 2013 Google Inc. All Rights Reserved. |
+Apache License, Version 2.0 |
+ |
+Copyright (c) 2011 Dominic Tarr |
Licensed under the Apache License, Version 2.0 (the "License"); |
you may not use this file except in compliance with the License. |
@@ -12,19 +13,3 @@ distributed under the License is distributed on an "AS IS" BASIS, |
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
See the License for the specific language governing permissions and |
limitations under the License. |
---> |
- |
-<!DOCTYPE html><meta charset="UTF-8"> |
-<style> |
-body { |
- display: none; |
- background-color: green; |
-} |
-</style> |
-<body> |
-PASS |
-<script src="../bootstrap.js"></script> |
-<script> |
-"use strict"; |
-document.body.animate({display: 'block'}, 1000); |
-</script> |