blob: cc6e8e2e655ec82d23f6f715b692630f7dd9d4b0 [file] [log] [blame]
Test serialization of event handlers for bug 25544.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS normalizedFunctionString(div.onclick.toString()) is "function onclick(event) {test();}"
PASS normalizedFunctionString(path.onclick.toString()) is "function onclick(evt) {test();}"
PASS successfullyParsed is true
TEST COMPLETE