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

abarth at webkit.org abarth at webkit.org
Wed Dec 22 15:07:54 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit c8f298a476c6b8129e0f0bbbb3801b50ae808481
Author: abarth at webkit.org <abarth at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Thu Oct 28 08:02:53 2010 +0000

    2010-10-28  Adam Barth  <abarth at webkit.org>
    
            Reviewed by Alexey Proskuryakov.
    
            Fix test description
            https://bugs.webkit.org/show_bug.cgi?id=48501
    
            I mistakenly copy/pasted this text from another test.
    
            * fast/dom/allowed-children-expected.txt:
            * fast/dom/allowed-children.html:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@70755 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog
index e805752..b7a240d 100644
--- a/LayoutTests/ChangeLog
+++ b/LayoutTests/ChangeLog
@@ -1,3 +1,15 @@
+2010-10-28  Adam Barth  <abarth at webkit.org>
+
+        Reviewed by Alexey Proskuryakov.
+
+        Fix test description
+        https://bugs.webkit.org/show_bug.cgi?id=48501
+
+        I mistakenly copy/pasted this text from another test.
+
+        * fast/dom/allowed-children-expected.txt:
+        * fast/dom/allowed-children.html:
+
 2010-10-27  Andy Estes  <aestes at apple.com>
 
         Reviewed by Adam Barth.
diff --git a/LayoutTests/fast/dom/allowed-children-expected.txt b/LayoutTests/fast/dom/allowed-children-expected.txt
index 385ef53..06bdb52 100644
--- a/LayoutTests/fast/dom/allowed-children-expected.txt
+++ b/LayoutTests/fast/dom/allowed-children-expected.txt
@@ -1,4 +1,4 @@
-This test ensures that objects RGBColor objects return the correct values.
+This test ensures that we can attach various DOMs to the document.
 
 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
 
diff --git a/LayoutTests/fast/dom/allowed-children.html b/LayoutTests/fast/dom/allowed-children.html
index cb4d166..228b1e1 100644
--- a/LayoutTests/fast/dom/allowed-children.html
+++ b/LayoutTests/fast/dom/allowed-children.html
@@ -7,7 +7,7 @@
 <p id="description"></p>
 <div id="console"></div>
 <script>
-description("This test ensures that objects RGBColor objects return the correct values.");
+description("This test ensures that we can attach various DOMs to the document.");
 
 var cases = [
   {

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list