From 663846cc0818f623f9f4282e4229dcd6fb29c6fc Mon Sep 17 00:00:00 2001 From: "rods%netscape.com" Date: Thu, 30 Sep 1999 11:58:45 +0000 Subject: [PATCH] Added closing tags for several option elements git-svn-id: svn://10.0.0.236/trunk@49435 18797224-902f-48f8-a5cc-f745e15eee43 --- .../webshell/tests/viewer/samples/test8.html | 48 +++++++++---------- 1 file changed, 24 insertions(+), 24 deletions(-) diff --git a/mozilla/webshell/tests/viewer/samples/test8.html b/mozilla/webshell/tests/viewer/samples/test8.html index 4ae80a69c84..a9406b284ed 100644 --- a/mozilla/webshell/tests/viewer/samples/test8.html +++ b/mozilla/webshell/tests/viewer/samples/test8.html @@ -479,32 +479,32 @@ Fish</option>
@@ -518,16 +518,16 @@ Fish</option>
 <select size=1>
   <optgroup label="China">
-    <option>Keemun
-    <option>Yunnan
+    <option>Keemun</option>
+    <option>Yunnan</option>
   </optgroup>
   <optgroup label="India">
-    <option>Assam
-    <option>Darjeeling
+    <option>Assam</option>
+    <option>Darjeeling</option>
   </optgroup>
   <optgroup label="Japan">
-    <option>Gyokuro
-    <option>Hoji-cha
+    <option>Gyokuro</option>
+    <option>Hoji-cha</option>
   </optgroup>
 </select>
 
@@ -536,16 +536,16 @@ Fish</option>
 <select size=4>
   <optgroup label="China">
-    <option>Keemun
-    <option>Yunnan
+    <option>Keemun</option>
+    <option>Yunnan</option>
   </optgroup>
   <optgroup label="India">
-    <option>Assam
-    <option>Darjeeling
+    <option>Assam</option>
+    <option>Darjeeling</option>
   </optgroup>
   <optgroup label="Japan">
-    <option>Gyokuro
-    <option>Hoji-cha
+    <option>Gyokuro</option>
+    <option>Hoji-cha</option>
   </optgroup>
 </select>