Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / fast / css / resources / counter-crash-frame-src.html
index a2ba184..4e5e3db 100644 (file)
@@ -1,22 +1,22 @@
-\r
-<script>\r
-function boom() {\r
-    var p = document.getElementById('p').cloneNode(false);\r
-    document.getElementById('fig').appendChild(p);\r
-\r
-    var count = document.getElementById('count').cloneNode(false);\r
-    document.getElementById('multi').appendChild(count);\r
-\r
-    document.location.reload();\r
-}\r
-</script>\r
-<body onload="boom();">\r
-    <spacer id='count' style='counter-increment: aaa 1;'>\r
-        <fig id='fig'>\r
-    </spacer>\r
-    <acronym>\r
-        <spacer style='counter-increment: aaa 1;'></spacer>\r
-    </acronym>\r
-    <multicol id='multi'></multicol>\r
-    <p id='p'></p>\r
-</body>\r
+
+<script>
+function boom() {
+    var p = document.getElementById('p').cloneNode(false);
+    document.getElementById('fig').appendChild(p);
+
+    var count = document.getElementById('count').cloneNode(false);
+    document.getElementById('multi').appendChild(count);
+
+    document.location.reload();
+}
+</script>
+<body onload="boom();">
+    <spacer id='count' style='counter-increment: aaa 1;'>
+        <fig id='fig'>
+    </spacer>
+    <acronym>
+        <spacer style='counter-increment: aaa 1;'></spacer>
+    </acronym>
+    <multicol id='multi'></multicol>
+    <p id='p'></p>
+</body>