blob: 2beb3e86e70e2485a7720180776428591792749d [file] [log] [blame]
Test the constructor of WebKitMutationObserver
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS window.WebKitMutationObserver is non-null.
PASS typeof WebKitMutationObserver.prototype.observe is "function"
PASS typeof WebKitMutationObserver.prototype.disconnect is "function"
PASS typeof observer.observe is "function"
PASS typeof observer.disconnect is "function"
PASS successfullyParsed is true
TEST COMPLETE