haikuwebkit/LayoutTests/storage/indexeddb/modern/idbtransaction-objectstores...

10 lines
213 B
HTML
Raw Permalink Normal View History

IndexedDB 2.0: Support new IDBTransaction interfaces. <rdar://problem/28806928> and https://bugs.webkit.org/show_bug.cgi?id=163927 Reviewed by Sam Weinig. LayoutTests/imported/w3c: * web-platform-tests/IndexedDB/idbobjectstore-rename-abort-expected.txt: * web-platform-tests/IndexedDB/idbobjectstore-rename-store-expected.txt: * web-platform-tests/IndexedDB/idbtransaction_objectStoreNames-expected.txt: * web-platform-tests/IndexedDB/transaction-abort-multiple-metadata-revert-expected.txt: * web-platform-tests/IndexedDB/transaction-abort-object-store-metadata-revert-expected.txt: Source/WebCore: Tests: storage/indexeddb/modern/idbtransaction-objectstores-1-private.html storage/indexeddb/modern/idbtransaction-objectstores-1.html At least partially passing results on 5 previously failed W3C tests. The "new IDBTransaction interfaces" really just means adding the property IDBTransaction.objectStoreNames. * Modules/indexeddb/IDBTransaction.cpp: (WebCore::IDBTransaction::objectStoreNames): * Modules/indexeddb/IDBTransaction.h: * Modules/indexeddb/IDBTransaction.idl: LayoutTests: * storage/indexeddb/modern/idbtransaction-objectstores-1-expected.txt: Added. * storage/indexeddb/modern/idbtransaction-objectstores-1-private-expected.txt: Added. * storage/indexeddb/modern/idbtransaction-objectstores-1-private.html: Added. * storage/indexeddb/modern/idbtransaction-objectstores-1.html: Added. * storage/indexeddb/modern/resources/idbtransaction-objectstores-1.js: Added. Canonical link: https://commits.webkit.org/181678@main git-svn-id: https://svn.webkit.org/repository/webkit/trunk@207821 268f45cc-cd09-0410-ab3c-d52691b4dbfc
2016-10-25 16:25:27 +00:00
<html>
<head>
<script src="../../../resources/js-test.js"></script>
<script src="../resources/shared.js"></script>
</head>
<body>
<script src="resources/idbtransaction-objectstores-1.js"></script>
</body>
</html>