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

Unified Diff: LayoutTests/fast/text/updateNewFont.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/text/updateNewFont.html
diff --git a/LayoutTests/fast/text/updateNewFont.html b/LayoutTests/fast/text/updateNewFont.html
index f53727fab84ac72be26dc09f1e39973c5561ffdf..794611c39dd7083b84e48a6e05873648098165b5 100644
--- a/LayoutTests/fast/text/updateNewFont.html
+++ b/LayoutTests/fast/text/updateNewFont.html
@@ -1 +1 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>test</title>
<style type="text/css">
#baselist{ font-size: 7pt; }</style>
</head>
<body>
<select tabindex="1" id="baselist" size="9" >
<option>test</option>
</select>
</body>
</html>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>test</title>
<style type="text/css">
#baselist{ font-size: 7pt; }</style>
</head>
<body>
<select tabindex="1" id="baselist" size="9" >
<option>test</option>
</select>
</body>
</html>

Powered by Google App Engine
This is Rietveld 408576698