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

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

Issue 201673003: [SVG2] Add onbegin, onend and onrepeat EventHandlers on SVGAnimationElement (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: fs review Created 6 years, 9 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/script-tests/event-attribute-availability.js » ('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 22ef028eb3d7e70b1c5520f841a2d07ae9338ccc..602994996ed7732b436e6b1c9fbae366883ffab1 100644
--- a/LayoutTests/fast/dom/event-attribute-availability-expected.txt
+++ b/LayoutTests/fast/dom/event-attribute-availability-expected.txt
@@ -344,6 +344,9 @@ PASS 'onpaste' in pathelement is true
PASS 'onreset' in pathelement is true
PASS 'onsearch' in pathelement is true
PASS 'onselectstart' in pathelement is true
+PASS 'onbegin' in pathelement is false
+PASS 'onend' in pathelement is false
+PASS 'onrepeat' in pathelement is false
Test SVGSVGElement
PASS 'onabort' in svgelement is true
@@ -384,6 +387,52 @@ 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 'onbegin' in svgelement is false
+PASS 'onend' in svgelement is false
+PASS 'onrepeat' in svgelement is false
+
+Test SVGAnimationElement
+PASS 'onabort' in animateelement is true
+PASS 'onblur' in animateelement is true
+PASS 'onchange' in animateelement is true
+PASS 'onclick' in animateelement is true
+PASS 'oncontextmenu' in animateelement is true
+PASS 'ondblclick' in animateelement is true
+PASS 'ondrag' in animateelement is true
+PASS 'ondragend' in animateelement is true
+PASS 'ondragenter' in animateelement is true
+PASS 'ondragleave' in animateelement is true
+PASS 'ondragover' in animateelement is true
+PASS 'ondragstart' in animateelement is true
+PASS 'ondrop' in animateelement is true
+PASS 'onerror' in animateelement is true
+PASS 'onfocus' in animateelement is true
+PASS 'oninput' in animateelement is true
+PASS 'onkeydown' in animateelement is true
+PASS 'onkeypress' in animateelement is true
+PASS 'onkeyup' in animateelement is true
+PASS 'onload' in animateelement is true
+PASS 'onmousedown' in animateelement is true
+PASS 'onmousemove' in animateelement is true
+PASS 'onmouseout' in animateelement is true
+PASS 'onmouseover' in animateelement is true
+PASS 'onmouseup' in animateelement is true
+PASS 'onmousewheel' in animateelement is true
+PASS 'onscroll' in animateelement is true
+PASS 'onselect' in animateelement is true
+PASS 'onsubmit' in animateelement is true
+PASS 'onbeforecut' in animateelement is true
+PASS 'oncut' in animateelement is true
+PASS 'onbeforecopy' in animateelement is true
+PASS 'oncopy' in animateelement is true
+PASS 'onbeforepaste' in animateelement is true
+PASS 'onpaste' in animateelement is true
+PASS 'onreset' in animateelement is true
+PASS 'onsearch' in animateelement is true
+PASS 'onselectstart' in animateelement is true
+PASS 'onbegin' in animateelement is true
+PASS 'onend' in animateelement is true
+PASS 'onrepeat' in animateelement is true
PASS successfullyParsed is true
TEST COMPLETE
« no previous file with comments | « no previous file | LayoutTests/fast/dom/script-tests/event-attribute-availability.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698