[SCM] WebKit Debian packaging branch, webkit-1.1, updated. upstream/1.1.19-706-ge5415e9

ossy at webkit.org ossy at webkit.org
Thu Feb 4 21:35:22 UTC 2010


The following commit has been merged in the webkit-1.1 branch:
commit b38665039e1de66355c672407dbe650cff432d0e
Author: ossy at webkit.org <ossy at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Mon Feb 1 15:30:48 2010 +0000

    Rubber-stamped by Kenneth Rohde Christiansen.
    
    [Qt] Platform dependent expected file added for test introduced in r53868,
    because this test passes. Compared to png file and Mac expected file.
    
    * platform/qt/fast/lists/anonymous-items-expected.txt: Added.
    
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@54135 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog
index ec077b1..12d021c 100644
--- a/LayoutTests/ChangeLog
+++ b/LayoutTests/ChangeLog
@@ -1,3 +1,12 @@
+2010-02-01  Csaba Osztrogonác  <ossy at webkit.org>
+
+        Rubber-stamped by Kenneth Rohde Christiansen.
+
+        [Qt] Platform dependent expected file added for test introduced in r53868,
+        because this test passes. Compared to png file and Mac expected file.
+
+        * platform/qt/fast/lists/anonymous-items-expected.txt: Added.
+
 2010-02-01  Oliver Hunt  <oliver at apple.com>
 
         Reviewed by Maciej Stachowiak.
diff --git a/LayoutTests/platform/qt/fast/lists/anonymous-items-expected.txt b/LayoutTests/platform/qt/fast/lists/anonymous-items-expected.txt
new file mode 100644
index 0000000..6824936
--- /dev/null
+++ b/LayoutTests/platform/qt/fast/lists/anonymous-items-expected.txt
@@ -0,0 +1,70 @@
+layer at (0,0) size 800x600
+  RenderView at (0,0) size 800x600
+layer at (0,0) size 800x600
+  RenderBlock {HTML} at (0,0) size 800x600
+    RenderBody {BODY} at (8,8) size 784x576
+      RenderBlock {P} at (0,0) size 784x20
+        RenderText {#text} at (0,0) size 444x20
+          text run at (0,0) width 444: "Tests list item numbering when there are anonymous list items."
+      RenderBlock {OL} at (0,36) size 784x20
+        RenderListItem at (40,0) size 744x20
+          RenderListMarker at (-22,0) size 17x20: "1"
+          RenderText at (0,0) size 35x20
+            text run at (0,0) width 35: "ONE"
+      RenderBlock {OL} at (0,72) size 784x40
+        RenderListItem {LI} at (40,0) size 744x20
+          RenderListMarker at (-22,0) size 17x20: "1"
+          RenderText {#text} at (0,0) size 27x20
+            text run at (0,0) width 27: "one"
+        RenderListItem at (40,20) size 744x20
+          RenderListMarker at (-22,0) size 17x20: "2"
+          RenderText at (0,0) size 37x20
+            text run at (0,0) width 37: "TWO"
+      RenderBlock {OL} at (0,128) size 784x20
+        RenderListItem at (40,0) size 744x20
+          RenderListMarker at (-22,0) size 17x20: "1"
+          RenderText at (0,0) size 35x20
+            text run at (0,0) width 35: "ONE"
+      RenderBlock {OL} at (0,164) size 784x40
+        RenderListItem at (40,0) size 744x20
+          RenderListMarker at (-22,0) size 17x20: "1"
+          RenderText at (0,0) size 35x20
+            text run at (0,0) width 35: "ONE"
+        RenderListItem {LI} at (40,20) size 744x20
+          RenderListMarker at (-22,0) size 17x20: "2"
+          RenderText {#text} at (0,0) size 25x20
+            text run at (0,0) width 25: "two"
+      RenderBlock {OL} at (0,220) size 784x80
+        RenderListItem {LI} at (40,0) size 744x20
+          RenderListMarker at (-22,0) size 17x20: "1"
+          RenderText {#text} at (0,0) size 27x20
+            text run at (0,0) width 27: "one"
+        RenderBlock {DIV} at (40,20) size 744x40
+          RenderBlock (anonymous) at (0,0) size 744x20
+            RenderText {#text} at (0,0) size 21x20
+              text run at (0,0) width 21: "div"
+          RenderListItem at (0,20) size 744x20
+            RenderListMarker at (-22,0) size 17x20: "2"
+            RenderText at (0,0) size 37x20
+              text run at (0,0) width 37: "TWO"
+        RenderListItem {LI} at (40,60) size 744x20
+          RenderListMarker at (-22,0) size 17x20: "3"
+          RenderText {#text} at (0,0) size 36x20
+            text run at (0,0) width 36: "three"
+      RenderBlock {OL} at (0,316) size 784x80
+        RenderListItem {LI} at (40,0) size 744x20
+          RenderListMarker at (-22,0) size 17x20: "1"
+          RenderText {#text} at (0,0) size 27x20
+            text run at (0,0) width 27: "one"
+        RenderBlock {DIV} at (40,20) size 744x40
+          RenderListItem at (0,0) size 744x20
+            RenderListMarker at (-22,0) size 17x20: "2"
+            RenderText at (0,0) size 37x20
+              text run at (0,0) width 37: "TWO"
+          RenderBlock (anonymous) at (0,20) size 744x20
+            RenderText {#text} at (0,0) size 21x20
+              text run at (0,0) width 21: "div"
+        RenderListItem {LI} at (40,60) size 744x20
+          RenderListMarker at (-22,0) size 17x20: "3"
+          RenderText {#text} at (0,0) size 36x20
+            text run at (0,0) width 36: "three"

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list