Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3330)

Unified Diff: bower_components/web-animations-js/test/testharness_timing.css

Issue 786953007: npm_modules: Fork bower_components into Polymer 0.4.0 and 0.5.0 versions (Closed) Base URL: https://chromium.googlesource.com/infra/third_party/npm_modules.git@master
Patch Set: Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: bower_components/web-animations-js/test/testharness_timing.css
diff --git a/bower_components/web-animations-js/test/testharness_timing.css b/bower_components/web-animations-js/test/testharness_timing.css
deleted file mode 100644
index 35d25c42688888db989eb610f5aab4cb7f2fa085..0000000000000000000000000000000000000000
--- a/bower_components/web-animations-js/test/testharness_timing.css
+++ /dev/null
@@ -1,75 +0,0 @@
-html, body {
- height: 100%;
- padding: 0;
- margin: 0;
-}
-
-#timeline {
- position: fixed;
- height: 35px;
- bottom: 2px;
- left: 0;
- width: calc(100% - 50px);
-
- padding-left: 25px;
- padding-right: 25px;
-}
-
-#timeline div.bar {
- position: absolute;
- border: 1px solid black;
- top: 25px;
- height: 10px;
- width: calc(100% - 135px);
-}
-
-#timeline button {
- float: right;
- margin: 1px;
- margin-top: 17px;
- height: 20px;
- width: 20px;
-}
-
-#timeline #control {
- width: 30px;
- font-size: 6pt;
- padding: 0;
-}
-
-#timeline div.progress {
- background-color: black;
- height: 100%;
-}
-
-img.marker {
- position: absolute;
- top: -25px;
- width: 20px;
- height: 30px;
-}
-
-div.info {
- border: 1px solid black;
- border-radius: 10px;
- padding: 5px;
- position: absolute;
- bottom: 40px;
- background: white;
-}
-
-div.info pre {
- display: block;
-}
-
-#results tr td:last-child {
- white-space: pre;
- font-family: monospace;
-}
-
-#debug {
- width: 100%;
- height: 400px;
- overflow-y: scroll;
- border: 1px solid black;
-}

Powered by Google App Engine
This is Rietveld 408576698