Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / fast / parser / xhtml-innerhtml-null-byte-first.xhtml
index 400a586..e17bc3d 100644 (file)
@@ -1,22 +1,22 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/Strict.dtd"> \r
-<html xml:lang="en" lang="en" xmlns="http://www.w3.org/1999/xhtml">\r
-  <head>\r
-    <title>XHTML innerHTML null byte test</title>\r
-    <script><![CDATA[\r
-      if (window.testRunner)\r
-        testRunner.dumpAsText();\r
-    ]]></script>\r
-  </head>\r
-  <body>\r
-    <p id="p0">FAIL: No exception raised.</p>\r
-    <script><![CDATA[\r
-      try {\r
-        document.getElementById("p0").innerHTML = "\x00FAIL: Nulls mishandled.";\r
-      } catch(e) {\r
-        document.getElementById("p0").innerHTML = "PASS: An exception was raised, no crashing.";\r
-        if (e.code != DOMException.SYNTAX_ERR)\r
-          console.log("Unexpected error thrown: " + e.name + ": " + e.message);\r
-      }\r
-    ]]></script>\r
-  </body>\r
-</html>\r
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/Strict.dtd"> 
+<html xml:lang="en" lang="en" xmlns="http://www.w3.org/1999/xhtml">
+  <head>
+    <title>XHTML innerHTML null byte test</title>
+    <script><![CDATA[
+      if (window.testRunner)
+        testRunner.dumpAsText();
+    ]]></script>
+  </head>
+  <body>
+    <p id="p0">FAIL: No exception raised.</p>
+    <script><![CDATA[
+      try {
+        document.getElementById("p0").innerHTML = "\x00FAIL: Nulls mishandled.";
+      } catch(e) {
+        document.getElementById("p0").innerHTML = "PASS: An exception was raised, no crashing.";
+        if (e.code != DOMException.SYNTAX_ERR)
+          console.log("Unexpected error thrown: " + e.name + ": " + e.message);
+      }
+    ]]></script>
+  </body>
+</html>