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

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

Issue 10070009: Add a copy of the Kraken Benchmark for performance testing. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Moved to third_party, correct licenses Created 8 years, 8 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
new file mode 100644
index 0000000000000000000000000000000000000000..52d8e3b4adbe5fef5ee5043e32077d4c338dac24
--- /dev/null
+++ b/chrome/test/data/third_party/kraken/hosted/kraken.css
@@ -0,0 +1,54 @@
+
+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