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

Unified Diff: ppapi/tests/test_page.css

Issue 10052028: Fix line endings in ppapi. No code change. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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
« no previous file with comments | « ppapi/examples/mouse_cursor/mouse_cursor.cc ('k') | ppapi/tests/test_view.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/tests/test_page.css
diff --git a/ppapi/tests/test_page.css b/ppapi/tests/test_page.css
index 7cce1ff5e4d01171820963955fb3d3e16a51070a..de76c41af860b1f4f98e44ba04e14827d2e4387c 100644
--- a/ppapi/tests/test_page.css
+++ b/ppapi/tests/test_page.css
@@ -1,67 +1,67 @@
-body {
- font-family:Verdana,Arial,sans-serif;
- padding: 0;
- margin: 0;
-}
-
-p.frame-container {
- margin: 0;
- margin-top: 1em ! important;
- margin-bottom: 1em ! important;
- padding: 0;
-}
-
-p.frame-container > h2 {
- font-size: 1.1em;
- margin: 0;
- margin-left: 10% ! important;
- padding: 0;
-}
-
-p.frame-container > iframe {
- margin: 0;
- padding: 0;
- border: none;
- width: 100%;
- height: 30%;
-}
-
-#console {
- border:1px solid black;
- padding:4px;
- background-color:#EEE;
- margin-left:10%;
- margin-right:10%;
-}
-
-#container {
- height: 16px;
-}
-
-#container > object {
- width: 100%;
- height: 100%;
-}
-
-.test_line {
-}
-
-.test_name {
-}
-
-.pass {
- font-weight:bold;
- color:#080;
-}
-
-.fail {
- font-weight:bold;
- color:#800;
-}
-
-.err_msg {
-}
-
-.load_msg {
- font-style:italic;
-}
+body {
+ font-family:Verdana,Arial,sans-serif;
+ padding: 0;
+ margin: 0;
+}
+
+p.frame-container {
+ margin: 0;
+ margin-top: 1em ! important;
+ margin-bottom: 1em ! important;
+ padding: 0;
+}
+
+p.frame-container > h2 {
+ font-size: 1.1em;
+ margin: 0;
+ margin-left: 10% ! important;
+ padding: 0;
+}
+
+p.frame-container > iframe {
+ margin: 0;
+ padding: 0;
+ border: none;
+ width: 100%;
+ height: 30%;
+}
+
+#console {
+ border:1px solid black;
+ padding:4px;
+ background-color:#EEE;
+ margin-left:10%;
+ margin-right:10%;
+}
+
+#container {
+ height: 16px;
+}
+
+#container > object {
+ width: 100%;
+ height: 100%;
+}
+
+.test_line {
+}
+
+.test_name {
+}
+
+.pass {
+ font-weight:bold;
+ color:#080;
+}
+
+.fail {
+ font-weight:bold;
+ color:#800;
+}
+
+.err_msg {
+}
+
+.load_msg {
+ font-style:italic;
+}
« no previous file with comments | « ppapi/examples/mouse_cursor/mouse_cursor.cc ('k') | ppapi/tests/test_view.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698