blob: 6b08c253e893d362875e7b637c5dc3a2621e2c80 [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