Index: LayoutTests/media/media-controls-clone-crash.html |
diff --git a/LayoutTests/media/media-controls-clone-crash.html b/LayoutTests/media/media-controls-clone-crash.html |
index 11c15213f2c3ab84e4ba4d3d041b36ef0df198e1..f1b3f203857e11aafa145f667c25097e4f8dc352 100644 |
--- a/LayoutTests/media/media-controls-clone-crash.html |
+++ b/LayoutTests/media/media-controls-clone-crash.html |
@@ -1,25 +1,25 @@ |
-<html> |
- <body onload="runTest();"> |
- Test passes if it does not crash. |
- <script> |
- if (window.testRunner) |
- { |
- testRunner.dumpAsText(); |
- testRunner.waitUntilDone(); |
- } |
- |
- function runTest() { |
- node = document.createElement('audio'); |
- node.setAttribute('src', 'foo'); |
- node.setAttribute('controls', 'foo'); |
- node.style.fontWeight = '100'; |
- var clone = node.cloneNode(false); |
- clone.load(); |
- |
- if (window.testRunner) |
- setTimeout("testRunner.notifyDone()", 0); |
- } |
- </script> |
- </body> |
-</html> |
- |
+<html> |
+ <body onload="runTest();"> |
+ Test passes if it does not crash. |
+ <script> |
+ if (window.testRunner) |
+ { |
+ testRunner.dumpAsText(); |
+ testRunner.waitUntilDone(); |
+ } |
+ |
+ function runTest() { |
+ node = document.createElement('audio'); |
+ node.setAttribute('src', 'foo'); |
+ node.setAttribute('controls', 'foo'); |
+ node.style.fontWeight = '100'; |
+ var clone = node.cloneNode(false); |
+ clone.load(); |
+ |
+ if (window.testRunner) |
+ setTimeout("testRunner.notifyDone()", 0); |
+ } |
+ </script> |
+ </body> |
+</html> |
+ |