Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / fast / block / float / float-not-removed-from-next-sibling.html
index 9aaa371..4232950 100644 (file)
@@ -1,24 +1,24 @@
-<html>\r
-    <body onload="runTest()">\r
-        <div style="width: 20px;">\r
-            <script>\r
-                function runTest()\r
-                {\r
-                    document.body.offsetTop;\r
-                    var container = document.getElementById('panel');\r
-                    container.style.position = 'relative';\r
-                    document.getElementById('test1').style.position = 'absolute';\r
-                    document.getElementById('test2').style.position = 'absolute';\r
-                }\r
-            </script>\r
-            <div id="panel">\r
-                <div id="test1">\r
-                    <img style="float: left; width: 20px; height: 100px; background-color: silver;">\r
-                </div>\r
-                <div id="test2" style="font-family: ahem;">\r
-                    <a><p>A B C D</p>\r
-                </div>\r
-            </div>\r
-        </div>\r
-    </body>\r
-</html>\r
+<html>
+    <body onload="runTest()">
+        <div style="width: 20px;">
+            <script>
+                function runTest()
+                {
+                    document.body.offsetTop;
+                    var container = document.getElementById('panel');
+                    container.style.position = 'relative';
+                    document.getElementById('test1').style.position = 'absolute';
+                    document.getElementById('test2').style.position = 'absolute';
+                }
+            </script>
+            <div id="panel">
+                <div id="test1">
+                    <img style="float: left; width: 20px; height: 100px; background-color: silver;">
+                </div>
+                <div id="test2" style="font-family: ahem;">
+                    <a><p>A B C D</p>
+                </div>
+            </div>
+        </div>
+    </body>
+</html>