<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>[194700] trunk/LayoutTests</title>
</head>
<body>

<style type="text/css"><!--
#msg dl.meta { border: 1px #006 solid; background: #369; padding: 6px; color: #fff; }
#msg dl.meta dt { float: left; width: 6em; font-weight: bold; }
#msg dt:after { content:':';}
#msg dl, #msg dt, #msg ul, #msg li, #header, #footer, #logmsg { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt;  }
#msg dl a { font-weight: bold}
#msg dl a:link    { color:#fc3; }
#msg dl a:active  { color:#ff0; }
#msg dl a:visited { color:#cc6; }
h3 { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; font-weight: bold; }
#msg pre { overflow: auto; background: #ffc; border: 1px #fa0 solid; padding: 6px; }
#logmsg { background: #ffc; border: 1px #fa0 solid; padding: 1em 1em 0 1em; }
#logmsg p, #logmsg pre, #logmsg blockquote { margin: 0 0 1em 0; }
#logmsg p, #logmsg li, #logmsg dt, #logmsg dd { line-height: 14pt; }
#logmsg h1, #logmsg h2, #logmsg h3, #logmsg h4, #logmsg h5, #logmsg h6 { margin: .5em 0; }
#logmsg h1:first-child, #logmsg h2:first-child, #logmsg h3:first-child, #logmsg h4:first-child, #logmsg h5:first-child, #logmsg h6:first-child { margin-top: 0; }
#logmsg ul, #logmsg ol { padding: 0; list-style-position: inside; margin: 0 0 0 1em; }
#logmsg ul { text-indent: -1em; padding-left: 1em; }#logmsg ol { text-indent: -1.5em; padding-left: 1.5em; }
#logmsg > ul, #logmsg > ol { margin: 0 0 1em 0; }
#logmsg pre { background: #eee; padding: 1em; }
#logmsg blockquote { border: 1px solid #fa0; border-left-width: 10px; padding: 1em 1em 0 1em; background: white;}
#logmsg dl { margin: 0; }
#logmsg dt { font-weight: bold; }
#logmsg dd { margin: 0; padding: 0 0 0.5em 0; }
#logmsg dd:before { content:'\00bb';}
#logmsg table { border-spacing: 0px; border-collapse: collapse; border-top: 4px solid #fa0; border-bottom: 1px solid #fa0; background: #fff; }
#logmsg table th { text-align: left; font-weight: normal; padding: 0.2em 0.5em; border-top: 1px dotted #fa0; }
#logmsg table td { text-align: right; border-top: 1px dotted #fa0; padding: 0.2em 0.5em; }
#logmsg table thead th { text-align: center; border-bottom: 1px solid #fa0; }
#logmsg table th.Corner { text-align: left; }
#logmsg hr { border: none 0; border-top: 2px dashed #fa0; height: 1px; }
#header, #footer { color: #fff; background: #636; border: 1px #300 solid; padding: 6px; }
#patch { width: 100%; }
#patch h4 {font-family: verdana,arial,helvetica,sans-serif;font-size:10pt;padding:8px;background:#369;color:#fff;margin:0;}
#patch .propset h4, #patch .binary h4 {margin:0;}
#patch pre {padding:0;line-height:1.2em;margin:0;}
#patch .diff {width:100%;background:#eee;padding: 0 0 10px 0;overflow:auto;}
#patch .propset .diff, #patch .binary .diff  {padding:10px 0;}
#patch span {display:block;padding:0 10px;}
#patch .modfile, #patch .addfile, #patch .delfile, #patch .propset, #patch .binary, #patch .copfile {border:1px solid #ccc;margin:10px 0;}
#patch ins {background:#dfd;text-decoration:none;display:block;padding:0 10px;}
#patch del {background:#fdd;text-decoration:none;display:block;padding:0 10px;}
#patch .lines, .info {color:#888;background:#fff;}
--></style>
<div id="msg">
<dl class="meta">
<dt>Revision</dt> <dd><a href="http://trac.webkit.org/projects/webkit/changeset/194700">194700</a></dd>
<dt>Author</dt> <dd>beidson@apple.com</dd>
<dt>Date</dt> <dd>2016-01-07 10:07:11 -0800 (Thu, 07 Jan 2016)</dd>
</dl>

<h3>Log Message</h3>
<pre>Modern IDB: Update results for W3C tests marked as failures that actually pass.
https://bugs.webkit.org/show_bug.cgi?id=152827

Reviewed by Daniel Bates.
LayoutTests/imported/w3c:

Modern IDB passes the following tests with PASS results where we previous expected FAIL.

Let's update those, shall we?

* indexeddb/abort-in-initial-upgradeneeded-expected.txt:
* indexeddb/idbcursor-advance-expected.txt:
* indexeddb/idbcursor_advance_index5-expected.txt:
* indexeddb/idbcursor_advance_index9-expected.txt:
* indexeddb/idbcursor_advance_objectstore5-expected.txt:
* indexeddb/idbcursor_continue_index5-expected.txt:
* indexeddb/idbcursor_continue_index6-expected.txt:
* indexeddb/idbcursor_continue_index8-expected.txt:
* indexeddb/idbcursor_continue_invalid-expected.txt:
* indexeddb/idbcursor_continue_objectstore6-expected.txt:
* indexeddb/idbcursor_delete_index4-expected.txt:
* indexeddb/idbcursor_delete_objectstore4-expected.txt:
* indexeddb/idbdatabase_close2-expected.txt:
* indexeddb/idbdatabase_deleteObjectStore4-not_reused-expected.txt:
* indexeddb/idbfactory_deleteDatabase3-expected.txt:
* indexeddb/idbindex-multientry-big-expected.txt:
* indexeddb/idbindex_get3-expected.txt:
* indexeddb/idbobjectstore_add4-expected.txt:
* indexeddb/idbobjectstore_createIndex2-expected.txt:
* indexeddb/idbobjectstore_createIndex4-deleteIndex-event_order-expected.txt:
* indexeddb/idbobjectstore_put4-expected.txt:
* indexeddb/idbtransaction_abort-expected.txt:
* indexeddb/keygenerator-constrainterror-expected.txt:
* indexeddb/keygenerator-expected.txt:
* indexeddb/transaction-requestqueue-expected.txt:

LayoutTests:

- Update FAIL expectations to PASS expectations for Modern IDB.
- Copy the FAIL expectations over to platform/wk2 to keep testing Legacy IDB.

* platform/mac-wk1/TestExpectations:
* platform/wk2/imported/w3c/indexeddb/abort-in-initial-upgradeneeded-expected.txt: Copied from LayoutTests/imported/w3c/indexeddb/abort-in-initial-upgradeneeded-expected.txt.
* platform/wk2/imported/w3c/indexeddb/idbcursor-advance-expected.txt: Copied from LayoutTests/imported/w3c/indexeddb/idbcursor-advance-expected.txt.
* platform/wk2/imported/w3c/indexeddb/idbcursor_advance_index5-expected.txt: Copied from LayoutTests/imported/w3c/indexeddb/idbcursor_advance_index5-expected.txt.
* platform/wk2/imported/w3c/indexeddb/idbcursor_advance_index9-expected.txt: Copied from LayoutTests/imported/w3c/indexeddb/idbcursor_advance_index9-expected.txt.
* platform/wk2/imported/w3c/indexeddb/idbcursor_advance_objectstore5-expected.txt: Copied from LayoutTests/imported/w3c/indexeddb/idbcursor_advance_objectstore5-expected.txt.
* platform/wk2/imported/w3c/indexeddb/idbcursor_continue_index8-expected.txt: Copied from LayoutTests/imported/w3c/indexeddb/idbcursor_continue_index8-expected.txt.
* platform/wk2/imported/w3c/indexeddb/idbcursor_continue_objectstore6-expected.txt: Copied from LayoutTests/imported/w3c/indexeddb/idbcursor_continue_objectstore6-expected.txt.
* platform/wk2/imported/w3c/indexeddb/idbcursor_delete_index4-expected.txt: Copied from LayoutTests/imported/w3c/indexeddb/idbcursor_delete_index4-expected.txt.
* platform/wk2/imported/w3c/indexeddb/idbcursor_delete_objectstore4-expected.txt: Copied from LayoutTests/imported/w3c/indexeddb/idbcursor_delete_objectstore4-expected.txt.
* platform/wk2/imported/w3c/indexeddb/idbdatabase_close2-expected.txt: Copied from LayoutTests/imported/w3c/indexeddb/idbdatabase_close2-expected.txt.
* platform/wk2/imported/w3c/indexeddb/idbdatabase_deleteObjectStore4-not_reused-expected.txt: Copied from LayoutTests/imported/w3c/indexeddb/idbdatabase_deleteObjectStore4-not_reused-expected.txt.
* platform/wk2/imported/w3c/indexeddb/idbfactory_deleteDatabase3-expected.txt: Copied from LayoutTests/imported/w3c/indexeddb/idbfactory_deleteDatabase3-expected.txt.
* platform/wk2/imported/w3c/indexeddb/idbindex-multientry-big-expected.txt: Copied from LayoutTests/imported/w3c/indexeddb/idbindex-multientry-big-expected.txt.
* platform/wk2/imported/w3c/indexeddb/idbindex_get3-expected.txt: Copied from LayoutTests/imported/w3c/indexeddb/idbindex_get3-expected.txt.
* platform/wk2/imported/w3c/indexeddb/idbobjectstore_add4-expected.txt: Copied from LayoutTests/imported/w3c/indexeddb/idbobjectstore_add4-expected.txt.
* platform/wk2/imported/w3c/indexeddb/idbobjectstore_createIndex2-expected.txt: Copied from LayoutTests/imported/w3c/indexeddb/idbobjectstore_createIndex2-expected.txt.
* platform/wk2/imported/w3c/indexeddb/idbobjectstore_createIndex4-deleteIndex-event_order-expected.txt: Copied from LayoutTests/imported/w3c/indexeddb/idbobjectstore_createIndex4-deleteIndex-event_order-expected.txt.
* platform/wk2/imported/w3c/indexeddb/idbobjectstore_put4-expected.txt: Copied from LayoutTests/imported/w3c/indexeddb/idbobjectstore_put4-expected.txt.
* platform/wk2/imported/w3c/indexeddb/idbtransaction_abort-expected.txt: Copied from LayoutTests/imported/w3c/indexeddb/idbtransaction_abort-expected.txt.
* platform/wk2/imported/w3c/indexeddb/keygenerator-constrainterror-expected.txt: Copied from LayoutTests/imported/w3c/indexeddb/keygenerator-constrainterror-expected.txt.
* platform/wk2/imported/w3c/indexeddb/keygenerator-expected.txt: Copied from LayoutTests/imported/w3c/indexeddb/keygenerator-expected.txt.
* platform/wk2/imported/w3c/indexeddb/transaction-requestqueue-expected.txt: Copied from LayoutTests/imported/w3c/indexeddb/transaction-requestqueue-expected.txt.</pre>

<h3>Modified Paths</h3>
<ul>
<li><a href="#trunkLayoutTestsChangeLog">trunk/LayoutTests/ChangeLog</a></li>
<li><a href="#trunkLayoutTestsimportedw3cChangeLog">trunk/LayoutTests/imported/w3c/ChangeLog</a></li>
<li><a href="#trunkLayoutTestsimportedw3cindexeddbabortininitialupgradeneededexpectedtxt">trunk/LayoutTests/imported/w3c/indexeddb/abort-in-initial-upgradeneeded-expected.txt</a></li>
<li><a href="#trunkLayoutTestsimportedw3cindexeddbidbcursoradvanceexpectedtxt">trunk/LayoutTests/imported/w3c/indexeddb/idbcursor-advance-expected.txt</a></li>
<li><a href="#trunkLayoutTestsimportedw3cindexeddbidbcursor_advance_index5expectedtxt">trunk/LayoutTests/imported/w3c/indexeddb/idbcursor_advance_index5-expected.txt</a></li>
<li><a href="#trunkLayoutTestsimportedw3cindexeddbidbcursor_advance_index9expectedtxt">trunk/LayoutTests/imported/w3c/indexeddb/idbcursor_advance_index9-expected.txt</a></li>
<li><a href="#trunkLayoutTestsimportedw3cindexeddbidbcursor_advance_objectstore5expectedtxt">trunk/LayoutTests/imported/w3c/indexeddb/idbcursor_advance_objectstore5-expected.txt</a></li>
<li><a href="#trunkLayoutTestsimportedw3cindexeddbidbcursor_continue_index5expectedtxt">trunk/LayoutTests/imported/w3c/indexeddb/idbcursor_continue_index5-expected.txt</a></li>
<li><a href="#trunkLayoutTestsimportedw3cindexeddbidbcursor_continue_index6expectedtxt">trunk/LayoutTests/imported/w3c/indexeddb/idbcursor_continue_index6-expected.txt</a></li>
<li><a href="#trunkLayoutTestsimportedw3cindexeddbidbcursor_continue_index8expectedtxt">trunk/LayoutTests/imported/w3c/indexeddb/idbcursor_continue_index8-expected.txt</a></li>
<li><a href="#trunkLayoutTestsimportedw3cindexeddbidbcursor_continue_invalidexpectedtxt">trunk/LayoutTests/imported/w3c/indexeddb/idbcursor_continue_invalid-expected.txt</a></li>
<li><a href="#trunkLayoutTestsimportedw3cindexeddbidbcursor_continue_objectstore6expectedtxt">trunk/LayoutTests/imported/w3c/indexeddb/idbcursor_continue_objectstore6-expected.txt</a></li>
<li><a href="#trunkLayoutTestsimportedw3cindexeddbidbcursor_delete_index4expectedtxt">trunk/LayoutTests/imported/w3c/indexeddb/idbcursor_delete_index4-expected.txt</a></li>
<li><a href="#trunkLayoutTestsimportedw3cindexeddbidbcursor_delete_objectstore4expectedtxt">trunk/LayoutTests/imported/w3c/indexeddb/idbcursor_delete_objectstore4-expected.txt</a></li>
<li><a href="#trunkLayoutTestsimportedw3cindexeddbidbdatabase_close2expectedtxt">trunk/LayoutTests/imported/w3c/indexeddb/idbdatabase_close2-expected.txt</a></li>
<li><a href="#trunkLayoutTestsimportedw3cindexeddbidbdatabase_deleteObjectStore4not_reusedexpectedtxt">trunk/LayoutTests/imported/w3c/indexeddb/idbdatabase_deleteObjectStore4-not_reused-expected.txt</a></li>
<li><a href="#trunkLayoutTestsimportedw3cindexeddbidbfactory_deleteDatabase3expectedtxt">trunk/LayoutTests/imported/w3c/indexeddb/idbfactory_deleteDatabase3-expected.txt</a></li>
<li><a href="#trunkLayoutTestsimportedw3cindexeddbidbindexmultientrybigexpectedtxt">trunk/LayoutTests/imported/w3c/indexeddb/idbindex-multientry-big-expected.txt</a></li>
<li><a href="#trunkLayoutTestsimportedw3cindexeddbidbindex_get3expectedtxt">trunk/LayoutTests/imported/w3c/indexeddb/idbindex_get3-expected.txt</a></li>
<li><a href="#trunkLayoutTestsimportedw3cindexeddbidbobjectstore_add4expectedtxt">trunk/LayoutTests/imported/w3c/indexeddb/idbobjectstore_add4-expected.txt</a></li>
<li><a href="#trunkLayoutTestsimportedw3cindexeddbidbobjectstore_createIndex2expectedtxt">trunk/LayoutTests/imported/w3c/indexeddb/idbobjectstore_createIndex2-expected.txt</a></li>
<li><a href="#trunkLayoutTestsimportedw3cindexeddbidbobjectstore_createIndex4deleteIndexevent_orderexpectedtxt">trunk/LayoutTests/imported/w3c/indexeddb/idbobjectstore_createIndex4-deleteIndex-event_order-expected.txt</a></li>
<li><a href="#trunkLayoutTestsimportedw3cindexeddbidbobjectstore_put4expectedtxt">trunk/LayoutTests/imported/w3c/indexeddb/idbobjectstore_put4-expected.txt</a></li>
<li><a href="#trunkLayoutTestsimportedw3cindexeddbidbtransaction_abortexpectedtxt">trunk/LayoutTests/imported/w3c/indexeddb/idbtransaction_abort-expected.txt</a></li>
<li><a href="#trunkLayoutTestsimportedw3cindexeddbkeygeneratorconstrainterrorexpectedtxt">trunk/LayoutTests/imported/w3c/indexeddb/keygenerator-constrainterror-expected.txt</a></li>
<li><a href="#trunkLayoutTestsimportedw3cindexeddbkeygeneratorexpectedtxt">trunk/LayoutTests/imported/w3c/indexeddb/keygenerator-expected.txt</a></li>
<li><a href="#trunkLayoutTestsimportedw3cindexeddbtransactionrequestqueueexpectedtxt">trunk/LayoutTests/imported/w3c/indexeddb/transaction-requestqueue-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacwk1TestExpectations">trunk/LayoutTests/platform/mac-wk1/TestExpectations</a></li>
</ul>

<h3>Added Paths</h3>
<ul>
<li><a href="#trunkLayoutTestsplatformwk2importedw3cindexeddbabortininitialupgradeneededexpectedtxt">trunk/LayoutTests/platform/wk2/imported/w3c/indexeddb/abort-in-initial-upgradeneeded-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformwk2importedw3cindexeddbidbcursoradvanceexpectedtxt">trunk/LayoutTests/platform/wk2/imported/w3c/indexeddb/idbcursor-advance-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformwk2importedw3cindexeddbidbcursor_advance_index5expectedtxt">trunk/LayoutTests/platform/wk2/imported/w3c/indexeddb/idbcursor_advance_index5-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformwk2importedw3cindexeddbidbcursor_advance_index9expectedtxt">trunk/LayoutTests/platform/wk2/imported/w3c/indexeddb/idbcursor_advance_index9-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformwk2importedw3cindexeddbidbcursor_advance_objectstore5expectedtxt">trunk/LayoutTests/platform/wk2/imported/w3c/indexeddb/idbcursor_advance_objectstore5-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformwk2importedw3cindexeddbidbcursor_continue_index8expectedtxt">trunk/LayoutTests/platform/wk2/imported/w3c/indexeddb/idbcursor_continue_index8-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformwk2importedw3cindexeddbidbcursor_continue_objectstore6expectedtxt">trunk/LayoutTests/platform/wk2/imported/w3c/indexeddb/idbcursor_continue_objectstore6-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformwk2importedw3cindexeddbidbcursor_delete_index4expectedtxt">trunk/LayoutTests/platform/wk2/imported/w3c/indexeddb/idbcursor_delete_index4-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformwk2importedw3cindexeddbidbcursor_delete_objectstore4expectedtxt">trunk/LayoutTests/platform/wk2/imported/w3c/indexeddb/idbcursor_delete_objectstore4-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformwk2importedw3cindexeddbidbdatabase_close2expectedtxt">trunk/LayoutTests/platform/wk2/imported/w3c/indexeddb/idbdatabase_close2-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformwk2importedw3cindexeddbidbdatabase_deleteObjectStore4not_reusedexpectedtxt">trunk/LayoutTests/platform/wk2/imported/w3c/indexeddb/idbdatabase_deleteObjectStore4-not_reused-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformwk2importedw3cindexeddbidbfactory_deleteDatabase3expectedtxt">trunk/LayoutTests/platform/wk2/imported/w3c/indexeddb/idbfactory_deleteDatabase3-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformwk2importedw3cindexeddbidbindexmultientrybigexpectedtxt">trunk/LayoutTests/platform/wk2/imported/w3c/indexeddb/idbindex-multientry-big-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformwk2importedw3cindexeddbidbindex_get3expectedtxt">trunk/LayoutTests/platform/wk2/imported/w3c/indexeddb/idbindex_get3-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformwk2importedw3cindexeddbidbobjectstore_add4expectedtxt">trunk/LayoutTests/platform/wk2/imported/w3c/indexeddb/idbobjectstore_add4-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformwk2importedw3cindexeddbidbobjectstore_createIndex2expectedtxt">trunk/LayoutTests/platform/wk2/imported/w3c/indexeddb/idbobjectstore_createIndex2-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformwk2importedw3cindexeddbidbobjectstore_createIndex4deleteIndexevent_orderexpectedtxt">trunk/LayoutTests/platform/wk2/imported/w3c/indexeddb/idbobjectstore_createIndex4-deleteIndex-event_order-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformwk2importedw3cindexeddbidbobjectstore_put4expectedtxt">trunk/LayoutTests/platform/wk2/imported/w3c/indexeddb/idbobjectstore_put4-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformwk2importedw3cindexeddbidbtransaction_abortexpectedtxt">trunk/LayoutTests/platform/wk2/imported/w3c/indexeddb/idbtransaction_abort-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformwk2importedw3cindexeddbkeygeneratorconstrainterrorexpectedtxt">trunk/LayoutTests/platform/wk2/imported/w3c/indexeddb/keygenerator-constrainterror-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformwk2importedw3cindexeddbkeygeneratorexpectedtxt">trunk/LayoutTests/platform/wk2/imported/w3c/indexeddb/keygenerator-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformwk2importedw3cindexeddbtransactionrequestqueueexpectedtxt">trunk/LayoutTests/platform/wk2/imported/w3c/indexeddb/transaction-requestqueue-expected.txt</a></li>
</ul>

</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunkLayoutTestsChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/ChangeLog (194699 => 194700)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/ChangeLog        2016-01-07 17:06:03 UTC (rev 194699)
+++ trunk/LayoutTests/ChangeLog        2016-01-07 18:07:11 UTC (rev 194700)
</span><span class="lines">@@ -1,3 +1,37 @@
</span><ins>+2016-01-07  Brady Eidson  &lt;beidson@apple.com&gt;
+
+        Modern IDB: Update results for W3C tests marked as failures that actually pass.
+        https://bugs.webkit.org/show_bug.cgi?id=152827
+
+        Reviewed by Daniel Bates.
+        
+        - Update FAIL expectations to PASS expectations for Modern IDB.
+        - Copy the FAIL expectations over to platform/wk2 to keep testing Legacy IDB.
+
+        * platform/mac-wk1/TestExpectations:
+        * platform/wk2/imported/w3c/indexeddb/abort-in-initial-upgradeneeded-expected.txt: Copied from LayoutTests/imported/w3c/indexeddb/abort-in-initial-upgradeneeded-expected.txt.
+        * platform/wk2/imported/w3c/indexeddb/idbcursor-advance-expected.txt: Copied from LayoutTests/imported/w3c/indexeddb/idbcursor-advance-expected.txt.
+        * platform/wk2/imported/w3c/indexeddb/idbcursor_advance_index5-expected.txt: Copied from LayoutTests/imported/w3c/indexeddb/idbcursor_advance_index5-expected.txt.
+        * platform/wk2/imported/w3c/indexeddb/idbcursor_advance_index9-expected.txt: Copied from LayoutTests/imported/w3c/indexeddb/idbcursor_advance_index9-expected.txt.
+        * platform/wk2/imported/w3c/indexeddb/idbcursor_advance_objectstore5-expected.txt: Copied from LayoutTests/imported/w3c/indexeddb/idbcursor_advance_objectstore5-expected.txt.
+        * platform/wk2/imported/w3c/indexeddb/idbcursor_continue_index8-expected.txt: Copied from LayoutTests/imported/w3c/indexeddb/idbcursor_continue_index8-expected.txt.
+        * platform/wk2/imported/w3c/indexeddb/idbcursor_continue_objectstore6-expected.txt: Copied from LayoutTests/imported/w3c/indexeddb/idbcursor_continue_objectstore6-expected.txt.
+        * platform/wk2/imported/w3c/indexeddb/idbcursor_delete_index4-expected.txt: Copied from LayoutTests/imported/w3c/indexeddb/idbcursor_delete_index4-expected.txt.
+        * platform/wk2/imported/w3c/indexeddb/idbcursor_delete_objectstore4-expected.txt: Copied from LayoutTests/imported/w3c/indexeddb/idbcursor_delete_objectstore4-expected.txt.
+        * platform/wk2/imported/w3c/indexeddb/idbdatabase_close2-expected.txt: Copied from LayoutTests/imported/w3c/indexeddb/idbdatabase_close2-expected.txt.
+        * platform/wk2/imported/w3c/indexeddb/idbdatabase_deleteObjectStore4-not_reused-expected.txt: Copied from LayoutTests/imported/w3c/indexeddb/idbdatabase_deleteObjectStore4-not_reused-expected.txt.
+        * platform/wk2/imported/w3c/indexeddb/idbfactory_deleteDatabase3-expected.txt: Copied from LayoutTests/imported/w3c/indexeddb/idbfactory_deleteDatabase3-expected.txt.
+        * platform/wk2/imported/w3c/indexeddb/idbindex-multientry-big-expected.txt: Copied from LayoutTests/imported/w3c/indexeddb/idbindex-multientry-big-expected.txt.
+        * platform/wk2/imported/w3c/indexeddb/idbindex_get3-expected.txt: Copied from LayoutTests/imported/w3c/indexeddb/idbindex_get3-expected.txt.
+        * platform/wk2/imported/w3c/indexeddb/idbobjectstore_add4-expected.txt: Copied from LayoutTests/imported/w3c/indexeddb/idbobjectstore_add4-expected.txt.
+        * platform/wk2/imported/w3c/indexeddb/idbobjectstore_createIndex2-expected.txt: Copied from LayoutTests/imported/w3c/indexeddb/idbobjectstore_createIndex2-expected.txt.
+        * platform/wk2/imported/w3c/indexeddb/idbobjectstore_createIndex4-deleteIndex-event_order-expected.txt: Copied from LayoutTests/imported/w3c/indexeddb/idbobjectstore_createIndex4-deleteIndex-event_order-expected.txt.
+        * platform/wk2/imported/w3c/indexeddb/idbobjectstore_put4-expected.txt: Copied from LayoutTests/imported/w3c/indexeddb/idbobjectstore_put4-expected.txt.
+        * platform/wk2/imported/w3c/indexeddb/idbtransaction_abort-expected.txt: Copied from LayoutTests/imported/w3c/indexeddb/idbtransaction_abort-expected.txt.
+        * platform/wk2/imported/w3c/indexeddb/keygenerator-constrainterror-expected.txt: Copied from LayoutTests/imported/w3c/indexeddb/keygenerator-constrainterror-expected.txt.
+        * platform/wk2/imported/w3c/indexeddb/keygenerator-expected.txt: Copied from LayoutTests/imported/w3c/indexeddb/keygenerator-expected.txt.
+        * platform/wk2/imported/w3c/indexeddb/transaction-requestqueue-expected.txt: Copied from LayoutTests/imported/w3c/indexeddb/transaction-requestqueue-expected.txt.
+
</ins><span class="cx"> 2016-01-06  Brady Eidson  &lt;beidson@apple.com&gt;
</span><span class="cx"> 
</span><span class="cx">         Modern IDB: Initial enabling of imported W3C IDB tests.
</span></span></pre></div>
<a id="trunkLayoutTestsimportedw3cChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/imported/w3c/ChangeLog (194699 => 194700)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/ChangeLog        2016-01-07 17:06:03 UTC (rev 194699)
+++ trunk/LayoutTests/imported/w3c/ChangeLog        2016-01-07 18:07:11 UTC (rev 194700)
</span><span class="lines">@@ -1,3 +1,40 @@
</span><ins>+2016-01-07  Brady Eidson  &lt;beidson@apple.com&gt;
+
+        Modern IDB: Update results for W3C tests marked as failures that actually pass.
+        https://bugs.webkit.org/show_bug.cgi?id=152827
+
+        Reviewed by Daniel Bates.
+
+        Modern IDB passes the following tests with PASS results where we previous expected FAIL.
+        
+        Let's update those, shall we?
+        
+        * indexeddb/abort-in-initial-upgradeneeded-expected.txt:
+        * indexeddb/idbcursor-advance-expected.txt:
+        * indexeddb/idbcursor_advance_index5-expected.txt:
+        * indexeddb/idbcursor_advance_index9-expected.txt:
+        * indexeddb/idbcursor_advance_objectstore5-expected.txt:
+        * indexeddb/idbcursor_continue_index5-expected.txt:
+        * indexeddb/idbcursor_continue_index6-expected.txt:
+        * indexeddb/idbcursor_continue_index8-expected.txt:
+        * indexeddb/idbcursor_continue_invalid-expected.txt:
+        * indexeddb/idbcursor_continue_objectstore6-expected.txt:
+        * indexeddb/idbcursor_delete_index4-expected.txt:
+        * indexeddb/idbcursor_delete_objectstore4-expected.txt:
+        * indexeddb/idbdatabase_close2-expected.txt:
+        * indexeddb/idbdatabase_deleteObjectStore4-not_reused-expected.txt:
+        * indexeddb/idbfactory_deleteDatabase3-expected.txt:
+        * indexeddb/idbindex-multientry-big-expected.txt:
+        * indexeddb/idbindex_get3-expected.txt:
+        * indexeddb/idbobjectstore_add4-expected.txt:
+        * indexeddb/idbobjectstore_createIndex2-expected.txt:
+        * indexeddb/idbobjectstore_createIndex4-deleteIndex-event_order-expected.txt:
+        * indexeddb/idbobjectstore_put4-expected.txt:
+        * indexeddb/idbtransaction_abort-expected.txt:
+        * indexeddb/keygenerator-constrainterror-expected.txt:
+        * indexeddb/keygenerator-expected.txt:
+        * indexeddb/transaction-requestqueue-expected.txt:
+
</ins><span class="cx"> 2016-01-05  Youenn Fablet  &lt;youenn.fablet@crf.canon.fr&gt;
</span><span class="cx"> 
</span><span class="cx">         Activate service-workers import
</span></span></pre></div>
<a id="trunkLayoutTestsimportedw3cindexeddbabortininitialupgradeneededexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/imported/w3c/indexeddb/abort-in-initial-upgradeneeded-expected.txt (194699 => 194700)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/indexeddb/abort-in-initial-upgradeneeded-expected.txt        2016-01-07 17:06:03 UTC (rev 194699)
+++ trunk/LayoutTests/imported/w3c/indexeddb/abort-in-initial-upgradeneeded-expected.txt        2016-01-07 18:07:11 UTC (rev 194700)
</span><span class="lines">@@ -1,3 +1,3 @@
</span><span class="cx"> 
</span><del>-FAIL Test that an abort in the initial upgradeneeded sets version back to 0 assert_equals: expected (undefined) undefined but got (object) object &quot;[object IDBDatabase]&quot;
</del><ins>+PASS Test that an abort in the initial upgradeneeded sets version back to 0 
</ins><span class="cx"> 
</span></span></pre></div>
<a id="trunkLayoutTestsimportedw3cindexeddbidbcursoradvanceexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/imported/w3c/indexeddb/idbcursor-advance-expected.txt (194699 => 194700)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/indexeddb/idbcursor-advance-expected.txt        2016-01-07 17:06:03 UTC (rev 194699)
+++ trunk/LayoutTests/imported/w3c/indexeddb/idbcursor-advance-expected.txt        2016-01-07 18:07:11 UTC (rev 194700)
</span><span class="lines">@@ -1,7 +1,7 @@
</span><span class="cx"> 
</span><del>-FAIL IDBCursor.advance() - advances assert_unreached: unexpected error (UnknownError) Reached unreachable code
-FAIL IDBCursor.advance() - advances backwards assert_unreached: unexpected error (UnknownError) Reached unreachable code
-FAIL IDBCursor.advance() - skip far forward assert_unreached: unexpected error (UnknownError) Reached unreachable code
</del><ins>+PASS IDBCursor.advance() - advances 
+PASS IDBCursor.advance() - advances backwards 
+PASS IDBCursor.advance() - skip far forward 
</ins><span class="cx"> PASS IDBCursor.advance() - within range 
</span><span class="cx"> PASS IDBCursor.advance() - within single key range 
</span><span class="cx"> PASS IDBCursor.advance() - within single key range, with several results 
</span></span></pre></div>
<a id="trunkLayoutTestsimportedw3cindexeddbidbcursor_advance_index5expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/imported/w3c/indexeddb/idbcursor_advance_index5-expected.txt (194699 => 194700)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/indexeddb/idbcursor_advance_index5-expected.txt        2016-01-07 17:06:03 UTC (rev 194699)
+++ trunk/LayoutTests/imported/w3c/indexeddb/idbcursor_advance_index5-expected.txt        2016-01-07 18:07:11 UTC (rev 194700)
</span><span class="lines">@@ -1,3 +1,3 @@
</span><span class="cx"> 
</span><del>-FAIL IDBCursor.advance() - index - iterate to the next record assert_unreached: unexpected db.error (UnknownError) Reached unreachable code
</del><ins>+PASS IDBCursor.advance() - index - iterate to the next record 
</ins><span class="cx"> 
</span></span></pre></div>
<a id="trunkLayoutTestsimportedw3cindexeddbidbcursor_advance_index9expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/imported/w3c/indexeddb/idbcursor_advance_index9-expected.txt (194699 => 194700)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/indexeddb/idbcursor_advance_index9-expected.txt        2016-01-07 17:06:03 UTC (rev 194699)
+++ trunk/LayoutTests/imported/w3c/indexeddb/idbcursor_advance_index9-expected.txt        2016-01-07 18:07:11 UTC (rev 194700)
</span><span class="lines">@@ -1,5 +1,3 @@
</span><span class="cx"> 
</span><del>-FAIL IDBCursor.advance() - index - throw InvalidStateError caused by object store been deleted assert_throws: If the cursor's source or effective object store has been deleted, the implementation MUST throw a DOMException of type InvalidStateError function &quot;function () {
-                cursor.advance(1);
-        ...&quot; did not throw
</del><ins>+PASS IDBCursor.advance() - index - throw InvalidStateError caused by object store been deleted 
</ins><span class="cx"> 
</span></span></pre></div>
<a id="trunkLayoutTestsimportedw3cindexeddbidbcursor_advance_objectstore5expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/imported/w3c/indexeddb/idbcursor_advance_objectstore5-expected.txt (194699 => 194700)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/indexeddb/idbcursor_advance_objectstore5-expected.txt        2016-01-07 17:06:03 UTC (rev 194699)
+++ trunk/LayoutTests/imported/w3c/indexeddb/idbcursor_advance_objectstore5-expected.txt        2016-01-07 18:07:11 UTC (rev 194700)
</span><span class="lines">@@ -1,5 +1,3 @@
</span><span class="cx"> 
</span><del>-FAIL IDBCursor.advance() - object store - throw InvalidStateError caused by object store been deleted assert_throws: If the cursor's source or effective object store has been deleted, the implementation MUST throw a DOMException of type InvalidStateError function &quot;function () {
-                cursor.advance(1);
-        ...&quot; did not throw
</del><ins>+PASS IDBCursor.advance() - object store - throw InvalidStateError caused by object store been deleted 
</ins><span class="cx"> 
</span></span></pre></div>
<a id="trunkLayoutTestsimportedw3cindexeddbidbcursor_continue_index5expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/imported/w3c/indexeddb/idbcursor_continue_index5-expected.txt (194699 => 194700)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/indexeddb/idbcursor_continue_index5-expected.txt        2016-01-07 17:06:03 UTC (rev 194699)
+++ trunk/LayoutTests/imported/w3c/indexeddb/idbcursor_continue_index5-expected.txt        2016-01-07 18:07:11 UTC (rev 194700)
</span><span class="lines">@@ -1,3 +1,3 @@
</span><span class="cx"> 
</span><del>-FAIL IDBCursor.continue() - index - iterate using 'prevunique' DataError: DOM IDBDatabase Exception 0
</del><ins>+PASS IDBCursor.continue() - index - iterate using 'prevunique' 
</ins><span class="cx"> 
</span></span></pre></div>
<a id="trunkLayoutTestsimportedw3cindexeddbidbcursor_continue_index6expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/imported/w3c/indexeddb/idbcursor_continue_index6-expected.txt (194699 => 194700)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/indexeddb/idbcursor_continue_index6-expected.txt        2016-01-07 17:06:03 UTC (rev 194699)
+++ trunk/LayoutTests/imported/w3c/indexeddb/idbcursor_continue_index6-expected.txt        2016-01-07 18:07:11 UTC (rev 194700)
</span><span class="lines">@@ -1,3 +1,3 @@
</span><span class="cx"> 
</span><del>-FAIL IDBCursor.continue() - index - iterate using nextunique DataError: DOM IDBDatabase Exception 0
</del><ins>+PASS IDBCursor.continue() - index - iterate using nextunique 
</ins><span class="cx"> 
</span></span></pre></div>
<a id="trunkLayoutTestsimportedw3cindexeddbidbcursor_continue_index8expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/imported/w3c/indexeddb/idbcursor_continue_index8-expected.txt (194699 => 194700)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/indexeddb/idbcursor_continue_index8-expected.txt        2016-01-07 17:06:03 UTC (rev 194699)
+++ trunk/LayoutTests/imported/w3c/indexeddb/idbcursor_continue_index8-expected.txt        2016-01-07 18:07:11 UTC (rev 194700)
</span><span class="lines">@@ -1,5 +1,3 @@
</span><span class="cx"> 
</span><del>-FAIL IDBCursor.continue() - index - throw InvalidStateError caused by object store been deleted assert_throws: If the cursor's source or effective object store has been deleted, the implementation MUST throw a DOMException of type InvalidStateError function &quot;function () {
-                cursor.continue();
-        ...&quot; did not throw
</del><ins>+PASS IDBCursor.continue() - index - throw InvalidStateError caused by object store been deleted 
</ins><span class="cx"> 
</span></span></pre></div>
<a id="trunkLayoutTestsimportedw3cindexeddbidbcursor_continue_invalidexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/imported/w3c/indexeddb/idbcursor_continue_invalid-expected.txt (194699 => 194700)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/indexeddb/idbcursor_continue_invalid-expected.txt        2016-01-07 17:06:03 UTC (rev 194699)
+++ trunk/LayoutTests/imported/w3c/indexeddb/idbcursor_continue_invalid-expected.txt        2016-01-07 18:07:11 UTC (rev 194700)
</span><span class="lines">@@ -1,3 +1,3 @@
</span><span class="cx"> 
</span><del>-FAIL IDBCursor.continue() - attempt to call continue two times DataError: DOM IDBDatabase Exception 0
</del><ins>+PASS IDBCursor.continue() - attempt to call continue two times 
</ins><span class="cx"> 
</span></span></pre></div>
<a id="trunkLayoutTestsimportedw3cindexeddbidbcursor_continue_objectstore6expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/imported/w3c/indexeddb/idbcursor_continue_objectstore6-expected.txt (194699 => 194700)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/indexeddb/idbcursor_continue_objectstore6-expected.txt        2016-01-07 17:06:03 UTC (rev 194699)
+++ trunk/LayoutTests/imported/w3c/indexeddb/idbcursor_continue_objectstore6-expected.txt        2016-01-07 18:07:11 UTC (rev 194700)
</span><span class="lines">@@ -1,5 +1,3 @@
</span><span class="cx"> 
</span><del>-FAIL IDBCursor.continue() - object store - throw InvalidStateError caused by object store been deleted assert_throws: If the cursor's source or effective object store has been deleted, the implementation MUST throw a DOMException of type InvalidStateError function &quot;function () {
-                cursor.continue();
-        ...&quot; did not throw
</del><ins>+PASS IDBCursor.continue() - object store - throw InvalidStateError caused by object store been deleted 
</ins><span class="cx"> 
</span></span></pre></div>
<a id="trunkLayoutTestsimportedw3cindexeddbidbcursor_delete_index4expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/imported/w3c/indexeddb/idbcursor_delete_index4-expected.txt (194699 => 194700)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/indexeddb/idbcursor_delete_index4-expected.txt        2016-01-07 17:06:03 UTC (rev 194699)
+++ trunk/LayoutTests/imported/w3c/indexeddb/idbcursor_delete_index4-expected.txt        2016-01-07 18:07:11 UTC (rev 194700)
</span><span class="lines">@@ -1,5 +1,3 @@
</span><span class="cx"> 
</span><del>-FAIL IDBCursor.delete() - index - throw InvalidStateError caused by object store been deleted assert_throws: If the cursor's source or effective object store has been deleted, the implementation MUST throw a DOMException of type InvalidStateError function &quot;function () {
-                cursor.delete();
-            }&quot; did not throw
</del><ins>+PASS IDBCursor.delete() - index - throw InvalidStateError caused by object store been deleted 
</ins><span class="cx"> 
</span></span></pre></div>
<a id="trunkLayoutTestsimportedw3cindexeddbidbcursor_delete_objectstore4expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/imported/w3c/indexeddb/idbcursor_delete_objectstore4-expected.txt (194699 => 194700)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/indexeddb/idbcursor_delete_objectstore4-expected.txt        2016-01-07 17:06:03 UTC (rev 194699)
+++ trunk/LayoutTests/imported/w3c/indexeddb/idbcursor_delete_objectstore4-expected.txt        2016-01-07 18:07:11 UTC (rev 194700)
</span><span class="lines">@@ -1,5 +1,3 @@
</span><span class="cx"> 
</span><del>-FAIL IDBCursor.delete() - object store - throw InvalidStateError caused by object store been deleted assert_throws: If the cursor's source or effective object store has been deleted, the implementation MUST throw a DOMException of type InvalidStateError function &quot;function () {
-                cursor.delete();
-            }&quot; did not throw
</del><ins>+PASS IDBCursor.delete() - object store - throw InvalidStateError caused by object store been deleted 
</ins><span class="cx"> 
</span></span></pre></div>
<a id="trunkLayoutTestsimportedw3cindexeddbidbdatabase_close2expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/imported/w3c/indexeddb/idbdatabase_close2-expected.txt (194699 => 194700)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/indexeddb/idbdatabase_close2-expected.txt        2016-01-07 17:06:03 UTC (rev 194699)
+++ trunk/LayoutTests/imported/w3c/indexeddb/idbdatabase_close2-expected.txt        2016-01-07 18:07:11 UTC (rev 194700)
</span><span class="lines">@@ -1,3 +1,3 @@
</span><span class="cx"> 
</span><del>-FAIL IDBDatabase.close() - unblock the delete database request assert_unreached: Unexpected database deletion error (UnknownError) Reached unreachable code
</del><ins>+PASS IDBDatabase.close() - unblock the delete database request 
</ins><span class="cx"> 
</span></span></pre></div>
<a id="trunkLayoutTestsimportedw3cindexeddbidbdatabase_deleteObjectStore4not_reusedexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/imported/w3c/indexeddb/idbdatabase_deleteObjectStore4-not_reused-expected.txt (194699 => 194700)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/indexeddb/idbdatabase_deleteObjectStore4-not_reused-expected.txt        2016-01-07 17:06:03 UTC (rev 194699)
+++ trunk/LayoutTests/imported/w3c/indexeddb/idbdatabase_deleteObjectStore4-not_reused-expected.txt        2016-01-07 18:07:11 UTC (rev 194700)
</span><span class="lines">@@ -1,3 +1,3 @@
</span><span class="cx"> 
</span><del>-FAIL IDBDatabase.deleteObjectStore() - the object store is not reused assert_array_equals: keys property 1, expected 6 but got 1
</del><ins>+PASS IDBDatabase.deleteObjectStore() - the object store is not reused 
</ins><span class="cx"> 
</span></span></pre></div>
<a id="trunkLayoutTestsimportedw3cindexeddbidbfactory_deleteDatabase3expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/imported/w3c/indexeddb/idbfactory_deleteDatabase3-expected.txt (194699 => 194700)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/indexeddb/idbfactory_deleteDatabase3-expected.txt        2016-01-07 17:06:03 UTC (rev 194699)
+++ trunk/LayoutTests/imported/w3c/indexeddb/idbfactory_deleteDatabase3-expected.txt        2016-01-07 18:07:11 UTC (rev 194700)
</span><span class="lines">@@ -1,3 +1,3 @@
</span><span class="cx"> 
</span><del>-FAIL IDBFactory.deleteDatabase() - success event assert_equals: oldVersion expected (number) 9 but got (undefined) undefined
</del><ins>+PASS IDBFactory.deleteDatabase() - success event 
</ins><span class="cx"> 
</span></span></pre></div>
<a id="trunkLayoutTestsimportedw3cindexeddbidbindexmultientrybigexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/imported/w3c/indexeddb/idbindex-multientry-big-expected.txt (194699 => 194700)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/indexeddb/idbindex-multientry-big-expected.txt        2016-01-07 17:06:03 UTC (rev 194699)
+++ trunk/LayoutTests/imported/w3c/indexeddb/idbindex-multientry-big-expected.txt        2016-01-07 18:07:11 UTC (rev 194700)
</span><span class="lines">@@ -1,4 +1,4 @@
</span><span class="cx"> 
</span><span class="cx"> PASS Adding one item with 1000 multiEntry keys 
</span><del>-TIMEOUT Getting the one item by 1000 indeced keys  Test timed out
</del><ins>+PASS Getting the one item by 1000 indeced keys  
</ins><span class="cx"> 
</span></span></pre></div>
<a id="trunkLayoutTestsimportedw3cindexeddbidbindex_get3expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/imported/w3c/indexeddb/idbindex_get3-expected.txt (194699 => 194700)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/indexeddb/idbindex_get3-expected.txt        2016-01-07 17:06:03 UTC (rev 194699)
+++ trunk/LayoutTests/imported/w3c/indexeddb/idbindex_get3-expected.txt        2016-01-07 18:07:11 UTC (rev 194700)
</span><span class="lines">@@ -1,3 +1,3 @@
</span><span class="cx"> 
</span><del>-FAIL IDBIndex.get() - attempt to retrieve a record that doesn't exist  assert_equals: expected (undefined) undefined but got (object) null
</del><ins>+PASS IDBIndex.get() - attempt to retrieve a record that doesn't exist  
</ins><span class="cx"> 
</span></span></pre></div>
<a id="trunkLayoutTestsimportedw3cindexeddbidbobjectstore_add4expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/imported/w3c/indexeddb/idbobjectstore_add4-expected.txt (194699 => 194700)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/indexeddb/idbobjectstore_add4-expected.txt        2016-01-07 17:06:03 UTC (rev 194699)
+++ trunk/LayoutTests/imported/w3c/indexeddb/idbobjectstore_add4-expected.txt        2016-01-07 18:07:11 UTC (rev 194700)
</span><span class="lines">@@ -1,3 +1,3 @@
</span><span class="cx"> 
</span><del>-FAIL IDBObjectStore.add() - add where an index has unique:true specified  assert_unreached: success on adding duplicate indexed record Reached unreachable code
</del><ins>+PASS IDBObjectStore.add() - add where an index has unique:true specified  
</ins><span class="cx"> 
</span></span></pre></div>
<a id="trunkLayoutTestsimportedw3cindexeddbidbobjectstore_createIndex2expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/imported/w3c/indexeddb/idbobjectstore_createIndex2-expected.txt (194699 => 194700)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/indexeddb/idbobjectstore_createIndex2-expected.txt        2016-01-07 17:06:03 UTC (rev 194699)
+++ trunk/LayoutTests/imported/w3c/indexeddb/idbobjectstore_createIndex2-expected.txt        2016-01-07 18:07:11 UTC (rev 194700)
</span><span class="lines">@@ -1,3 +1,3 @@
</span><span class="cx"> 
</span><del>-FAIL IDBObjectStore.createIndex() - attempt to create an index that requires unique values on an object store already contains duplicates  assert_unreached: got complete, expected abort Reached unreachable code
</del><ins>+PASS IDBObjectStore.createIndex() - attempt to create an index that requires unique values on an object store already contains duplicates  
</ins><span class="cx"> 
</span></span></pre></div>
<a id="trunkLayoutTestsimportedw3cindexeddbidbobjectstore_createIndex4deleteIndexevent_orderexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/imported/w3c/indexeddb/idbobjectstore_createIndex4-deleteIndex-event_order-expected.txt (194699 => 194700)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/indexeddb/idbobjectstore_createIndex4-deleteIndex-event_order-expected.txt        2016-01-07 17:06:03 UTC (rev 194699)
+++ trunk/LayoutTests/imported/w3c/indexeddb/idbobjectstore_createIndex4-deleteIndex-event_order-expected.txt        2016-01-07 18:07:11 UTC (rev 194700)
</span><span class="lines">@@ -1,3 +1,3 @@
</span><span class="cx"> 
</span><del>-TIMEOUT IDBObjectStore.createIndex() - Event ordering for a later deleted index Test timed out
</del><ins>+PASS IDBObjectStore.createIndex() - Event ordering for a later deleted index 
</ins><span class="cx"> 
</span></span></pre></div>
<a id="trunkLayoutTestsimportedw3cindexeddbidbobjectstore_put4expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/imported/w3c/indexeddb/idbobjectstore_put4-expected.txt (194699 => 194700)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/indexeddb/idbobjectstore_put4-expected.txt        2016-01-07 17:06:03 UTC (rev 194699)
+++ trunk/LayoutTests/imported/w3c/indexeddb/idbobjectstore_put4-expected.txt        2016-01-07 18:07:11 UTC (rev 194700)
</span><span class="lines">@@ -1,3 +1,3 @@
</span><span class="cx"> 
</span><del>-FAIL IDBObjectStore.put() - put where an index has unique:true specified  assert_unreached: success on putting duplicate indexed record Reached unreachable code
</del><ins>+PASS IDBObjectStore.put() - put where an index has unique:true specified  
</ins><span class="cx"> 
</span></span></pre></div>
<a id="trunkLayoutTestsimportedw3cindexeddbidbtransaction_abortexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/imported/w3c/indexeddb/idbtransaction_abort-expected.txt (194699 => 194700)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/indexeddb/idbtransaction_abort-expected.txt        2016-01-07 17:06:03 UTC (rev 194699)
+++ trunk/LayoutTests/imported/w3c/indexeddb/idbtransaction_abort-expected.txt        2016-01-07 18:07:11 UTC (rev 194700)
</span><span class="lines">@@ -1,3 +1,3 @@
</span><span class="cx"> 
</span><del>-FAIL IDBTransaction - abort assert_unreached: got complete, expected abort Reached unreachable code
</del><ins>+PASS IDBTransaction - abort 
</ins><span class="cx"> 
</span></span></pre></div>
<a id="trunkLayoutTestsimportedw3cindexeddbkeygeneratorconstrainterrorexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/imported/w3c/indexeddb/keygenerator-constrainterror-expected.txt (194699 => 194700)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/indexeddb/keygenerator-constrainterror-expected.txt        2016-01-07 17:06:03 UTC (rev 194699)
+++ trunk/LayoutTests/imported/w3c/indexeddb/keygenerator-constrainterror-expected.txt        2016-01-07 18:07:11 UTC (rev 194700)
</span><span class="lines">@@ -1,3 +1,3 @@
</span><span class="cx"> 
</span><del>-FAIL Keygenerator ConstraintError when using same id as already generated assert_unreached: unexpected db.error (ConstraintError) Reached unreachable code
</del><ins>+PASS Keygenerator ConstraintError when using same id as already generated 
</ins><span class="cx"> 
</span></span></pre></div>
<a id="trunkLayoutTestsimportedw3cindexeddbkeygeneratorexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/imported/w3c/indexeddb/keygenerator-expected.txt (194699 => 194700)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/indexeddb/keygenerator-expected.txt        2016-01-07 17:06:03 UTC (rev 194699)
+++ trunk/LayoutTests/imported/w3c/indexeddb/keygenerator-expected.txt        2016-01-07 18:07:11 UTC (rev 194700)
</span><span class="lines">@@ -1,5 +1,5 @@
</span><span class="cx"> 
</span><span class="cx"> PASS Keygenerator - starts at one, and increments by one 
</span><del>-FAIL Keygenerator - increments by one from last set key assert_unreached: unexpected db.error (ConstraintError) Reached unreachable code
-FAIL Keygenerator - don't increment when new key is not bigger than current assert_unreached: unexpected db.error (ConstraintError) Reached unreachable code
</del><ins>+PASS Keygenerator - increments by one from last set key 
+PASS Keygenerator - don't increment when new key is not bigger than current 
</ins><span class="cx"> 
</span></span></pre></div>
<a id="trunkLayoutTestsimportedw3cindexeddbtransactionrequestqueueexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/imported/w3c/indexeddb/transaction-requestqueue-expected.txt (194699 => 194700)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/indexeddb/transaction-requestqueue-expected.txt        2016-01-07 17:06:03 UTC (rev 194699)
+++ trunk/LayoutTests/imported/w3c/indexeddb/transaction-requestqueue-expected.txt        2016-01-07 18:07:11 UTC (rev 194700)
</span><span class="lines">@@ -1,3 +1,3 @@
</span><span class="cx"> 
</span><del>-FAIL Transactions have a request queue assert_unreached: unexpected db.error (ConstraintError) Reached unreachable code
</del><ins>+PASS Transactions have a request queue 
</ins><span class="cx"> 
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacwk1TestExpectations"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac-wk1/TestExpectations (194699 => 194700)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac-wk1/TestExpectations        2016-01-07 17:06:03 UTC (rev 194699)
+++ trunk/LayoutTests/platform/mac-wk1/TestExpectations        2016-01-07 18:07:11 UTC (rev 194700)
</span><span class="lines">@@ -78,46 +78,21 @@
</span><span class="cx"> imported/w3c/indexeddb/keyorder.htm [ Skip ]
</span><span class="cx"> 
</span><span class="cx"> # W3C IDB test text failures
</span><del>-imported/w3c/indexeddb/abort-in-initial-upgradeneeded.html [ Failure ]
-imported/w3c/indexeddb/idbcursor-advance.htm [ Failure ]
</del><span class="cx"> imported/w3c/indexeddb/idbcursor-continue.htm [ Failure ]
</span><del>-imported/w3c/indexeddb/idbcursor_advance_index5.htm [ Failure ]
-imported/w3c/indexeddb/idbcursor_advance_index9.htm [ Failure ]
-imported/w3c/indexeddb/idbcursor_advance_objectstore5.htm [ Failure ]
-imported/w3c/indexeddb/idbcursor_continue_index5.htm [ Failure ]
-imported/w3c/indexeddb/idbcursor_continue_index6.htm [ Failure ]
-imported/w3c/indexeddb/idbcursor_continue_index8.htm [ Failure ]
-imported/w3c/indexeddb/idbcursor_continue_invalid.htm [ Failure ]
-imported/w3c/indexeddb/idbcursor_continue_objectstore6.htm [ Failure ]
-imported/w3c/indexeddb/idbcursor_delete_index4.htm [ Failure ]
-imported/w3c/indexeddb/idbcursor_delete_objectstore4.htm [ Failure ]
-imported/w3c/indexeddb/idbdatabase_close2.htm [ Failure ]
-imported/w3c/indexeddb/idbdatabase_deleteObjectStore4-not_reused.htm [ Failure ]
-imported/w3c/indexeddb/idbfactory_deleteDatabase3.htm [ Failure ]
-imported/w3c/indexeddb/idbindex-multientry-big.htm [ Failure ]
-imported/w3c/indexeddb/idbindex_get3.htm [ Failure ]
</del><span class="cx"> imported/w3c/indexeddb/idbindex_get7.htm [ Failure ]
</span><span class="cx"> imported/w3c/indexeddb/idbindex_getKey7.htm [ Failure ]
</span><span class="cx"> imported/w3c/indexeddb/idbindex_openCursor2.htm [ Failure ]
</span><span class="cx"> imported/w3c/indexeddb/idbindex_openKeyCursor3.htm [ Failure ]
</span><span class="cx"> imported/w3c/indexeddb/idbobjectstore_add16.htm [ Failure ]
</span><del>-imported/w3c/indexeddb/idbobjectstore_add4.htm [ Failure ]
</del><span class="cx"> imported/w3c/indexeddb/idbobjectstore_clear4.htm [ Failure ]
</span><span class="cx"> imported/w3c/indexeddb/idbobjectstore_count4.htm [ Failure ]
</span><del>-imported/w3c/indexeddb/idbobjectstore_createIndex2.htm [ Failure ]
-imported/w3c/indexeddb/idbobjectstore_createIndex4-deleteIndex-event_order.htm [ Failure ]
</del><span class="cx"> imported/w3c/indexeddb/idbobjectstore_createIndex6-event_order.htm [ Failure ]
</span><span class="cx"> imported/w3c/indexeddb/idbobjectstore_createIndex7-event_order.htm [ Failure ]
</span><span class="cx"> imported/w3c/indexeddb/idbobjectstore_delete7.htm [ Failure ]
</span><span class="cx"> imported/w3c/indexeddb/idbobjectstore_put16.htm [ Failure ]
</span><del>-imported/w3c/indexeddb/idbobjectstore_put4.htm [ Failure ]
-imported/w3c/indexeddb/idbtransaction_abort.htm [ Failure ]
</del><span class="cx"> imported/w3c/indexeddb/idbversionchangeevent.htm [ Failure ]
</span><del>-imported/w3c/indexeddb/keygenerator-constrainterror.htm [ Failure ]
-imported/w3c/indexeddb/keygenerator.htm [ Failure ]
</del><span class="cx"> imported/w3c/indexeddb/keypath.htm [ Failure ]
</span><span class="cx"> imported/w3c/indexeddb/request_bubble-and-capture.htm [ Failure ]
</span><del>-imported/w3c/indexeddb/transaction-requestqueue.htm [ Failure ]
</del><span class="cx"> imported/w3c/indexeddb/transaction_bubble-and-capture.htm [ Failure ]
</span><span class="cx"> 
</span><span class="cx"> # IDB tests that crash/assert in MemoryBackingStore code
</span></span></pre></div>
<a id="trunkLayoutTestsplatformwk2importedw3cindexeddbabortininitialupgradeneededexpectedtxtfromrev194698trunkLayoutTestsimportedw3cindexeddbabortininitialupgradeneededexpectedtxt"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/platform/wk2/imported/w3c/indexeddb/abort-in-initial-upgradeneeded-expected.txt (from rev 194698, trunk/LayoutTests/imported/w3c/indexeddb/abort-in-initial-upgradeneeded-expected.txt) (0 => 194700)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/wk2/imported/w3c/indexeddb/abort-in-initial-upgradeneeded-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/wk2/imported/w3c/indexeddb/abort-in-initial-upgradeneeded-expected.txt        2016-01-07 18:07:11 UTC (rev 194700)
</span><span class="lines">@@ -0,0 +1,3 @@
</span><ins>+
+FAIL Test that an abort in the initial upgradeneeded sets version back to 0 assert_equals: expected (undefined) undefined but got (object) object &quot;[object IDBDatabase]&quot;
+
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformwk2importedw3cindexeddbidbcursoradvanceexpectedtxtfromrev194698trunkLayoutTestsimportedw3cindexeddbidbcursoradvanceexpectedtxt"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/platform/wk2/imported/w3c/indexeddb/idbcursor-advance-expected.txt (from rev 194698, trunk/LayoutTests/imported/w3c/indexeddb/idbcursor-advance-expected.txt) (0 => 194700)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/wk2/imported/w3c/indexeddb/idbcursor-advance-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/wk2/imported/w3c/indexeddb/idbcursor-advance-expected.txt        2016-01-07 18:07:11 UTC (rev 194700)
</span><span class="lines">@@ -0,0 +1,8 @@
</span><ins>+
+FAIL IDBCursor.advance() - advances assert_unreached: unexpected error (UnknownError) Reached unreachable code
+FAIL IDBCursor.advance() - advances backwards assert_unreached: unexpected error (UnknownError) Reached unreachable code
+FAIL IDBCursor.advance() - skip far forward assert_unreached: unexpected error (UnknownError) Reached unreachable code
+PASS IDBCursor.advance() - within range 
+PASS IDBCursor.advance() - within single key range 
+PASS IDBCursor.advance() - within single key range, with several results 
+
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformwk2importedw3cindexeddbidbcursor_advance_index5expectedtxtfromrev194698trunkLayoutTestsimportedw3cindexeddbidbcursor_advance_index5expectedtxt"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/platform/wk2/imported/w3c/indexeddb/idbcursor_advance_index5-expected.txt (from rev 194698, trunk/LayoutTests/imported/w3c/indexeddb/idbcursor_advance_index5-expected.txt) (0 => 194700)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/wk2/imported/w3c/indexeddb/idbcursor_advance_index5-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/wk2/imported/w3c/indexeddb/idbcursor_advance_index5-expected.txt        2016-01-07 18:07:11 UTC (rev 194700)
</span><span class="lines">@@ -0,0 +1,3 @@
</span><ins>+
+FAIL IDBCursor.advance() - index - iterate to the next record assert_unreached: unexpected db.error (UnknownError) Reached unreachable code
+
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformwk2importedw3cindexeddbidbcursor_advance_index9expectedtxtfromrev194698trunkLayoutTestsimportedw3cindexeddbidbcursor_advance_index9expectedtxt"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/platform/wk2/imported/w3c/indexeddb/idbcursor_advance_index9-expected.txt (from rev 194698, trunk/LayoutTests/imported/w3c/indexeddb/idbcursor_advance_index9-expected.txt) (0 => 194700)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/wk2/imported/w3c/indexeddb/idbcursor_advance_index9-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/wk2/imported/w3c/indexeddb/idbcursor_advance_index9-expected.txt        2016-01-07 18:07:11 UTC (rev 194700)
</span><span class="lines">@@ -0,0 +1,5 @@
</span><ins>+
+FAIL IDBCursor.advance() - index - throw InvalidStateError caused by object store been deleted assert_throws: If the cursor's source or effective object store has been deleted, the implementation MUST throw a DOMException of type InvalidStateError function &quot;function () {
+                cursor.advance(1);
+        ...&quot; did not throw
+
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformwk2importedw3cindexeddbidbcursor_advance_objectstore5expectedtxtfromrev194698trunkLayoutTestsimportedw3cindexeddbidbcursor_advance_objectstore5expectedtxt"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/platform/wk2/imported/w3c/indexeddb/idbcursor_advance_objectstore5-expected.txt (from rev 194698, trunk/LayoutTests/imported/w3c/indexeddb/idbcursor_advance_objectstore5-expected.txt) (0 => 194700)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/wk2/imported/w3c/indexeddb/idbcursor_advance_objectstore5-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/wk2/imported/w3c/indexeddb/idbcursor_advance_objectstore5-expected.txt        2016-01-07 18:07:11 UTC (rev 194700)
</span><span class="lines">@@ -0,0 +1,5 @@
</span><ins>+
+FAIL IDBCursor.advance() - object store - throw InvalidStateError caused by object store been deleted assert_throws: If the cursor's source or effective object store has been deleted, the implementation MUST throw a DOMException of type InvalidStateError function &quot;function () {
+                cursor.advance(1);
+        ...&quot; did not throw
+
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformwk2importedw3cindexeddbidbcursor_continue_index8expectedtxtfromrev194698trunkLayoutTestsimportedw3cindexeddbidbcursor_continue_index8expectedtxt"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/platform/wk2/imported/w3c/indexeddb/idbcursor_continue_index8-expected.txt (from rev 194698, trunk/LayoutTests/imported/w3c/indexeddb/idbcursor_continue_index8-expected.txt) (0 => 194700)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/wk2/imported/w3c/indexeddb/idbcursor_continue_index8-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/wk2/imported/w3c/indexeddb/idbcursor_continue_index8-expected.txt        2016-01-07 18:07:11 UTC (rev 194700)
</span><span class="lines">@@ -0,0 +1,5 @@
</span><ins>+
+FAIL IDBCursor.continue() - index - throw InvalidStateError caused by object store been deleted assert_throws: If the cursor's source or effective object store has been deleted, the implementation MUST throw a DOMException of type InvalidStateError function &quot;function () {
+                cursor.continue();
+        ...&quot; did not throw
+
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformwk2importedw3cindexeddbidbcursor_continue_objectstore6expectedtxtfromrev194698trunkLayoutTestsimportedw3cindexeddbidbcursor_continue_objectstore6expectedtxt"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/platform/wk2/imported/w3c/indexeddb/idbcursor_continue_objectstore6-expected.txt (from rev 194698, trunk/LayoutTests/imported/w3c/indexeddb/idbcursor_continue_objectstore6-expected.txt) (0 => 194700)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/wk2/imported/w3c/indexeddb/idbcursor_continue_objectstore6-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/wk2/imported/w3c/indexeddb/idbcursor_continue_objectstore6-expected.txt        2016-01-07 18:07:11 UTC (rev 194700)
</span><span class="lines">@@ -0,0 +1,5 @@
</span><ins>+
+FAIL IDBCursor.continue() - object store - throw InvalidStateError caused by object store been deleted assert_throws: If the cursor's source or effective object store has been deleted, the implementation MUST throw a DOMException of type InvalidStateError function &quot;function () {
+                cursor.continue();
+        ...&quot; did not throw
+
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformwk2importedw3cindexeddbidbcursor_delete_index4expectedtxtfromrev194698trunkLayoutTestsimportedw3cindexeddbidbcursor_delete_index4expectedtxt"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/platform/wk2/imported/w3c/indexeddb/idbcursor_delete_index4-expected.txt (from rev 194698, trunk/LayoutTests/imported/w3c/indexeddb/idbcursor_delete_index4-expected.txt) (0 => 194700)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/wk2/imported/w3c/indexeddb/idbcursor_delete_index4-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/wk2/imported/w3c/indexeddb/idbcursor_delete_index4-expected.txt        2016-01-07 18:07:11 UTC (rev 194700)
</span><span class="lines">@@ -0,0 +1,5 @@
</span><ins>+
+FAIL IDBCursor.delete() - index - throw InvalidStateError caused by object store been deleted assert_throws: If the cursor's source or effective object store has been deleted, the implementation MUST throw a DOMException of type InvalidStateError function &quot;function () {
+                cursor.delete();
+            }&quot; did not throw
+
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformwk2importedw3cindexeddbidbcursor_delete_objectstore4expectedtxtfromrev194698trunkLayoutTestsimportedw3cindexeddbidbcursor_delete_objectstore4expectedtxt"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/platform/wk2/imported/w3c/indexeddb/idbcursor_delete_objectstore4-expected.txt (from rev 194698, trunk/LayoutTests/imported/w3c/indexeddb/idbcursor_delete_objectstore4-expected.txt) (0 => 194700)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/wk2/imported/w3c/indexeddb/idbcursor_delete_objectstore4-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/wk2/imported/w3c/indexeddb/idbcursor_delete_objectstore4-expected.txt        2016-01-07 18:07:11 UTC (rev 194700)
</span><span class="lines">@@ -0,0 +1,5 @@
</span><ins>+
+FAIL IDBCursor.delete() - object store - throw InvalidStateError caused by object store been deleted assert_throws: If the cursor's source or effective object store has been deleted, the implementation MUST throw a DOMException of type InvalidStateError function &quot;function () {
+                cursor.delete();
+            }&quot; did not throw
+
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformwk2importedw3cindexeddbidbdatabase_close2expectedtxtfromrev194698trunkLayoutTestsimportedw3cindexeddbidbdatabase_close2expectedtxt"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/platform/wk2/imported/w3c/indexeddb/idbdatabase_close2-expected.txt (from rev 194698, trunk/LayoutTests/imported/w3c/indexeddb/idbdatabase_close2-expected.txt) (0 => 194700)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/wk2/imported/w3c/indexeddb/idbdatabase_close2-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/wk2/imported/w3c/indexeddb/idbdatabase_close2-expected.txt        2016-01-07 18:07:11 UTC (rev 194700)
</span><span class="lines">@@ -0,0 +1,3 @@
</span><ins>+
+FAIL IDBDatabase.close() - unblock the delete database request assert_unreached: Unexpected database deletion error (UnknownError) Reached unreachable code
+
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformwk2importedw3cindexeddbidbdatabase_deleteObjectStore4not_reusedexpectedtxtfromrev194698trunkLayoutTestsimportedw3cindexeddbidbdatabase_deleteObjectStore4not_reusedexpectedtxt"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/platform/wk2/imported/w3c/indexeddb/idbdatabase_deleteObjectStore4-not_reused-expected.txt (from rev 194698, trunk/LayoutTests/imported/w3c/indexeddb/idbdatabase_deleteObjectStore4-not_reused-expected.txt) (0 => 194700)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/wk2/imported/w3c/indexeddb/idbdatabase_deleteObjectStore4-not_reused-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/wk2/imported/w3c/indexeddb/idbdatabase_deleteObjectStore4-not_reused-expected.txt        2016-01-07 18:07:11 UTC (rev 194700)
</span><span class="lines">@@ -0,0 +1,3 @@
</span><ins>+
+FAIL IDBDatabase.deleteObjectStore() - the object store is not reused assert_array_equals: keys property 1, expected 6 but got 1
+
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformwk2importedw3cindexeddbidbfactory_deleteDatabase3expectedtxtfromrev194698trunkLayoutTestsimportedw3cindexeddbidbfactory_deleteDatabase3expectedtxt"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/platform/wk2/imported/w3c/indexeddb/idbfactory_deleteDatabase3-expected.txt (from rev 194698, trunk/LayoutTests/imported/w3c/indexeddb/idbfactory_deleteDatabase3-expected.txt) (0 => 194700)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/wk2/imported/w3c/indexeddb/idbfactory_deleteDatabase3-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/wk2/imported/w3c/indexeddb/idbfactory_deleteDatabase3-expected.txt        2016-01-07 18:07:11 UTC (rev 194700)
</span><span class="lines">@@ -0,0 +1,3 @@
</span><ins>+
+FAIL IDBFactory.deleteDatabase() - success event assert_equals: oldVersion expected (number) 9 but got (undefined) undefined
+
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformwk2importedw3cindexeddbidbindexmultientrybigexpectedtxtfromrev194698trunkLayoutTestsimportedw3cindexeddbidbindexmultientrybigexpectedtxt"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/platform/wk2/imported/w3c/indexeddb/idbindex-multientry-big-expected.txt (from rev 194698, trunk/LayoutTests/imported/w3c/indexeddb/idbindex-multientry-big-expected.txt) (0 => 194700)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/wk2/imported/w3c/indexeddb/idbindex-multientry-big-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/wk2/imported/w3c/indexeddb/idbindex-multientry-big-expected.txt        2016-01-07 18:07:11 UTC (rev 194700)
</span><span class="lines">@@ -0,0 +1,4 @@
</span><ins>+
+PASS Adding one item with 1000 multiEntry keys 
+TIMEOUT Getting the one item by 1000 indeced keys  Test timed out
+
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformwk2importedw3cindexeddbidbindex_get3expectedtxtfromrev194698trunkLayoutTestsimportedw3cindexeddbidbindex_get3expectedtxt"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/platform/wk2/imported/w3c/indexeddb/idbindex_get3-expected.txt (from rev 194698, trunk/LayoutTests/imported/w3c/indexeddb/idbindex_get3-expected.txt) (0 => 194700)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/wk2/imported/w3c/indexeddb/idbindex_get3-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/wk2/imported/w3c/indexeddb/idbindex_get3-expected.txt        2016-01-07 18:07:11 UTC (rev 194700)
</span><span class="lines">@@ -0,0 +1,3 @@
</span><ins>+
+FAIL IDBIndex.get() - attempt to retrieve a record that doesn't exist  assert_equals: expected (undefined) undefined but got (object) null
+
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformwk2importedw3cindexeddbidbobjectstore_add4expectedtxtfromrev194698trunkLayoutTestsimportedw3cindexeddbidbobjectstore_add4expectedtxt"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/platform/wk2/imported/w3c/indexeddb/idbobjectstore_add4-expected.txt (from rev 194698, trunk/LayoutTests/imported/w3c/indexeddb/idbobjectstore_add4-expected.txt) (0 => 194700)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/wk2/imported/w3c/indexeddb/idbobjectstore_add4-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/wk2/imported/w3c/indexeddb/idbobjectstore_add4-expected.txt        2016-01-07 18:07:11 UTC (rev 194700)
</span><span class="lines">@@ -0,0 +1,3 @@
</span><ins>+
+FAIL IDBObjectStore.add() - add where an index has unique:true specified  assert_unreached: success on adding duplicate indexed record Reached unreachable code
+
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformwk2importedw3cindexeddbidbobjectstore_createIndex2expectedtxtfromrev194698trunkLayoutTestsimportedw3cindexeddbidbobjectstore_createIndex2expectedtxt"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/platform/wk2/imported/w3c/indexeddb/idbobjectstore_createIndex2-expected.txt (from rev 194698, trunk/LayoutTests/imported/w3c/indexeddb/idbobjectstore_createIndex2-expected.txt) (0 => 194700)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/wk2/imported/w3c/indexeddb/idbobjectstore_createIndex2-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/wk2/imported/w3c/indexeddb/idbobjectstore_createIndex2-expected.txt        2016-01-07 18:07:11 UTC (rev 194700)
</span><span class="lines">@@ -0,0 +1,3 @@
</span><ins>+
+FAIL IDBObjectStore.createIndex() - attempt to create an index that requires unique values on an object store already contains duplicates  assert_unreached: got complete, expected abort Reached unreachable code
+
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformwk2importedw3cindexeddbidbobjectstore_createIndex4deleteIndexevent_orderexpectedtxtfromrev194698trunkLayoutTestsimportedw3cindexeddbidbobjectstore_createIndex4deleteIndexevent_orderexpectedtxt"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/platform/wk2/imported/w3c/indexeddb/idbobjectstore_createIndex4-deleteIndex-event_order-expected.txt (from rev 194698, trunk/LayoutTests/imported/w3c/indexeddb/idbobjectstore_createIndex4-deleteIndex-event_order-expected.txt) (0 => 194700)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/wk2/imported/w3c/indexeddb/idbobjectstore_createIndex4-deleteIndex-event_order-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/wk2/imported/w3c/indexeddb/idbobjectstore_createIndex4-deleteIndex-event_order-expected.txt        2016-01-07 18:07:11 UTC (rev 194700)
</span><span class="lines">@@ -0,0 +1,3 @@
</span><ins>+
+TIMEOUT IDBObjectStore.createIndex() - Event ordering for a later deleted index Test timed out
+
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformwk2importedw3cindexeddbidbobjectstore_put4expectedtxtfromrev194698trunkLayoutTestsimportedw3cindexeddbidbobjectstore_put4expectedtxt"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/platform/wk2/imported/w3c/indexeddb/idbobjectstore_put4-expected.txt (from rev 194698, trunk/LayoutTests/imported/w3c/indexeddb/idbobjectstore_put4-expected.txt) (0 => 194700)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/wk2/imported/w3c/indexeddb/idbobjectstore_put4-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/wk2/imported/w3c/indexeddb/idbobjectstore_put4-expected.txt        2016-01-07 18:07:11 UTC (rev 194700)
</span><span class="lines">@@ -0,0 +1,3 @@
</span><ins>+
+FAIL IDBObjectStore.put() - put where an index has unique:true specified  assert_unreached: success on putting duplicate indexed record Reached unreachable code
+
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformwk2importedw3cindexeddbidbtransaction_abortexpectedtxtfromrev194698trunkLayoutTestsimportedw3cindexeddbidbtransaction_abortexpectedtxt"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/platform/wk2/imported/w3c/indexeddb/idbtransaction_abort-expected.txt (from rev 194698, trunk/LayoutTests/imported/w3c/indexeddb/idbtransaction_abort-expected.txt) (0 => 194700)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/wk2/imported/w3c/indexeddb/idbtransaction_abort-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/wk2/imported/w3c/indexeddb/idbtransaction_abort-expected.txt        2016-01-07 18:07:11 UTC (rev 194700)
</span><span class="lines">@@ -0,0 +1,3 @@
</span><ins>+
+FAIL IDBTransaction - abort assert_unreached: got complete, expected abort Reached unreachable code
+
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformwk2importedw3cindexeddbkeygeneratorconstrainterrorexpectedtxtfromrev194698trunkLayoutTestsimportedw3cindexeddbkeygeneratorconstrainterrorexpectedtxt"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/platform/wk2/imported/w3c/indexeddb/keygenerator-constrainterror-expected.txt (from rev 194698, trunk/LayoutTests/imported/w3c/indexeddb/keygenerator-constrainterror-expected.txt) (0 => 194700)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/wk2/imported/w3c/indexeddb/keygenerator-constrainterror-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/wk2/imported/w3c/indexeddb/keygenerator-constrainterror-expected.txt        2016-01-07 18:07:11 UTC (rev 194700)
</span><span class="lines">@@ -0,0 +1,3 @@
</span><ins>+
+FAIL Keygenerator ConstraintError when using same id as already generated assert_unreached: unexpected db.error (ConstraintError) Reached unreachable code
+
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformwk2importedw3cindexeddbkeygeneratorexpectedtxtfromrev194698trunkLayoutTestsimportedw3cindexeddbkeygeneratorexpectedtxt"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/platform/wk2/imported/w3c/indexeddb/keygenerator-expected.txt (from rev 194698, trunk/LayoutTests/imported/w3c/indexeddb/keygenerator-expected.txt) (0 => 194700)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/wk2/imported/w3c/indexeddb/keygenerator-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/wk2/imported/w3c/indexeddb/keygenerator-expected.txt        2016-01-07 18:07:11 UTC (rev 194700)
</span><span class="lines">@@ -0,0 +1,5 @@
</span><ins>+
+PASS Keygenerator - starts at one, and increments by one 
+FAIL Keygenerator - increments by one from last set key assert_unreached: unexpected db.error (ConstraintError) Reached unreachable code
+FAIL Keygenerator - don't increment when new key is not bigger than current assert_unreached: unexpected db.error (ConstraintError) Reached unreachable code
+
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformwk2importedw3cindexeddbtransactionrequestqueueexpectedtxtfromrev194698trunkLayoutTestsimportedw3cindexeddbtransactionrequestqueueexpectedtxt"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/platform/wk2/imported/w3c/indexeddb/transaction-requestqueue-expected.txt (from rev 194698, trunk/LayoutTests/imported/w3c/indexeddb/transaction-requestqueue-expected.txt) (0 => 194700)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/wk2/imported/w3c/indexeddb/transaction-requestqueue-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/wk2/imported/w3c/indexeddb/transaction-requestqueue-expected.txt        2016-01-07 18:07:11 UTC (rev 194700)
</span><span class="lines">@@ -0,0 +1,3 @@
</span><ins>+
+FAIL Transactions have a request queue assert_unreached: unexpected db.error (ConstraintError) Reached unreachable code
+
</ins></span></pre>
</div>
</div>

</body>
</html>