Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / fast / css / border-radius-non-negative.html
index b6025f4..680c48c 100644 (file)
@@ -1,40 +1,40 @@
-<html>\r
-<head>\r
-<style>\r
-div {\r
-  border: 10px red solid;\r
-  width: 80px;\r
-  height: 80px;\r
-  margin-top: 10px;\r
-}\r
-#test1, #test2 {\r
-  margin-top: -100px;\r
-  border-color: black;\r
-}\r
-#reference1 {\r
-  border-radius: 0px 0px 0px 0px;\r
-}\r
-#test1 {\r
-  border-radius: 30px -150px 30px 30px;\r
-}\r
-#reference2 {\r
-  border-radius: 0px 30px 0px 0px;\r
-}\r
-#test2 {\r
-  border-top-left-radius: -120px;\r
-  border-top-right-radius: 30px;\r
-}\r
-</style>\r
-</head>\r
-<script>\r
-if (window.testRunner)\r
-    window.testRunner.dumpAsTextWithPixelResults();\r
-</script>\r
-<body>\r
-<div id="reference1"></div>\r
-<div id="test1"></div>\r
-<div id="reference2"></div>\r
-<div id="test2"></div>\r
-</p>\r
-</body>\r
-</html>\r
+<html>
+<head>
+<style>
+div {
+  border: 10px red solid;
+  width: 80px;
+  height: 80px;
+  margin-top: 10px;
+}
+#test1, #test2 {
+  margin-top: -100px;
+  border-color: black;
+}
+#reference1 {
+  border-radius: 0px 0px 0px 0px;
+}
+#test1 {
+  border-radius: 30px -150px 30px 30px;
+}
+#reference2 {
+  border-radius: 0px 30px 0px 0px;
+}
+#test2 {
+  border-top-left-radius: -120px;
+  border-top-right-radius: 30px;
+}
+</style>
+</head>
+<script>
+if (window.testRunner)
+    window.testRunner.dumpAsTextWithPixelResults();
+</script>
+<body>
+<div id="reference1"></div>
+<div id="test1"></div>
+<div id="reference2"></div>
+<div id="test2"></div>
+</p>
+</body>
+</html>