Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / fast / block / positioning / absolute-with-html-border-strict.html
index 7ca9f1f..52f3ef4 100644 (file)
@@ -1,21 +1,21 @@
-<!DOCTYPE html>\r
-<html>\r
-<head>\r
-    <style type="text/css">\r
-        html {\r
-            border: 100px solid black;\r
-        }\r
-        #test {\r
-            position: absolute;\r
-            bottom: 0;\r
-            right: 0;\r
-            height: 200px;\r
-            width: 200px;\r
-            background: green;\r
-        }\r
-    </style>\r
-</head>\r
-<body>\r
-  <div id="test">This should be in the bottom right-hand corner of the viewport even when resizing.</div>\r
-</body>\r
-</html>
\ No newline at end of file
+<!DOCTYPE html>
+<html>
+<head>
+    <style type="text/css">
+        html {
+            border: 100px solid black;
+        }
+        #test {
+            position: absolute;
+            bottom: 0;
+            right: 0;
+            height: 200px;
+            width: 200px;
+            background: green;
+        }
+    </style>
+</head>
+<body>
+  <div id="test">This should be in the bottom right-hand corner of the viewport even when resizing.</div>
+</body>
+</html>