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

Unified Diff: third_party/polymer/components/web-animations-js/test/testharness_timing.css

Issue 592603004: Revert "Polymer elements added to third_party/polymer." (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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: third_party/polymer/components/web-animations-js/test/testharness_timing.css
diff --git a/third_party/polymer/components/web-animations-js/test/testharness_timing.css b/third_party/polymer/components/web-animations-js/test/testharness_timing.css
deleted file mode 100644
index 35d25c42688888db989eb610f5aab4cb7f2fa085..0000000000000000000000000000000000000000
--- a/third_party/polymer/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