diff options
Diffstat (limited to 'testing/web-platform/meta/html/webappapis/scripting/events')
3 files changed, 13 insertions, 0 deletions
diff --git a/testing/web-platform/meta/html/webappapis/scripting/events/event-handler-processing-algorithm.html.ini b/testing/web-platform/meta/html/webappapis/scripting/events/event-handler-processing-algorithm.html.ini new file mode 100644 index 000000000..d0ea8e802 --- /dev/null +++ b/testing/web-platform/meta/html/webappapis/scripting/events/event-handler-processing-algorithm.html.ini @@ -0,0 +1,5 @@ +[event-handler-processing-algorithm.html] + type: testharness + [beforeunload listener returning null cancels event] + expected: FAIL + diff --git a/testing/web-platform/meta/html/webappapis/scripting/events/inline-event-handler-ordering.html.ini b/testing/web-platform/meta/html/webappapis/scripting/events/inline-event-handler-ordering.html.ini new file mode 100644 index 000000000..9aa28a2ed --- /dev/null +++ b/testing/web-platform/meta/html/webappapis/scripting/events/inline-event-handler-ordering.html.ini @@ -0,0 +1,3 @@ +[inline-event-handler-ordering.html] + type: testharness + expected: ERROR diff --git a/testing/web-platform/meta/html/webappapis/scripting/events/invalid-uncompiled-raw-handler-compiled-late.html.ini b/testing/web-platform/meta/html/webappapis/scripting/events/invalid-uncompiled-raw-handler-compiled-late.html.ini new file mode 100644 index 000000000..dbe221f03 --- /dev/null +++ b/testing/web-platform/meta/html/webappapis/scripting/events/invalid-uncompiled-raw-handler-compiled-late.html.ini @@ -0,0 +1,5 @@ +[invalid-uncompiled-raw-handler-compiled-late.html] + type: testharness + [Invalid uncompiled raw handlers should only be compiled when about to call them.] + expected: FAIL + |