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> |