Index: LayoutTests/fast/table/rules-attr-dynchange2.html |
diff --git a/LayoutTests/fast/table/rules-attr-dynchange2.html b/LayoutTests/fast/table/rules-attr-dynchange2.html |
index 017a987299815e995cd0e8865efc9cae22bfaf95..549fbd68d04f56acfbdbee60776150f736071cb8 100644 |
--- a/LayoutTests/fast/table/rules-attr-dynchange2.html |
+++ b/LayoutTests/fast/table/rules-attr-dynchange2.html |
@@ -1,33 +1,33 @@ |
-<html> |
-<head> |
-<title>Table rules attr</title> |
-<script type="text/javascript"> |
-function runTest() |
-{ |
- document.getElementById('myTable').rules="cols" |
- document.getElementById('myTable').rules="rows" |
-} |
-</script> |
-</head> |
- |
-<body onload="runTest()"> |
-<table id="myTable" border="1"> |
-<tr> |
-<td>Row1 cell1</td> |
-<td>Row1 cell2</td> |
-</tr> |
-<tr> |
-<td>Row2 cell1</td> |
-<td>Row2 cell2</td> |
-</tr> |
-<tr> |
-<td>Row3 cell1</td> |
-<td>Row3 cell2</td> |
-</tr> |
-</table> |
- |
-<p> The rules attribute is first set dynamically to cols, then to rows, so the table should show only row borders. Bug 14848. |
-</p> |
- |
-</body> |
-</html> |
+<html> |
+<head> |
+<title>Table rules attr</title> |
+<script type="text/javascript"> |
+function runTest() |
+{ |
+ document.getElementById('myTable').rules="cols" |
+ document.getElementById('myTable').rules="rows" |
+} |
+</script> |
+</head> |
+ |
+<body onload="runTest()"> |
+<table id="myTable" border="1"> |
+<tr> |
+<td>Row1 cell1</td> |
+<td>Row1 cell2</td> |
+</tr> |
+<tr> |
+<td>Row2 cell1</td> |
+<td>Row2 cell2</td> |
+</tr> |
+<tr> |
+<td>Row3 cell1</td> |
+<td>Row3 cell2</td> |
+</tr> |
+</table> |
+ |
+<p> The rules attribute is first set dynamically to cols, then to rows, so the table should show only row borders. Bug 14848. |
+</p> |
+ |
+</body> |
+</html> |