Title: [87393] trunk/LayoutTests
Revision
87393
Author
[email protected]
Date
2011-05-26 09:32:11 -0700 (Thu, 26 May 2011)

Log Message

2011-05-26  Tony Chang  <[email protected]>

        Unreviewed, fixing the expected results for a test that had the
        output duplicated.

        * platform/chromium/test_expectations.txt:
        * storage/indexeddb/mozilla/create-objectstore-null-name-expected.txt:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (87392 => 87393)


--- trunk/LayoutTests/ChangeLog	2011-05-26 16:13:10 UTC (rev 87392)
+++ trunk/LayoutTests/ChangeLog	2011-05-26 16:32:11 UTC (rev 87393)
@@ -1,3 +1,11 @@
+2011-05-26  Tony Chang  <[email protected]>
+
+        Unreviewed, fixing the expected results for a test that had the
+        output duplicated.
+
+        * platform/chromium/test_expectations.txt:
+        * storage/indexeddb/mozilla/create-objectstore-null-name-expected.txt:
+
 2011-05-26  Rob Buis  <[email protected]>
 
         Reviewed by Dirk Schulze.

Modified: trunk/LayoutTests/platform/chromium/test_expectations.txt (87392 => 87393)


--- trunk/LayoutTests/platform/chromium/test_expectations.txt	2011-05-26 16:13:10 UTC (rev 87392)
+++ trunk/LayoutTests/platform/chromium/test_expectations.txt	2011-05-26 16:32:11 UTC (rev 87393)
@@ -4083,9 +4083,6 @@
 BUGCR83426 MAC : svg/dynamic-updates/SVGFETurbulenceElement-svgdom-type-prop.html = IMAGE PASS
 BUGCR83426 MAC : svg/filters/feLighting-crash.svg = IMAGE PASS
 
-// New test from WK r86970
-BUGCR83441 : storage/indexeddb/mozilla/create-objectstore-null-name.html = TEXT
-
 BUGCR83499 : fast/box-shadow/scaled-box-shadow.html = IMAGE IMAGE+TEXT PASS
 BUGCR83499 MAC : fast/box-shadow/box-shadow-transformed.html = IMAGE IMAGE+TEXT PASS
 

Modified: trunk/LayoutTests/storage/indexeddb/mozilla/create-objectstore-null-name-expected.txt (87392 => 87393)


--- trunk/LayoutTests/storage/indexeddb/mozilla/create-objectstore-null-name-expected.txt	2011-05-26 16:13:10 UTC (rev 87392)
+++ trunk/LayoutTests/storage/indexeddb/mozilla/create-objectstore-null-name-expected.txt	2011-05-26 16:32:11 UTC (rev 87393)
@@ -18,23 +18,3 @@
 
 TEST COMPLETE
 
-Test IndexedDB's creating object store with null name
-
-On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-
-
-indexedDB = window.indexedDB || window.webkitIndexedDB || window.mozIndexedDB;
-PASS indexedDB == null is false
-IDBDatabaseException = window.IDBDatabaseException || window.webkitIDBDatabaseException;
-PASS IDBDatabaseException == null is false
-indexedDB.open(name, description)
-db = event.target.result
-request = db.setVersion('1')
-Deleted all object stores.
-Expecting exception from db.createObjectStore(null);
-PASS Exception was thrown.
-PASS code is IDBDatabaseException.NON_TRANSIENT_ERR
-PASS successfullyParsed is true
-
-TEST COMPLETE
-
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to