Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / fast / inline / inline-empty-block-continuation-remove.html
index 78f43a3..e36de03 100644 (file)
@@ -1,17 +1,17 @@
-<!DOCTYPE html>\r
-<html>\r
-<body>\r
-WebKit Bug 88022 - Cleanup empty anonymous block continuation.<br />\r
-Test passes if you see orange and purple text should be on the same line.\r
-<a id="target"><b style="color: orange">ONE</b><b id="two" style="color: purple">TWO</b></a>\r
-<script>\r
-target = document.getElementById("target");\r
-two = document.getElementById("two");\r
-\r
-target.offsetTop; // force a layout\r
-two.style.display = "block";\r
-target.offsetTop; // force a layout\r
-two.style.display = "inline";\r
-</script>\r
-</body>\r
-</html>\r
+<!DOCTYPE html>
+<html>
+<body>
+WebKit Bug 88022 - Cleanup empty anonymous block continuation.<br />
+Test passes if you see orange and purple text should be on the same line.
+<a id="target"><b style="color: orange">ONE</b><b id="two" style="color: purple">TWO</b></a>
+<script>
+target = document.getElementById("target");
+two = document.getElementById("two");
+
+target.offsetTop; // force a layout
+two.style.display = "block";
+target.offsetTop; // force a layout
+two.style.display = "inline";
+</script>
+</body>
+</html>