Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update web-platform-tests to revision 7da6acfd668e66adae5ab4e2d389810…
…d3b1460be
  • Loading branch information
jgraham committed Oct 6, 2015
1 parent 50db64a commit bae87d1
Show file tree
Hide file tree
Showing 307 changed files with 35,828 additions and 211 deletions.
437 changes: 431 additions & 6 deletions tests/wpt/metadata/MANIFEST.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion tests/wpt/metadata/mozilla-sync
@@ -1 +1 @@
d588ce8d8503bf0b340abfb13e2bd6a228cab900
a350b215cc3e943985a66f1485c7eac7f4b9832e
Expand Up @@ -20,7 +20,7 @@

e.target.transaction.abort();

assert_throws("InvalidStateError", function(){
assert_throws("TransactionInactiveError", function(){
index.openCursor();
});
t.done();
Expand Down
Expand Up @@ -20,7 +20,7 @@

e.target.transaction.abort();

assert_throws("InvalidStateError", function(){
assert_throws("TransactionInactiveError", function(){
index.openKeyCursor();
});
t.done();