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

andreip at google.com andreip at google.com
Wed Dec 22 11:32:11 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 8de29bea50dbbbbfaf7a43fd458b30d63bb89d8c
Author: andreip at google.com <andreip at google.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Wed Jul 28 17:40:22 2010 +0000

    2010-07-28  Andrei Popescu  <andreip at google.com>
    
            Reviewed by Jeremy Orlow.
    
            The text expectations for storage/objectore-basics.html are out of date
            https://bugs.webkit.org/show_bug.cgi?id=43126
    
            Following http://trac.webkit.org/changeset/64209
            the objectstore-basics-expected.txt file should be updated to reflect
            the new tests.
    
            * storage/indexeddb/objectstore-basics-expected.txt:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@64212 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog
index 351bdc6..66e939f 100644
--- a/LayoutTests/ChangeLog
+++ b/LayoutTests/ChangeLog
@@ -2,6 +2,19 @@
 
         Reviewed by Jeremy Orlow.
 
+        The text expectations for storage/objectore-basics.html are out of date
+        https://bugs.webkit.org/show_bug.cgi?id=43126
+
+        Following http://trac.webkit.org/changeset/64209
+        the objectstore-basics-expected.txt file should be updated to reflect
+        the new tests.
+
+        * storage/indexeddb/objectstore-basics-expected.txt:
+
+2010-07-28  Andrei Popescu  <andreip at google.com>
+
+        Reviewed by Jeremy Orlow.
+
         Skip IDBKeyRange from the prototype-inheritance layout test.
         IDBKeyRange is a DOM object and, with V8, it seems that such objects
         do not respect the prototype inheritance.
diff --git a/LayoutTests/storage/indexeddb/objectstore-basics-expected.txt b/LayoutTests/storage/indexeddb/objectstore-basics-expected.txt
index e277e92..3ba07ae 100644
--- a/LayoutTests/storage/indexeddb/objectstore-basics-expected.txt
+++ b/LayoutTests/storage/indexeddb/objectstore-basics-expected.txt
@@ -47,6 +47,8 @@ PASS event.target.readyState is event.target.DONE
 store = event.result
 PASS store.name is "storeName"
 PASS store.keyPath is null
+PASS storeNames.contains('storeName') is true
+PASS storeNames.length is 1
 store.add('value', 'key')
 PASS 'onsuccess' in result is true
 PASS 'onerror' in result is true

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list