Index: LayoutTests/fast/text/text-transform-nontext-node-crash.xhtml |
diff --git a/LayoutTests/fast/text/text-transform-nontext-node-crash.xhtml b/LayoutTests/fast/text/text-transform-nontext-node-crash.xhtml |
index 390d96dde43c1023f4822bc804bf4da621c4e304..0783db7a4427e6672bad37d658a5460628c9ce1c 100644 |
--- a/LayoutTests/fast/text/text-transform-nontext-node-crash.xhtml |
+++ b/LayoutTests/fast/text/text-transform-nontext-node-crash.xhtml |
@@ -1,26 +1,26 @@ |
-<html xmlns="http://www.w3.org/1999/xhtml"> |
-<head> |
-<script> |
-if (window.testRunner) |
- testRunner.dumpAsText(); |
- |
-function finish() { |
- document.getElementById("result").innerHTML = "PASS"; |
-} |
-</script> |
-</head> |
-<body onload="finish()"> |
-<p>Tests that text transformation applied to a non-text node does not result in crash.</p> |
-<div id="result"></div> |
-<br> |
-<style type="text/css"> |
-br { |
- text-transform: lowercase; |
-} |
-br:first-letter { |
- text-transform: lowercase; |
-} |
-</style> |
-</br> |
-</body> |
-</html> |
+<html xmlns="http://www.w3.org/1999/xhtml"> |
+<head> |
+<script> |
+if (window.testRunner) |
+ testRunner.dumpAsText(); |
+ |
+function finish() { |
+ document.getElementById("result").innerHTML = "PASS"; |
+} |
+</script> |
+</head> |
+<body onload="finish()"> |
+<p>Tests that text transformation applied to a non-text node does not result in crash.</p> |
+<div id="result"></div> |
+<br> |
+<style type="text/css"> |
+br { |
+ text-transform: lowercase; |
+} |
+br:first-letter { |
+ text-transform: lowercase; |
+} |
+</style> |
+</br> |
+</body> |
+</html> |