[Webkit-unassigned] [Bug 207844] [ Mac wk2 ] storage/indexeddb/detached-iframe.html is flaky failing.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Feb 17 10:03:24 PST 2020


https://bugs.webkit.org/show_bug.cgi?id=207844

--- Comment #2 from Jason Lawrence <Lawrence.j at apple.com> ---
I have marked this test as failing while this issue is investigated.
https://trac.webkit.org/changeset/256739/webkit


Also, this is the content of the diff that I linked.
--- /Volumes/Data/slave/catalina-debug-tests-wk2/build/layout-test-results/storage/indexeddb/detached-iframe-expected.txt
+++ /Volumes/Data/slave/catalina-debug-tests-wk2/build/layout-test-results/storage/indexeddb/detached-iframe-actual.txt
@@ -1,4 +1,8 @@
 ALERT: original value
+indexedDB = self.indexedDB || self.webkitIndexedDB || self.mozIndexedDB || self.msIndexedDB || self.OIndexedDB;
+
+indexedDB.deleteDatabase(dbname)
+indexedDB.open(dbname)
 PASS successfullyParsed is true

 TEST COMPLETE

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20200217/a635e717/attachment-0001.htm>


More information about the webkit-unassigned mailing list