[SCM] WebKit Debian packaging branch, debian/experimental, updated. upstream/1.3.3-9427-gc2be6fc

jamesr at google.com jamesr at google.com
Wed Dec 22 14:50:23 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit ec9fc22372461a79ddc42c618e6261c93f7079d9
Author: jamesr at google.com <jamesr at google.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Thu Oct 21 20:08:48 2010 +0000

    2010-10-21  James Robinson  <jamesr at chromium.org>
    
            Reviewed by Darin Adler.
    
            Spurious reference to undefined variable 'test' in fast/text/international/vertical-text-glyph-test.html
            https://bugs.webkit.org/show_bug.cgi?id=48084
    
            * fast/text/international/vertical-text-glyph-test.html:
            * platform/mac/fast/text/international/vertical-text-glyph-test-expected.txt:
            * platform/mac-leopard/fast/text/international/vertical-text-glyph-test-expected.txt:
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@70260 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog
index a1a7bc8..d5eda2c 100644
--- a/LayoutTests/ChangeLog
+++ b/LayoutTests/ChangeLog
@@ -1,3 +1,14 @@
+2010-10-21  James Robinson  <jamesr at chromium.org>
+
+        Reviewed by Darin Adler.
+
+        Spurious reference to undefined variable 'test' in fast/text/international/vertical-text-glyph-test.html
+        https://bugs.webkit.org/show_bug.cgi?id=48084
+
+        * fast/text/international/vertical-text-glyph-test.html:
+        * platform/mac/fast/text/international/vertical-text-glyph-test-expected.txt:
+        * platform/mac-leopard/fast/text/international/vertical-text-glyph-test-expected.txt:
+
 2010-10-21  Chris Fleizach  <cfleizach at apple.com>
 
         Reviewed by Beth Dakin.
diff --git a/LayoutTests/fast/text/international/vertical-text-glyph-test.html b/LayoutTests/fast/text/international/vertical-text-glyph-test.html
index dad92fa..5aa1ede 100644
--- a/LayoutTests/fast/text/international/vertical-text-glyph-test.html
+++ b/LayoutTests/fast/text/international/vertical-text-glyph-test.html
@@ -38,7 +38,7 @@ body {
 }
 </style>
 </head>
-<body onload="test()">
+<body>
 <p>Simple text path</p>
 <span id="vertical_RL">abあ「」。</span><br>
 <br>
diff --git a/LayoutTests/platform/mac-leopard/fast/text/international/vertical-text-glyph-test-expected.txt b/LayoutTests/platform/mac-leopard/fast/text/international/vertical-text-glyph-test-expected.txt
index ff2be21..40e42a7 100644
--- a/LayoutTests/platform/mac-leopard/fast/text/international/vertical-text-glyph-test-expected.txt
+++ b/LayoutTests/platform/mac-leopard/fast/text/international/vertical-text-glyph-test-expected.txt
@@ -1,4 +1,3 @@
-CONSOLE MESSAGE: line 41: ReferenceError: Can't find variable: test
 layer at (0,0) size 800x600
   RenderView at (0,0) size 800x600
 layer at (0,0) size 800x424
diff --git a/LayoutTests/platform/mac/fast/text/international/vertical-text-glyph-test-expected.txt b/LayoutTests/platform/mac/fast/text/international/vertical-text-glyph-test-expected.txt
index 76e348d..af9326e 100644
--- a/LayoutTests/platform/mac/fast/text/international/vertical-text-glyph-test-expected.txt
+++ b/LayoutTests/platform/mac/fast/text/international/vertical-text-glyph-test-expected.txt
@@ -1,4 +1,3 @@
-CONSOLE MESSAGE: line 41: ReferenceError: Can't find variable: test
 layer at (0,0) size 800x600
   RenderView at (0,0) size 800x600
 layer at (0,0) size 800x442

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list