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

List:       kde-commits
Subject:    tests/khtmltests/regression/baseline
From:       Germain Garand <germain () ebooksfrance ! org>
Date:       2008-10-13 20:59:11
Message-ID: 1223931551.615690.26027.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 871078 by ggarand:

update 'listing' tag tests
update test cases affected by static positioning of inline replaced e.



 M  +2 -2      basics/listing.html-dom  
 M  +2 -2      basics/listing.html-render  
 M             meyerweb.com/css2-tests/sec09-08-04.htm-dump.png  
 M  +4 -4      meyerweb.com/css2-tests/sec09-08-04.htm-render  
 M             meyerweb.com/css2-tests/sec10-03-08.htm-dump.png  
 M  +2 -2      meyerweb.com/css2-tests/sec10-03-08.htm-render  
 M  +2 -2      webcore/fast/html/listing.html-dom  
 M             webcore/fast/html/listing.html-dump.png  
 M  +4 -4      webcore/fast/html/listing.html-render  


--- trunk/tests/khtmltests/regression/baseline/basics/listing.html-dom #871077:871078
@@ -20,7 +20,7 @@
 Now follows a short listing, after the listing the text 
 "End of listing" should be visible.
 "
-      PRE
+      LISTING
         #text "//----------------------------------------------------------------------------
  //
 // KDE HTML Widget -- Debug functions
@@ -57,7 +57,7 @@
       BR
       #text "
 "
-      PRE
+      LISTING
         #text "a = b&
 "
       #text "
--- trunk/tests/khtmltests/regression/baseline/basics/listing.html-render \
#871077:871078 @@ -17,7 +17,7 @@
          RenderBlock (anonymous) at (0,116) size 760x16 anonymousBox minMaxKnown \
                childrenInline
             RenderText {text} at (0,0) size 466x16 text inline minMaxKnown
                text run at (0,0) width 466: "Now follows a short listing, after the \
                listing the text \"End of listing\" should be visible."
-         RenderBlock {pre} at (0,146) size 760x300 [font='courier' 14px] minMaxKnown \
childrenInline pre +         RenderBlock {listing} at (0,146) size 760x300 \
                [font='courier' 14px] minMaxKnown childrenInline pre
             RenderText {text} at (0,0) size 546x75 text inline minMaxKnown
                text run at (0,0) width 546: \
"//----------------------------------------------------------------------------"  \
text run at (0,15) width 14: "//" @@ -54,6 +54,6 @@
                text run at (0,0) width 347: "Now follows a short listing, the \
listing shoul read \"a = b&amp;\""  RenderBR {br} at (0,0) size 0x0 text inline
             RenderText {text} at (0,0) size 0x14 text inline minMaxKnown
-         RenderBlock {pre} at (0,560) size 760x15 [font='courier' 14px] minMaxKnown \
childrenInline pre +         RenderBlock {listing} at (0,560) size 760x15 \
[font='courier' 14px] minMaxKnown childrenInline pre  RenderText {text} at (0,0) size \
42x15 text inline minMaxKnown  text run at (0,0) width 42: "a = b&"
--- trunk/tests/khtmltests/regression/baseline/meyerweb.com/css2-tests/sec09-08-04.htm-render \
#871077:871078 @@ -189,8 +189,8 @@
       RenderText {text} at (0,0) size 27x16 text inline paintBackground minMaxKnown
          text run at (0,0) width 27: "[cl1] "
       RenderText {text} at (0,0) size 0x14 text inline paintBackground minMaxKnown
-layer at (0,15) size 20x20
-   RenderImage {img} at (0,15) size 20x20 positioned replaced paintBackground \
minMaxKnown +layer at (27,15) size 20x20
+   RenderImage {img} at (27,15) size 20x20 positioned replaced paintBackground \
minMaxKnown  layer at (20,848) size 250x50
    RenderBlock (relative positioned) {div} at (10,833) size 250x50 [bgcolor=#ffff00] \
                relPositioned paintBackground minMaxKnown overhangingContents \
                childrenInline
       RenderText {text} at (0,0) size 23x16 text inline paintBackground minMaxKnown
@@ -203,8 +203,8 @@
       RenderText {text} at (0,0) size 27x16 text inline paintBackground minMaxKnown
          text run at (0,0) width 27: "[cl3] "
       RenderText {text} at (0,0) size 0x14 text inline paintBackground minMaxKnown
-layer at (0,15) size 20x20
-   RenderImage {img} at (0,15) size 20x20 positioned replaced paintBackground \
minMaxKnown +layer at (27,15) size 20x20
+   RenderImage {img} at (27,15) size 20x20 positioned replaced paintBackground \
minMaxKnown  layer at (20,968) size 250x50
    RenderBlock (relative positioned) {div} at (10,953) size 250x50 [bgcolor=#ffff00] \
                relPositioned paintBackground minMaxKnown overhangingContents \
                childrenInline
       RenderText {text} at (0,0) size 23x16 text inline paintBackground minMaxKnown
--- trunk/tests/khtmltests/regression/baseline/meyerweb.com/css2-tests/sec10-03-08.htm-render \
#871077:871078 @@ -116,8 +116,8 @@
          RenderText {text} at (0,0) size 739x32 text inline minMaxKnown
             text run at (301,0) width 438: ") that should appear at the top of the \
                containing block with its left edge aligned"
             text run at (0,16) width 624: "with the position it would have been if \
                the 'img' had not been positioned, and have an intrinsic width (15 \
                pixels)."
-layer at (2,2) size 15x15
-   RenderImage {img} at (2,2) size 15x15 positioned replaced paintBackground \
minMaxKnown +layer at (303,2) size 15x15
+   RenderImage {img} at (303,2) size 15x15 positioned replaced paintBackground \
minMaxKnown  layer at (10,549) size 760x80
    RenderBlock (relative positioned) {div} at (0,534) size 760x80 [color=#808080] \
                relPositioned paintBackground minMaxKnown overhangingContents
       RenderBlock (anonymous) at (2,2) size 756x16 anonymousBox minMaxKnown \
                childrenInline
--- trunk/tests/khtmltests/regression/baseline/webcore/fast/html/listing.html-dom \
#871077:871078 @@ -10,7 +10,7 @@
         #text "Text just before the listing."
       #text "
 "
-      PRE id="mr. listing" width="100"
+      LISTING id="mr. listing" width="100"
         #text "This text is inside a listing tag.
 It acts exactly like the pre tag, so the text should be monospaced and not have any \
line breaks.  Also, it eats the very first newline inside the listing, so there \
should not be a blank line above. @@ -21,7 +21,7 @@
       P
         #text "The listing tag has a width in it. To test the JavaScript binding, \
this page gets the width, here: "  A id="width place"
-          #text "100"
+          #text "undefined"
       #text "
 
 "
--- trunk/tests/khtmltests/regression/baseline/webcore/fast/html/listing.html-render \
#871077:871078 @@ -9,7 +9,7 @@
          RenderBlock {div} at (0,30) size 776x16 minMaxKnown childrenInline
             RenderText {text} at (0,0) size 145x16 text inline minMaxKnown
                text run at (0,0) width 145: "Text just before the listing."
-         RenderBlock {pre} at (0,60) size 776x45 [font='courier' 14px] minMaxKnown \
childrenInline pre +         RenderBlock {listing} at (0,60) size 776x45 \
                [font='courier' 14px] minMaxKnown childrenInline pre
             RenderText {text} at (0,0) size 693x45 text inline minMaxKnown
                text run at (0,0) width 238: "This text is inside a listing tag."
                text run at (0,15) width 672: "It acts exactly like the pre tag, so \
the text should be monospaced and not have any line breaks." @@ -17,6 +17,6 @@
          RenderBlock {p} at (0,119) size 776x16 minMaxKnown childrenInline
             RenderText {text} at (0,0) size 524x16 text inline minMaxKnown
                text run at (0,0) width 524: "The listing tag has a width in it. To \
                test the JavaScript binding, this page gets the width, here: "
-            RenderInline {a} at (0,0) size 21x16 inline minMaxKnown
-               RenderText {text} at (0,0) size 21x16 text inline minMaxKnown
-                  text run at (524,0) width 21: "100"
+            RenderInline {a} at (0,0) size 55x16 inline minMaxKnown
+               RenderText {text} at (0,0) size 55x16 text inline minMaxKnown
+                  text run at (524,0) width 55: "undefined"


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

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