[SCM] WebKit Debian packaging branch, webkit-1.1, updated. upstream/1.1.15.1-1414-gc69ee75

bweinstein at apple.com bweinstein at apple.com
Thu Oct 29 20:37:51 UTC 2009


The following commit has been merged in the webkit-1.1 branch:
commit 16df99d7c753628aaa6fe738333b3226550128f9
Author: bweinstein at apple.com <bweinstein at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Thu Oct 1 21:19:52 2009 +0000

    2009-10-01  Brian Weinstein  <bweinstein at apple.com>
    
            Reviewed by Beth Dakin.
    
            Update expected Windows results after new CSS Text Kerning changes.
    
            * platform/win/fast/css/getComputedStyle/computed-style-expected.txt:
            * platform/win/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
            * platform/win/fast/css/text-rendering-expected.txt: Added.
    
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@48999 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog
index bbae475..913d815 100644
--- a/LayoutTests/ChangeLog
+++ b/LayoutTests/ChangeLog
@@ -1,3 +1,13 @@
+2009-10-01  Brian Weinstein  <bweinstein at apple.com>
+
+        Reviewed by Beth Dakin.
+
+        Update expected Windows results after new CSS Text Kerning changes.
+
+        * platform/win/fast/css/getComputedStyle/computed-style-expected.txt:
+        * platform/win/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
+        * platform/win/fast/css/text-rendering-expected.txt: Added.
+
 2009-10-01  Drew Wilson  <atwilson at chromium.org>
 
         Reviewed by Eric Seidel.
diff --git a/LayoutTests/platform/win/fast/css/getComputedStyle/computed-style-expected.txt b/LayoutTests/platform/win/fast/css/getComputedStyle/computed-style-expected.txt
index 25a0a61..214f2f3 100644
--- a/LayoutTests/platform/win/fast/css/getComputedStyle/computed-style-expected.txt
+++ b/LayoutTests/platform/win/fast/css/getComputedStyle/computed-style-expected.txt
@@ -78,6 +78,7 @@ table-layout: auto;
 text-align: auto;
 text-decoration: none;
 text-indent: 0px;
+text-rendering: auto;
 text-shadow: none;
 text-overflow: clip;
 text-transform: none;
@@ -194,7 +195,6 @@ stroke-linejoin: miter;
 stroke-miterlimit: 4;
 stroke-opacity: 1;
 stroke-width: ;
-text-rendering: auto;
 alignment-baseline: auto;
 baseline-shift: baseline;
 dominant-baseline: auto;
diff --git a/LayoutTests/platform/win/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt b/LayoutTests/platform/win/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt
index ae4ff11..6c12939 100644
--- a/LayoutTests/platform/win/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt
+++ b/LayoutTests/platform/win/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt
@@ -77,6 +77,7 @@ Computed style of an element whose parent's 'display' value is 'none':
     text-align: auto
     text-decoration: none
     text-indent: 0px
+    text-rendering: auto
     text-shadow: none
     text-overflow: clip
     text-transform: none
@@ -193,7 +194,6 @@ Computed style of an element whose parent's 'display' value is 'none':
     stroke-miterlimit: 4
     stroke-opacity: 1
     stroke-width: 
-    text-rendering: auto
     alignment-baseline: auto
     baseline-shift: baseline
     dominant-baseline: auto
diff --git a/LayoutTests/platform/win/fast/css/text-rendering-expected.txt b/LayoutTests/platform/win/fast/css/text-rendering-expected.txt
new file mode 100644
index 0000000..7dd421b
--- /dev/null
+++ b/LayoutTests/platform/win/fast/css/text-rendering-expected.txt
@@ -0,0 +1,33 @@
+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 784x584
+      RenderInline {SPAN} at (0,0) size 677x138
+        RenderText {#text} at (0,0) size 677x138
+          text run at (0,0) width 677: "fin LYAWA (No kerning or"
+          text run at (0,69) width 228: "ligatures)"
+      RenderText {#text} at (228,109) size 4x18
+        text run at (228,109) width 4: " "
+      RenderBR {BR} at (232,123) size 0x0
+      RenderInline {SPAN} at (0,0) size 677x138
+        RenderText {#text} at (0,138) size 677x138
+          text run at (0,138) width 677: "fin LYAWA (No kerning or"
+          text run at (0,207) width 228: "ligatures)"
+      RenderText {#text} at (228,247) size 4x18
+        text run at (228,247) width 4: " "
+      RenderBR {BR} at (232,261) size 0x0
+      RenderInline {SPAN} at (0,0) size 639x138
+        RenderText {#text} at (0,276) size 639x138
+          text run at (0,276) width 639: "fin LYAWA (Kerning and"
+          text run at (0,345) width 228: "ligatures)"
+      RenderText {#text} at (228,385) size 4x18
+        text run at (228,385) width 4: " "
+      RenderBR {BR} at (232,399) size 0x0
+      RenderInline {SPAN} at (0,0) size 639x138
+        RenderText {#text} at (0,414) size 639x138
+          text run at (0,414) width 639: "fin LYAWA (Kerning and"
+          text run at (0,483) width 228: "ligatures)"
+      RenderText {#text} at (228,523) size 4x18
+        text run at (228,523) width 4: " "
+      RenderBR {BR} at (232,537) size 0x0

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list