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

Unified Diff: chrome/test/data/third_party/kraken/hosted/kraken.css

Issue 11348021: Automate Kraken benchmark with Chrome Remote Control. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 2 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: chrome/test/data/third_party/kraken/hosted/kraken.css
diff --git a/chrome/test/data/third_party/kraken/hosted/kraken.css b/chrome/test/data/third_party/kraken/hosted/kraken.css
deleted file mode 100644
index 52d8e3b4adbe5fef5ee5043e32077d4c338dac24..0000000000000000000000000000000000000000
--- a/chrome/test/data/third_party/kraken/hosted/kraken.css
+++ /dev/null
@@ -1,54 +0,0 @@
-
-body {
- font-family: Helvetica, Arial, sans-serif;
- margin: 20px;
- background-color: #ffffff;
- color: #1B0636
-}
-
-h2 {
- background-color: #fff;
- padding: 30px 20px 20px 20px;
- border-bottom: 3px solid white;
- color: black;
- zoom: 1.0 /* I CAN HAS LAYOUT? (ie hack) */
-}
-
-#content {
- width: 1000px;
- margin-left: auto;
- margin-right: auto;
-}
-
-#results {
- padding: 0 20px 20px 20px;
-}
-
-
-:link { color: #1363A1 }
-:visited { color: #1363A1 }
-
-#testframe { float: left;
- margin-top: 20px;
- width: 500px;
- height: 200px;
- background-color: white;
- border: 1px solid #1B0636;}
-
-#squares {
- float: left;
- margin-left: 10px;
- margin-top: 20px;
-}
-
-span.incomplete-square {
- color: #cccccc;
-}
-
-span.complete-square {
- color: #e7c0c0;
-}
-
-small.fine {
- color: #cccccc;
-}
« no previous file with comments | « chrome/test/data/third_party/kraken/hosted/json2.js ('k') | chrome/test/data/third_party/kraken/hosted/kraken-1.1/driver.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698