[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    tests/khtmltests/regression/baseline
From:       Maks Orlovich <maksim () kde ! org>
Date:       2008-08-28 19:09:29
Message-ID: 1219950569.359206.22367.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 854060 by orlovich:

More baseline denoising


 M  +1 -1      mozilla/htmlparser/Table01.html-dom  
 M  +2 -2      mozilla/htmlparser/Table02.html-dom  
 M  +1 -1      mozilla/htmlparser/Table05.html-dom  
 M  +1 -1      mozilla/htmlparser/Table05g.html-dom  
 M  +1 -1      mozilla/htmlparser/Table05h.html-dom  
 M  +1 -1      mozilla/htmlparser/Table05i.html-dom  
 M  +1 -1      mozilla/htmlparser/Table05j.html-dom  
 M  +1 -1      mozilla/htmlparser/Table06.html-dom  
 M  +1 -1      mozilla/htmlparser/col002.html-dom  
 M  +1 -1      mozilla/htmlparser/col003.html-dom  
 M  +1 -1      mozilla/htmlparser/col004.html-dom  
 M  +1 -1      mozilla/htmlparser/col005.html-dom  
 M  +1 -1      mozilla/htmlparser/col006.html-dom  
 M  +1 -1      mozilla/htmlparser/col007.html-dom  
 M  +1 -1      mozilla/htmlparser/col008.html-dom  
 M  +1 -1      mozilla/htmlparser/col009.html-dom  
 M  +1 -1      mozilla/htmlparser/col010.html-dom  
 M  +1 -1      mozilla/htmlparser/col012.html-dom  
 M  +1 -1      mozilla/htmlparser/col014.html-dom  
 M  +1 -1      mozilla/htmlparser/col016.html-dom  
 M  +1 -1      mozilla/htmlparser/del005.html-dom  
 M  +1 -1      mozilla/htmlparser/del006.html-dom  
 M  +1 -1      mozilla/htmlparser/del007.html-dom  
 M  +1 -1      mozilla/htmlparser/del008.html-dom  
 M  +1 -1      mozilla/htmlparser/del009.html-dom  
 M  +1 -1      mozilla/htmlparser/strike005.html-dom  
 M  +1 -1      mozilla/htmlparser/strike006.html-dom  
 M  +1 -1      mozilla/htmlparser/strike007.html-dom  
 M  +1 -1      mozilla/htmlparser/table05k.html-dom  
 M  +2 -2      mozilla/htmlparser/table200.html-dom  
 M  +2 -2      mozilla/htmlparser/table202.html-dom  
 M  +2 -2      mozilla/htmlparser/table204.html-dom  
 M  +2 -2      mozilla/htmlparser/table205.html-dom  
 M  +1 -1      mozilla/htmlparser/thead001.html-dom  
 M  +13 -13    unsorted/80951.html-dom  
 M  +3 -3      unsorted/RESOLVED-49992-342.html-dom  
 M  +1 -1      webcore/fast/block/float/015.html-dom  


--- trunk/tests/khtmltests/regression/baseline/mozilla/htmlparser/Table01.html-dom #854059:854060
@@ -3,7 +3,7 @@
     BODY
       #text "first text
 "
-      TABLE border=""
+      TABLE border="1"
         TBODY
           TR
             TD
--- trunk/tests/khtmltests/regression/baseline/mozilla/htmlparser/Table02.html-dom #854059:854060
@@ -3,7 +3,7 @@
     BODY
       #text "nested table, good syntax.
 "
-      TABLE border=""
+      TABLE border="1"
         TBODY
           TR
             TD
@@ -12,7 +12,7 @@
             TD
               #text "This is the second cell in the table
      "
-              TABLE border=""
+              TABLE border="1"
                 TBODY
                   TR
                     TD
--- trunk/tests/khtmltests/regression/baseline/mozilla/htmlparser/Table05.html-dom #854059:854060
@@ -3,7 +3,7 @@
     BODY
       #text "The only syntax for Caption is after table start tag.
 "
-      TABLE border=""
+      TABLE border="1"
         CAPTION
           #text "caption1"
         TBODY
--- trunk/tests/khtmltests/regression/baseline/mozilla/htmlparser/Table05g.html-dom #854059:854060
@@ -6,7 +6,7 @@
       #text "caption1"
       #text "
 "
-      TABLE border=""
+      TABLE border="1"
         TBODY
           TR
             TD
--- trunk/tests/khtmltests/regression/baseline/mozilla/htmlparser/Table05h.html-dom #854059:854060
@@ -3,7 +3,7 @@
     BODY
       #text "tr terminates caption
 "
-      TABLE border=""
+      TABLE border="1"
         CAPTION
           #text "caption1
   "
--- trunk/tests/khtmltests/regression/baseline/mozilla/htmlparser/Table05i.html-dom #854059:854060
@@ -6,7 +6,7 @@
       BR
       #text "also terminates those tags. In this case, the Font tag.
 "
-      TABLE border=""
+      TABLE border="1"
         CAPTION
           #text "caption1 "
           BR
--- trunk/tests/khtmltests/regression/baseline/mozilla/htmlparser/Table05j.html-dom #854059:854060
@@ -3,7 +3,7 @@
     BODY
       #text "TD does NOT terminate Caption. TD's contents are used in caption.
 "
-      TABLE border=""
+      TABLE border="1"
         CAPTION
           #text "caption1 "
           BR
--- trunk/tests/khtmltests/regression/baseline/mozilla/htmlparser/Table06.html-dom #854059:854060
@@ -3,7 +3,7 @@
     BODY
       #text "extra end table tag is ignored.
 "
-      TABLE border=""
+      TABLE border="1"
         TBODY
           TR
             TD
--- trunk/tests/khtmltests/regression/baseline/mozilla/htmlparser/col002.html-dom #854059:854060
@@ -4,7 +4,7 @@
       #text "
 test COL and COLGROUP
 "
-      TABLE border=""
+      TABLE border="1"
         COLGROUP
           COL width="70"
           COL width="120"
--- trunk/tests/khtmltests/regression/baseline/mozilla/htmlparser/col003.html-dom #854059:854060
@@ -4,7 +4,7 @@
       #text "
 test THEAD
 "
-      TABLE border=""
+      TABLE border="1"
         COLGROUP
           COL width="70"
           COL width="120"
--- trunk/tests/khtmltests/regression/baseline/mozilla/htmlparser/col004.html-dom #854059:854060
@@ -4,7 +4,7 @@
       #text "
 test TFOOT
 "
-      TABLE border=""
+      TABLE border="1"
         TFOOT
           TR
             TH
--- trunk/tests/khtmltests/regression/baseline/mozilla/htmlparser/col005.html-dom #854059:854060
@@ -7,7 +7,7 @@
       BR
       #text "In MS IE4.0, TFOOT can be before THEAD
 "
-      TABLE border=""
+      TABLE border="1"
         COLGROUP
           COL width="70"
           COL width="120"
--- trunk/tests/khtmltests/regression/baseline/mozilla/htmlparser/col006.html-dom #854059:854060
@@ -11,7 +11,7 @@
       BR
       #text "Netscape can do better here
 "
-      TABLE border=""
+      TABLE border="1"
         COLGROUP
           COL width="70"
           COL width="120"
--- trunk/tests/khtmltests/regression/baseline/mozilla/htmlparser/col007.html-dom #854059:854060
@@ -7,7 +7,7 @@
       BR
       #text " MS IE4.0 
 "
-      TABLE border=""
+      TABLE border="1"
         COLGROUP
           COL width="70"
           COL width="120"
--- trunk/tests/khtmltests/regression/baseline/mozilla/htmlparser/col008.html-dom #854059:854060
@@ -10,7 +10,7 @@
       BR
       #text "The second TFOOT tag is ignored.
 "
-      TABLE border=""
+      TABLE border="1"
         TFOOT
           TR
             TH
--- trunk/tests/khtmltests/regression/baseline/mozilla/htmlparser/col009.html-dom #854059:854060
@@ -7,7 +7,7 @@
       BR
       #text "but HTML4.0 standard says "TFOOT must appear before TBODY."
 "
-      TABLE border=""
+      TABLE border="1"
         TBODY
           TR
             TD
--- trunk/tests/khtmltests/regression/baseline/mozilla/htmlparser/col010.html-dom #854059:854060
@@ -5,7 +5,7 @@
 Test TBODY tag.
 
 "
-      TABLE border=""
+      TABLE border="1"
         TBODY
           TR
             TD
--- trunk/tests/khtmltests/regression/baseline/mozilla/htmlparser/col012.html-dom #854059:854060
@@ -7,7 +7,7 @@
       BR
       #text "In HTML4.0 standard, THEAD must be before TBODY.
 "
-      TABLE border=""
+      TABLE border="1"
         TBODY
           TR
             TD
--- trunk/tests/khtmltests/regression/baseline/mozilla/htmlparser/col014.html-dom #854059:854060
@@ -7,7 +7,7 @@
       BR
       #text " MS IE4.0 ignores it.
 "
-      TABLE border=""
+      TABLE border="1"
         TBODY
           TR
             TD
--- trunk/tests/khtmltests/regression/baseline/mozilla/htmlparser/col016.html-dom #854059:854060
@@ -4,7 +4,7 @@
       #text "
 test TFOOT has 2 tr tags
 "
-      TABLE border=""
+      TABLE border="1"
         TFOOT
           TR
             TH
--- trunk/tests/khtmltests/regression/baseline/mozilla/htmlparser/del005.html-dom #854059:854060
@@ -14,7 +14,7 @@
         #text "
 text in DEL
 "
-        TABLE border=""
+        TABLE border="1"
           TBODY
             TR
               TD
--- trunk/tests/khtmltests/regression/baseline/mozilla/htmlparser/del006.html-dom #854059:854060
@@ -11,7 +11,7 @@
 1normal text in body line 1.
 
 "
-      TABLE border=""
+      TABLE border="1"
         TBODY
           TR
             TD
--- trunk/tests/khtmltests/regression/baseline/mozilla/htmlparser/del007.html-dom #854059:854060
@@ -11,7 +11,7 @@
 1normal text in body line 1.
 
 "
-      TABLE border=""
+      TABLE border="1"
         TBODY
           TR
             TD
--- trunk/tests/khtmltests/regression/baseline/mozilla/htmlparser/del008.html-dom #854059:854060
@@ -11,7 +11,7 @@
 1normal text in body line 1.
 
 "
-      TABLE border=""
+      TABLE border="1"
         TBODY
           TR
             TD
--- trunk/tests/khtmltests/regression/baseline/mozilla/htmlparser/del009.html-dom #854059:854060
@@ -11,7 +11,7 @@
 1normal text in body line 1.
 
 "
-      TABLE border=""
+      TABLE border="1"
         TBODY
           TR
             TD
--- trunk/tests/khtmltests/regression/baseline/mozilla/htmlparser/strike005.html-dom #854059:854060
@@ -14,7 +14,7 @@
         #text "
 text with strikeover 
 "
-        TABLE border=""
+        TABLE border="1"
           TBODY
             TR
               TD
--- trunk/tests/khtmltests/regression/baseline/mozilla/htmlparser/strike006.html-dom #854059:854060
@@ -10,7 +10,7 @@
       #text "
 1normal text in body line 1.
 "
-      TABLE border=""
+      TABLE border="1"
         TBODY
           TR
             TD
--- trunk/tests/khtmltests/regression/baseline/mozilla/htmlparser/strike007.html-dom #854059:854060
@@ -8,7 +8,7 @@
 strikeover a whole table cell TD
 1normal text in body line 1.
 "
-      TABLE border=""
+      TABLE border="1"
         TBODY
           TR
             TD
--- trunk/tests/khtmltests/regression/baseline/mozilla/htmlparser/table05k.html-dom #854059:854060
@@ -3,7 +3,7 @@
     BODY
       #text "Table in caption works.
 "
-      TABLE border=""
+      TABLE border="1"
         CAPTION
           #text "caption1 "
           BR
--- trunk/tests/khtmltests/regression/baseline/mozilla/htmlparser/table200.html-dom #854059:854060
@@ -7,8 +7,8 @@
       #text " the outter table is ignored.
 
 "
-      TABLE border=""
-      TABLE border=""
+      TABLE border="1"
+      TABLE border="1"
         CAPTION
           #text " caption of table1."
         TBODY
--- trunk/tests/khtmltests/regression/baseline/mozilla/htmlparser/table202.html-dom #854059:854060
@@ -7,12 +7,12 @@
       #text " the outter table and tr are ignored.
 
 "
-      TABLE border=""
+      TABLE border="1"
         CAPTION
           #text " caption of table2."
         TBODY
           TR
-      TABLE border=""
+      TABLE border="1"
         CAPTION
           #text " caption of table1."
         TBODY
--- trunk/tests/khtmltests/regression/baseline/mozilla/htmlparser/table204.html-dom #854059:854060
@@ -10,7 +10,7 @@
       #text "Xena 6.0: end td is always optional.
 
 "
-      TABLE border=""
+      TABLE border="1"
         CAPTION
           #text " caption of table1."
         TBODY
@@ -28,7 +28,7 @@
             TD
               #text "cell 1-4
        "
-              TABLE border=""
+              TABLE border="1"
                 CAPTION
                   #text " caption of table2."
                 TBODY
--- trunk/tests/khtmltests/regression/baseline/mozilla/htmlparser/table205.html-dom #854059:854060
@@ -9,7 +9,7 @@
 Nav. 4.0: the outter table is ignored.
 Xena 6.0: second table start tag is ignored. Contents put in 1 table.
 "
-      TABLE border=""
+      TABLE border="1"
         CAPTION
           #text " caption of table1."
         TBODY
@@ -27,7 +27,7 @@
             TD
               #text "fourth cell in table1
     "
-      TABLE border=""
+      TABLE border="1"
         CAPTION
           #text " caption of table2."
         TBODY
--- trunk/tests/khtmltests/regression/baseline/mozilla/htmlparser/thead001.html-dom #854059:854060
@@ -4,7 +4,7 @@
       #text "Normal case for thead, tfoot, tbody
 
 "
-      TABLE border=""
+      TABLE border="1"
         CAPTION
           #text " caption of table2."
         THEAD
--- trunk/tests/khtmltests/regression/baseline/unsorted/80951.html-dom #854059:854060
@@ -4,15 +4,15 @@
     HEAD
       TITLE
         #text "SQL Reference"
-      #comment " Begin Header Records  ========================================== -"
-      #comment " c:\idwbwin\TEMP\idwt1571\db2s0.scr converted by idb2h R4.2 (359) -"
-      #comment " ID Workbench Version (WINNT-WIN95) on 29 Apr 1999 at 16:09:16    -"
-      #comment " (C) Copyright IBM Corporation, 1999                              -"
-      #comment " All rights reserved. Licensed Materials Property of IBM          -"
-      #comment " Note to US Government users                                      -"
-      #comment " Documentation related to restricted rights                       -"
-      #comment " Use, duplication or disclosure is subject to restrictions        -"
-      #comment " set forth in GSA ADP Schedule with IBM Corp.                     -"
+      #comment " Begin Header Records  ========================================== "
+      #comment " c:\idwbwin\TEMP\idwt1571\db2s0.scr converted by idb2h R4.2 (359) "
+      #comment " ID Workbench Version (WINNT-WIN95) on 29 Apr 1999 at 16:09:16    "
+      #comment " (C) Copyright IBM Corporation, 1999                              "
+      #comment " All rights reserved. Licensed Materials Property of IBM          "
+      #comment " Note to US Government users                                      "
+      #comment " Documentation related to restricted rights                       "
+      #comment " Use, duplication or disclosure is subject to restrictions        "
+      #comment " set forth in GSA ADP Schedule with IBM Corp.                     "
       META content="text/html; charset=iso-8859-1" http-equiv="Content-Type"
       META content="Thu, 29 Apr 1999 16:09:14" http-equiv="updated"
       META content="Sat, 29 Apr 2000 16:09:14" http-equiv="review"
@@ -26,7 +26,7 @@
       BR
       #text " 
 "
-      #comment " End Header Records  ============================================ -"
+      #comment " End Header Records  ============================================ "
       #text "
 "
       A name="Top_Of_Page"
@@ -719,7 +719,7 @@
                     BR
                     #text "
 "
-                    TABLE border=""
+                    TABLE border="1"
                       TBODY
                         TR
                           TH align="LEFT" valign="BOTTOM" width="50%"
@@ -2707,7 +2707,7 @@
         #text " ]"
       #text " 
 "
-      #comment " Begin Footer Records  ========================================== -"
+      #comment " Begin Footer Records  ========================================== "
       #text "
 "
       P
@@ -2722,7 +2722,7 @@
           #text " ]"
         #text " 
 "
-        #comment " End Footer Records  ============================================ -"
+        #comment " End Footer Records  ============================================ "
         #text "
 "
         A name="Bot_Of_Page"
--- trunk/tests/khtmltests/regression/baseline/unsorted/RESOLVED-49992-342.html-dom #854059:854060
@@ -4,7 +4,7 @@
       #text "
 Variable width cell:
 "
-      TABLE border=""
+      TABLE border="1"
         TBODY
           TR
             TD nowrap=""
@@ -13,7 +13,7 @@
 
 Fixed width cell:
 "
-      TABLE border=""
+      TABLE border="1"
         TBODY
           TR
             TD nowrap="" width="380"
@@ -22,7 +22,7 @@
 
 Percent width cell:
 "
-      TABLE border=""
+      TABLE border="1"
         TBODY
           TR
             TD nowrap="" width="100%"
--- trunk/tests/khtmltests/regression/baseline/webcore/fast/block/float/015.html-dom #854059:854060
@@ -15,7 +15,7 @@
 .four {clear: none;}
 img { background-color: orange; }"
     BODY
-      TABLE border="" cellpadding="3" cellspacing="0" class="tabletest"
+      TABLE border="1" cellpadding="3" cellspacing="0" class="tabletest"
         TBODY
           TR
             TD bgcolor="silver"
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic