Pass | copy: dispatching an Event at a <math> element must trigger element.oncopy | Asserts runPass | assert_equals(Element node <math></math>, Element node <math></math>, "The event must be fired at the <math> element")
at Test.<anonymous> ( /mathml/relations/html5-tree/clipboard-event-handlers.tentative.html:40:7) |
|
Pass | oncopy: the content attribute must be compiled into a function as the corresponding property | Asserts runPass | assert_equals("function", "function", "The oncopy property must be a function")
at Test.<anonymous> ( /mathml/relations/html5-tree/clipboard-event-handlers.tentative.html:50:7) | Pass | assert_true(true, "Calling the handler must run the code")
at Test.<anonymous> ( /mathml/relations/html5-tree/clipboard-event-handlers.tentative.html:56:7) |
|
Pass | oncopy: dynamic changes on the attribute | Asserts runPass | assert_equals(null, null, "The oncopy property must be null (no attribute)")
at Test.<anonymous> ( /mathml/relations/html5-tree/clipboard-event-handlers.tentative.html:67:9) | Pass | assert_equals("function", "function", "The oncopy property must be a function (set attribute)")
at Test.<anonymous> ( /mathml/relations/html5-tree/clipboard-event-handlers.tentative.html:71:9) | Pass | assert_true(true, "Calling the handler must run the code (set attribute)")
at Test.<anonymous> ( /mathml/relations/html5-tree/clipboard-event-handlers.tentative.html:77:9) | Pass | assert_equals("function", "function", "The oncopy property must be a function (clone node)")
at Test.<anonymous> ( /mathml/relations/html5-tree/clipboard-event-handlers.tentative.html:85:9) | Pass | assert_true(true, "Calling the handler must run the code (clone node)")
at Test.<anonymous> ( /mathml/relations/html5-tree/clipboard-event-handlers.tentative.html:91:9) | Pass | assert_equals("function", "function", "The oncopy property must be a function (modify attribute)")
at Test.<anonymous> ( /mathml/relations/html5-tree/clipboard-event-handlers.tentative.html:98:9) | Pass | assert_true(true, "Calling the handler must run the code (modify attribute)")
at Test.<anonymous> ( /mathml/relations/html5-tree/clipboard-event-handlers.tentative.html:104:9) | Pass | assert_equals(null, null, "The oncopy property must be null (remove attribute)")
at Test.<anonymous> ( /mathml/relations/html5-tree/clipboard-event-handlers.tentative.html:110:9) |
|
Pass | cut: dispatching an Event at a <math> element must trigger element.oncut | Asserts runPass | assert_equals(Element node <math></math>, Element node <math></math>, "The event must be fired at the <math> element")
at Test.<anonymous> ( /mathml/relations/html5-tree/clipboard-event-handlers.tentative.html:40:7) |
|
Pass | oncut: the content attribute must be compiled into a function as the corresponding property | Asserts runPass | assert_equals("function", "function", "The oncut property must be a function")
at Test.<anonymous> ( /mathml/relations/html5-tree/clipboard-event-handlers.tentative.html:50:7) | Pass | assert_true(true, "Calling the handler must run the code")
at Test.<anonymous> ( /mathml/relations/html5-tree/clipboard-event-handlers.tentative.html:56:7) |
|
Pass | oncut: dynamic changes on the attribute | Asserts runPass | assert_equals(null, null, "The oncut property must be null (no attribute)")
at Test.<anonymous> ( /mathml/relations/html5-tree/clipboard-event-handlers.tentative.html:67:9) | Pass | assert_equals("function", "function", "The oncut property must be a function (set attribute)")
at Test.<anonymous> ( /mathml/relations/html5-tree/clipboard-event-handlers.tentative.html:71:9) | Pass | assert_true(true, "Calling the handler must run the code (set attribute)")
at Test.<anonymous> ( /mathml/relations/html5-tree/clipboard-event-handlers.tentative.html:77:9) | Pass | assert_equals("function", "function", "The oncut property must be a function (clone node)")
at Test.<anonymous> ( /mathml/relations/html5-tree/clipboard-event-handlers.tentative.html:85:9) | Pass | assert_true(true, "Calling the handler must run the code (clone node)")
at Test.<anonymous> ( /mathml/relations/html5-tree/clipboard-event-handlers.tentative.html:91:9) | Pass | assert_equals("function", "function", "The oncut property must be a function (modify attribute)")
at Test.<anonymous> ( /mathml/relations/html5-tree/clipboard-event-handlers.tentative.html:98:9) | Pass | assert_true(true, "Calling the handler must run the code (modify attribute)")
at Test.<anonymous> ( /mathml/relations/html5-tree/clipboard-event-handlers.tentative.html:104:9) | Pass | assert_equals(null, null, "The oncut property must be null (remove attribute)")
at Test.<anonymous> ( /mathml/relations/html5-tree/clipboard-event-handlers.tentative.html:110:9) |
|
Pass | paste: dispatching an Event at a <math> element must trigger element.onpaste | Asserts runPass | assert_equals(Element node <math></math>, Element node <math></math>, "The event must be fired at the <math> element")
at Test.<anonymous> ( /mathml/relations/html5-tree/clipboard-event-handlers.tentative.html:40:7) |
|
Pass | onpaste: the content attribute must be compiled into a function as the corresponding property | Asserts runPass | assert_equals("function", "function", "The onpaste property must be a function")
at Test.<anonymous> ( /mathml/relations/html5-tree/clipboard-event-handlers.tentative.html:50:7) | Pass | assert_true(true, "Calling the handler must run the code")
at Test.<anonymous> ( /mathml/relations/html5-tree/clipboard-event-handlers.tentative.html:56:7) |
|
Pass | onpaste: dynamic changes on the attribute | Asserts runPass | assert_equals(null, null, "The onpaste property must be null (no attribute)")
at Test.<anonymous> ( /mathml/relations/html5-tree/clipboard-event-handlers.tentative.html:67:9) | Pass | assert_equals("function", "function", "The onpaste property must be a function (set attribute)")
at Test.<anonymous> ( /mathml/relations/html5-tree/clipboard-event-handlers.tentative.html:71:9) | Pass | assert_true(true, "Calling the handler must run the code (set attribute)")
at Test.<anonymous> ( /mathml/relations/html5-tree/clipboard-event-handlers.tentative.html:77:9) | Pass | assert_equals("function", "function", "The onpaste property must be a function (clone node)")
at Test.<anonymous> ( /mathml/relations/html5-tree/clipboard-event-handlers.tentative.html:85:9) | Pass | assert_true(true, "Calling the handler must run the code (clone node)")
at Test.<anonymous> ( /mathml/relations/html5-tree/clipboard-event-handlers.tentative.html:91:9) | Pass | assert_equals("function", "function", "The onpaste property must be a function (modify attribute)")
at Test.<anonymous> ( /mathml/relations/html5-tree/clipboard-event-handlers.tentative.html:98:9) | Pass | assert_true(true, "Calling the handler must run the code (modify attribute)")
at Test.<anonymous> ( /mathml/relations/html5-tree/clipboard-event-handlers.tentative.html:104:9) | Pass | assert_equals(null, null, "The onpaste property must be null (remove attribute)")
at Test.<anonymous> ( /mathml/relations/html5-tree/clipboard-event-handlers.tentative.html:110:9) |
|