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

Unified Diff: LayoutTests/tables/mozilla/bugs/bug222846.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/bug123862.html ('k') | LayoutTests/tables/mozilla/bugs/bug275625.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/tables/mozilla/bugs/bug222846.html
diff --git a/LayoutTests/tables/mozilla/bugs/bug222846.html b/LayoutTests/tables/mozilla/bugs/bug222846.html
index 263eac513ad5d64d959c5a3c46ac406296a2400c..f673af08091fa6d2d4e53319c4ba0f5cf901f80e 100644
--- a/LayoutTests/tables/mozilla/bugs/bug222846.html
+++ b/LayoutTests/tables/mozilla/bugs/bug222846.html
@@ -1,29 +1,29 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html>
-<head>
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<title>table dom test</title>
-<style type="text/css">
- table {width:200px}
-table[summary="summ"] {font-size:24pt}
-</style>
-<script type="text/javascript">
-function dom(){
-var t = document.getElementById('t2');
-t.summary="summ";
-}
-</script>
-</head>
-
-<body onload="dom()">
-
-Both tables should look identical
-
-<table id="t2" border><caption>caption</caption><tbody><tr><td>cell1</td></tr></tbody></table>
-
-<table id="t2" summary="summ" border><caption>caption</caption><tbody><tr><td>cell1</td></tr></tbody></table>
-
-</body>
-
-</html>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>table dom test</title>
+<style type="text/css">
+ table {width:200px}
+table[summary="summ"] {font-size:24pt}
+</style>
+<script type="text/javascript">
+function dom(){
+var t = document.getElementById('t2');
+t.summary="summ";
+}
+</script>
+</head>
+
+<body onload="dom()">
+
+Both tables should look identical
+
+<table id="t2" border><caption>caption</caption><tbody><tr><td>cell1</td></tr></tbody></table>
+
+<table id="t2" summary="summ" border><caption>caption</caption><tbody><tr><td>cell1</td></tr></tbody></table>
+
+</body>
+
+</html>
« no previous file with comments | « LayoutTests/tables/mozilla/bugs/bug123862.html ('k') | LayoutTests/tables/mozilla/bugs/bug275625.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698