Index: LayoutTests/fast/dom/event-attribute-availability-expected.txt |
diff --git a/LayoutTests/fast/dom/event-attribute-availability-expected.txt b/LayoutTests/fast/dom/event-attribute-availability-expected.txt |
index e80f1468f7d8ace3dd7b867ce1c6e6939d37103d..22ef028eb3d7e70b1c5520f841a2d07ae9338ccc 100644 |
--- a/LayoutTests/fast/dom/event-attribute-availability-expected.txt |
+++ b/LayoutTests/fast/dom/event-attribute-availability-expected.txt |
@@ -304,6 +304,86 @@ PASS 'onblur' in frameSet is true |
PASS 'onerror' in frameSet is true |
PASS 'onfocus' in frameSet is true |
PASS 'onload' in frameSet is true |
+ |
+Test SVGPathElement |
+PASS 'onabort' in pathelement is true |
+PASS 'onblur' in pathelement is true |
+PASS 'onchange' in pathelement is true |
+PASS 'onclick' in pathelement is true |
+PASS 'oncontextmenu' in pathelement is true |
+PASS 'ondblclick' in pathelement is true |
+PASS 'ondrag' in pathelement is true |
+PASS 'ondragend' in pathelement is true |
+PASS 'ondragenter' in pathelement is true |
+PASS 'ondragleave' in pathelement is true |
+PASS 'ondragover' in pathelement is true |
+PASS 'ondragstart' in pathelement is true |
+PASS 'ondrop' in pathelement is true |
+PASS 'onerror' in pathelement is true |
+PASS 'onfocus' in pathelement is true |
+PASS 'oninput' in pathelement is true |
+PASS 'onkeydown' in pathelement is true |
+PASS 'onkeypress' in pathelement is true |
+PASS 'onkeyup' in pathelement is true |
+PASS 'onload' in pathelement is true |
+PASS 'onmousedown' in pathelement is true |
+PASS 'onmousemove' in pathelement is true |
+PASS 'onmouseout' in pathelement is true |
+PASS 'onmouseover' in pathelement is true |
+PASS 'onmouseup' in pathelement is true |
+PASS 'onmousewheel' in pathelement is true |
+PASS 'onscroll' in pathelement is true |
+PASS 'onselect' in pathelement is true |
+PASS 'onsubmit' in pathelement is true |
+PASS 'onbeforecut' in pathelement is true |
+PASS 'oncut' in pathelement is true |
+PASS 'onbeforecopy' in pathelement is true |
+PASS 'oncopy' in pathelement is true |
+PASS 'onbeforepaste' in pathelement is true |
+PASS 'onpaste' in pathelement is true |
+PASS 'onreset' in pathelement is true |
+PASS 'onsearch' in pathelement is true |
+PASS 'onselectstart' in pathelement is true |
+ |
+Test SVGSVGElement |
+PASS 'onabort' in svgelement is true |
+PASS 'onblur' in svgelement is true |
+PASS 'onchange' in svgelement is true |
+PASS 'onclick' in svgelement is true |
+PASS 'oncontextmenu' in svgelement is true |
+PASS 'ondblclick' in svgelement is true |
+PASS 'ondrag' in svgelement is true |
+PASS 'ondragend' in svgelement is true |
+PASS 'ondragenter' in svgelement is true |
+PASS 'ondragleave' in svgelement is true |
+PASS 'ondragover' in svgelement is true |
+PASS 'ondragstart' in svgelement is true |
+PASS 'ondrop' in svgelement is true |
+PASS 'onerror' in svgelement is true |
+PASS 'onfocus' in svgelement is true |
+PASS 'oninput' in svgelement is true |
+PASS 'onkeydown' in svgelement is true |
+PASS 'onkeypress' in svgelement is true |
+PASS 'onkeyup' in svgelement is true |
+PASS 'onload' in svgelement is true |
+PASS 'onmousedown' in svgelement is true |
+PASS 'onmousemove' in svgelement is true |
+PASS 'onmouseout' in svgelement is true |
+PASS 'onmouseover' in svgelement is true |
+PASS 'onmouseup' in svgelement is true |
+PASS 'onmousewheel' in svgelement is true |
+PASS 'onscroll' in svgelement is true |
+PASS 'onselect' in svgelement is true |
+PASS 'onsubmit' in svgelement is true |
+PASS 'onbeforecut' in svgelement is true |
+PASS 'oncut' in svgelement is true |
+PASS 'onbeforecopy' in svgelement is true |
+PASS 'oncopy' in svgelement is true |
+PASS 'onbeforepaste' in svgelement is true |
+PASS 'onpaste' in svgelement is true |
+PASS 'onreset' in svgelement is true |
+PASS 'onsearch' in svgelement is true |
+PASS 'onselectstart' in svgelement is true |
PASS successfullyParsed is true |
TEST COMPLETE |