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

Unified Diff: client/dom/benchmarks/dromaeo/reset.css

Issue 9374026: Move dromaeo to third_party (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Moved Dromaeo to third party. Created 8 years, 10 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 | « client/dom/benchmarks/dromaeo/index.html ('k') | client/dom/benchmarks/dromaeo/test-head.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/dom/benchmarks/dromaeo/reset.css
diff --git a/client/dom/benchmarks/dromaeo/reset.css b/client/dom/benchmarks/dromaeo/reset.css
deleted file mode 100644
index 4a3cf9415379f7a19c8de2fc510ac12834f7f166..0000000000000000000000000000000000000000
--- a/client/dom/benchmarks/dromaeo/reset.css
+++ /dev/null
@@ -1,38 +0,0 @@
-/* --------------------------------------------------------------
-
- reset.css
- * Resets default browser CSS.
-
- Based on work by Eric Meyer:
- * meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/
-
--------------------------------------------------------------- */
-
-html, body, div, span, object, iframe,
-h1, h2, h3, h4, h5, h6, p, blockquote, pre,
-a, abbr, acronym, address, code,
-del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
-fieldset, form, label, legend,
-table, caption, tbody, tfoot, thead, tr, th, td {
- margin: 0;
- padding: 0;
- border: 0;
- font-weight: inherit;
- font-style: inherit;
- font-size: 100%;
- font-family: inherit;
- vertical-align: baseline;
-}
-
-
-body { line-height: 1.5; background: #fff; margin:1.5em 0; }
-
-/* Tables still need 'cellspacing="0"' in the markup. */
-caption, th, td { text-align: left; font-weight:400; }
-
-/* Remove possible quote marks (") from <q>, <blockquote>. */
-blockquote:before, blockquote:after, q:before, q:after { content: ""; }
-blockquote, q { quotes: "" ""; }
-
-a img { border: none; }
-
« no previous file with comments | « client/dom/benchmarks/dromaeo/index.html ('k') | client/dom/benchmarks/dromaeo/test-head.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698