Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(39)

Unified Diff: LayoutTests/fast/table/rules-attr-dynchange1.html

Issue 216553010: Remove carriage returns from LayoutTests (04) (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: LayoutTests/fast/table/rules-attr-dynchange1.html
diff --git a/LayoutTests/fast/table/rules-attr-dynchange1.html b/LayoutTests/fast/table/rules-attr-dynchange1.html
index 7f0701ae0633b7df09d7baf70db19f5c5cf48c80..b04fe255d66867bc574c3e787f27d078ddf56471 100644
--- a/LayoutTests/fast/table/rules-attr-dynchange1.html
+++ b/LayoutTests/fast/table/rules-attr-dynchange1.html
@@ -1,33 +1,33 @@
-<html>
-<head>
-<title>Table rules attr</title>
-<script type="text/javascript">
-function runTest()
-{
- document.getElementById('myTable').rules="rows"
- document.getElementById('myTable').rules="cols"
-}
-</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 rows, then to cols, so the table should show only column borders. Bug 14848.
-</p>
-
-</body>
-</html>
+<html>
+<head>
+<title>Table rules attr</title>
+<script type="text/javascript">
+function runTest()
+{
+ document.getElementById('myTable').rules="rows"
+ document.getElementById('myTable').rules="cols"
+}
+</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 rows, then to cols, so the table should show only column borders. Bug 14848.
+</p>
+
+</body>
+</html>
« no previous file with comments | « LayoutTests/fast/table/relative-position-stacking.html ('k') | LayoutTests/fast/table/rules-attr-dynchange2.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698