[SCM] WebKit Debian packaging branch, debian/unstable, updated. debian/1.1.15-1-40151-g37bb677

darin darin at 268f45cc-cd09-0410-ab3c-d52691b4dbfc
Sat Sep 26 07:56:39 UTC 2009


The following commit has been merged in the debian/unstable branch:
commit b522813b69341f0ca179a637869fe11ef19c2121
Author: darin <darin at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Fri Sep 19 22:16:10 2003 +0000

            Reviewed by Dave.
    
            * layout-tests: Updated for my mini-controls change.
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@5008 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/LayoutTests/css1/box_properties/acid_test-expected.txt b/LayoutTests/css1/box_properties/acid_test-expected.txt
index 364bd42..71e6b82 100644
--- a/LayoutTests/css1/box_properties/acid_test-expected.txt
+++ b/LayoutTests/css1/box_properties/acid_test-expected.txt
@@ -25,12 +25,12 @@ layer at (0,0) size 800x420
                 RenderBlock {P} at (0,0) size 139x20
                   RenderText {TEXT} at (0,4) size 28x18
                     text run at (0,4) width 28: "bang "
-                  RenderRadioButton {INPUT} at (31,3) size 14x13 [color=#000000]
+                  RenderRadioButton {INPUT} at (31,3) size 12x13 [color=#000000]
                   RenderText {TEXT} at (0,0) size 0x0
                 RenderBlock {P} at (0,20) size 139x20
                   RenderText {TEXT} at (0,4) size 47x18
                     text run at (0,4) width 47: "whimper "
-                  RenderRadioButton {INPUT} at (50,3) size 14x13 [color=#000000]
+                  RenderRadioButton {INPUT} at (50,3) size 12x13 [color=#000000]
                   RenderText {TEXT} at (0,0) size 0x0
               RenderBlock (anonymous) at (10,60) size 139x0 [bgcolor=#000000]
                 RenderInline {FORM} at (0,0) size 0x0
diff --git a/LayoutTests/fast/block/basic/011-expected.txt b/LayoutTests/fast/block/basic/011-expected.txt
index 364bd42..71e6b82 100644
--- a/LayoutTests/fast/block/basic/011-expected.txt
+++ b/LayoutTests/fast/block/basic/011-expected.txt
@@ -25,12 +25,12 @@ layer at (0,0) size 800x420
                 RenderBlock {P} at (0,0) size 139x20
                   RenderText {TEXT} at (0,4) size 28x18
                     text run at (0,4) width 28: "bang "
-                  RenderRadioButton {INPUT} at (31,3) size 14x13 [color=#000000]
+                  RenderRadioButton {INPUT} at (31,3) size 12x13 [color=#000000]
                   RenderText {TEXT} at (0,0) size 0x0
                 RenderBlock {P} at (0,20) size 139x20
                   RenderText {TEXT} at (0,4) size 47x18
                     text run at (0,4) width 47: "whimper "
-                  RenderRadioButton {INPUT} at (50,3) size 14x13 [color=#000000]
+                  RenderRadioButton {INPUT} at (50,3) size 12x13 [color=#000000]
                   RenderText {TEXT} at (0,0) size 0x0
               RenderBlock (anonymous) at (10,60) size 139x0 [bgcolor=#000000]
                 RenderInline {FORM} at (0,0) size 0x0
diff --git a/LayoutTests/fast/forms/001-expected.txt b/LayoutTests/fast/forms/001-expected.txt
index 1edeb81..682ee52 100644
--- a/LayoutTests/fast/forms/001-expected.txt
+++ b/LayoutTests/fast/forms/001-expected.txt
@@ -23,9 +23,9 @@ layer at (0,0) size 800x296
         RenderTable {TABLE} at (0,0) size 784x25
           RenderTableSection {TBODY} at (2,2) size 0x21
             RenderTableRow {TR} at (0,0) size 0x0
-              RenderTableCell {TD} at (0,0) size 22x21 [r=0 c=0 rs=1 cs=1]
-                RenderRadioButton {INPUT} at (4,4) size 14x13
-              RenderTableCell {TD} at (22,9) size 758x2 [r=0 c=1 rs=1 cs=1]
+              RenderTableCell {TD} at (0,0) size 20x21 [r=0 c=0 rs=1 cs=1]
+                RenderRadioButton {INPUT} at (4,4) size 12x13
+              RenderTableCell {TD} at (20,9) size 760x2 [r=0 c=1 rs=1 cs=1]
       RenderBlock {P} at (0,166) size 784x28
         RenderTable {TABLE} at (0,0) size 784x28
           RenderTableSection {TBODY} at (2,2) size 0x24
diff --git a/LayoutTests/fast/forms/004-expected.txt b/LayoutTests/fast/forms/004-expected.txt
index 023425a..f8e6c43 100644
--- a/LayoutTests/fast/forms/004-expected.txt
+++ b/LayoutTests/fast/forms/004-expected.txt
@@ -4,6 +4,6 @@ layer at (0,0) size 800x38
   RenderBlock {HTML} at (0,0) size 800x38
     RenderBody {BODY} at (8,8) size 784x22
       RenderSelect {SELECT} at (2,2) size 59x18
-      RenderText {TEXT} at (63,0) size 4x17
-        text run at (63,0) width 4: " "
+      RenderText {TEXT} at (63,1) size 4x17
+        text run at (63,1) width 4: " "
       RenderSelect {SELECT} at (69,2) size 79x18
diff --git a/WebCore/ChangeLog-2003-10-25 b/WebCore/ChangeLog-2003-10-25
index 37d7cee..c1728ce 100644
--- a/WebCore/ChangeLog-2003-10-25
+++ b/WebCore/ChangeLog-2003-10-25
@@ -2,6 +2,12 @@
 
         Reviewed by Dave.
 
+        * layout-tests: Updated for my mini-controls change.
+
+2003-09-19  Darin Adler  <darin at apple.com>
+
+        Reviewed by Dave.
+
         - do the prep work for the mini controls feature; Dave will finish this
 
         * khtml/rendering/render_form.cpp: (RenderFormElement::updateFromElement):
diff --git a/WebCore/ChangeLog-2005-08-23 b/WebCore/ChangeLog-2005-08-23
index 37d7cee..c1728ce 100644
--- a/WebCore/ChangeLog-2005-08-23
+++ b/WebCore/ChangeLog-2005-08-23
@@ -2,6 +2,12 @@
 
         Reviewed by Dave.
 
+        * layout-tests: Updated for my mini-controls change.
+
+2003-09-19  Darin Adler  <darin at apple.com>
+
+        Reviewed by Dave.
+
         - do the prep work for the mini controls feature; Dave will finish this
 
         * khtml/rendering/render_form.cpp: (RenderFormElement::updateFromElement):

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list