2002/css-validator/autotest/client sample.html,1.3,1.4

Update of /sources/public/2002/css-validator/autotest/client
In directory hutz:/tmp/cvs-serv26508

Modified Files:
	sample.html 
Log Message:
added control div


Index: sample.html
===================================================================
RCS file: /sources/public/2002/css-validator/autotest/client/sample.html,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- sample.html	3 Mar 2009 22:49:57 -0000	1.3
+++ sample.html	4 Mar 2009 10:43:10 -0000	1.4
@@ -7,14 +7,14 @@
       .invalid { 
 	  background-color: #f77;
       }
-      rtable {
+      table {
 	  border-width: 2px; 
 	  border-color: black;
 	  border-style: solid;
 	  border-spacing: 0;
 	  border-collapse: collapse;
       }
-      rth, rtd {
+      th, td {
 	  border-width: 2px 1px 2px 1px;
 	  border-color: black;
 	  border-style: solid;
@@ -37,6 +37,8 @@
     </script>
   </head>
   <body onload="initAllTests()">
+    <div id="controldiv">
+    </div>
     <div id="tableanchor">
     </div>
   </body>

Received on Wednesday, 4 March 2009 10:43:21 UTC