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

Unified Diff: webkit/data/test_shell/sort/sort.css

Issue 401923005: webkit: Remove all files from test_shell/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 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
« no previous file with comments | « webkit/data/test_shell/js/timers.html ('k') | webkit/data/test_shell/sort/sort.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/data/test_shell/sort/sort.css
diff --git a/webkit/data/test_shell/sort/sort.css b/webkit/data/test_shell/sort/sort.css
deleted file mode 100644
index c3448530c53611a925d5b3de55fcc53806dae6d4..0000000000000000000000000000000000000000
--- a/webkit/data/test_shell/sort/sort.css
+++ /dev/null
@@ -1,53 +0,0 @@
-body {
- font-family: Consolas, monospace;
- font-size: 12px;
-}
-
-ul.bar {
- position: relative;
- width: 900px;
- height: 200px;
- background: gray;
- border: 2px solid silver;
-}
-ul.bar li {
- position: absolute;
- bottom: 0px;
- width: 5px;
- list-style: none;
- margin: 0px;
- padding: 0px;
- z-index: 2;
- border: 1px solid black;
- border-bottom: 0px;
- background: green;
-}
-
-ul.bar .label {
- position: absolute;
- top: 5px;
- left: 5px;
- background: none;
-}
-
-li.compare {
- border: white;
- width: 10px;
-}
-
-li.compare {
- background-color: red;
-}
-
-.button {
- border: 1px dashed silver;
- padding: 2px;
- margin: 2px;
- display: inline;
-}
-
-.button:hover {
- text-decoration:underline;
- cursor: pointer;
- background-color: silver;
-}
« no previous file with comments | « webkit/data/test_shell/js/timers.html ('k') | webkit/data/test_shell/sort/sort.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698