Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / fast / parser / xhtml-html-comment-in-style-block.xhtml
index d6ebb3e..67898c7 100644 (file)
@@ -1,23 +1,23 @@
-<html xmlns="http://www.w3.org/1999/xhtml">\r
-<head>\r
-<script>\r
-if (window.testRunner)\r
-    testRunner.dumpAsText();\r
-</script>\r
-<style type="text/css">\r
-.pass {display: block}\r
-.fail {display: none}\r
-<!--\r
-.pass {display: none}\r
-.fail {display: block}\r
--->\r
-</style>\r
-</head>\r
-<body>\r
-<p>This page tests that style written inside an HTML comment is not applied. See:\r
-http://test.w3.org/html/tests/approved/xhtml5/html_style_in_comment.xhtml\r
-</p>\r
-<span class="pass">PASS</span>\r
-<span class="fail">FAIL</span>\r
-</body>\r
-</html>\r
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head>
+<script>
+if (window.testRunner)
+    testRunner.dumpAsText();
+</script>
+<style type="text/css">
+.pass {display: block}
+.fail {display: none}
+<!--
+.pass {display: none}
+.fail {display: block}
+-->
+</style>
+</head>
+<body>
+<p>This page tests that style written inside an HTML comment is not applied. See:
+http://test.w3.org/html/tests/approved/xhtml5/html_style_in_comment.xhtml
+</p>
+<span class="pass">PASS</span>
+<span class="fail">FAIL</span>
+</body>
+</html>