haikuwebkit/LayoutTests/fast/dom/MutationObserver/database-callback-delivery-...

15 lines
386 B
Plaintext

CONSOLE MESSAGE: Web SQL is deprecated. Please use IndexedDB instead.
Testing mutations are delivered following Database transaction callbacks.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS mutations.length is 1
PASS mutations[0].type is "attributes"
PASS mutations[0].attributeName is "foo"
PASS successfullyParsed is true
TEST COMPLETE