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

Unified Diff: LayoutTests/tables/mozilla/bugs/bug123862.html

Issue 216933006: Remove carriage returns from LayoutTests (18) (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Expectations 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
« no previous file with comments | « LayoutTests/tables/mozilla/bugs/bug119786.html ('k') | LayoutTests/tables/mozilla/bugs/bug222846.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/tables/mozilla/bugs/bug123862.html
diff --git a/LayoutTests/tables/mozilla/bugs/bug123862.html b/LayoutTests/tables/mozilla/bugs/bug123862.html
index bef051d22aba061be25d5d74ebd70d3309f14f76..2b694f12c134f3b4cb5b826c14cfbb03f8fcb161 100644
--- a/LayoutTests/tables/mozilla/bugs/bug123862.html
+++ b/LayoutTests/tables/mozilla/bugs/bug123862.html
@@ -1 +1 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN"
"http://www.w3.org/TR/REC-html40/strict.dtd">
<html>
<head>
<title>Cols and colspan</title>
<style type="text/css">
<!--
table {margin: 1em 0; width: 200px; border: 2px solid black;}
td {border: 1px solid gray; background: #EFE;}
-->
</style>
</head>
<body>
<table>
<tr>
<td>no cols or colspans</td>
</tr>
</table>
<table cols="4">
<tr>
<td>cols=4</td>
</tr>
</table>
<table>
<tr>
<td colspan="4">colspan=4</td>
</tr>
</table>
<table cols="4">
<tr>
<td colspan="4">cols=4, colspan=4</td>
</tr>
</table>
<table cols="4">
<tr>
<td colspan="4">see previous</td>
</tr>
</table>
</body>
</html>
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN"
"http://www.w3.org/TR/REC-html40/strict.dtd">
<html>
<head>
<title>Cols and colspan</title>
<style type="text/css">
<!--
table {margin: 1em 0; width: 200px; border: 2px solid black;}
td {border: 1px solid gray; background: #EFE;}
-->
</style>
</head>
<body>
<table>
<tr>
<td>no cols or colspans</td>
</tr>
</table>
<table cols="4">
<tr>
<td>cols=4</td>
</tr>
</table>
<table>
<tr>
<td colspan="4">colspan=4</td>
</tr>
</table>
<table cols="4">
<tr>
<td colspan="4">cols=4, colspan=4</td>
</tr>
</table>
<table cols="4">
<tr>
<td colspan="4">see previous</td>
</tr>
</table>
</body>
</html>
« no previous file with comments | « LayoutTests/tables/mozilla/bugs/bug119786.html ('k') | LayoutTests/tables/mozilla/bugs/bug222846.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698