Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(129)

Unified Diff: LayoutTests/fast/dom/event-attribute-availability-expected.txt

Issue 144733003: Let svg event attributes be reflected the same as html event attributes. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | LayoutTests/fast/dom/global-event-handlers-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « no previous file | LayoutTests/fast/dom/global-event-handlers-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698