Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / fast / css / color-quirk.html
index d172cb7..51d8ad5 100644 (file)
@@ -1,13 +1,13 @@
-<html>\r
-<head>\r
-    <title>Bug 12145: Illegal color Syntax rendered (quirks mode)</title>\r
-    <style type="text/css">\r
-      .example { color: ff0000 }\r
-      .example2 { color: 0000ff }\r
-    </style>\r
-</head>\r
-<body>\r
-    <p class="example">this should be red</p>\r
-    <p class="example2">this should be blue</p>\r
-</body>\r
-</html>\r
+<html>
+<head>
+    <title>Bug 12145: Illegal color Syntax rendered (quirks mode)</title>
+    <style type="text/css">
+      .example { color: ff0000 }
+      .example2 { color: 0000ff }
+    </style>
+</head>
+<body>
+    <p class="example">this should be red</p>
+    <p class="example2">this should be blue</p>
+</body>
+</html>