Don't return early from report_pending_exception() if the value is an unexpected object.

We will now dispatch the error event in this case as well.
This commit is contained in:
Ms2ger 2016-11-26 22:54:43 +01:00
parent c4f87f451f
commit 154b16a25d
13 changed files with 31 additions and 19 deletions

View file

@ -8,3 +8,4 @@
[Resize iframe from 200x100 to 200x50, then to 100x50]
expected: FAIL

View file

@ -2,3 +2,4 @@
type: testharness
[disconnect() called during startNotifications. Reject with NetworkError.]
expected: FAIL

View file

@ -2,3 +2,4 @@
type: testharness
[disconnect() called during stopNotifications. Reject with NetworkError.]
expected: FAIL

View file

@ -0,0 +1,6 @@
[htmllabel-activation.html]
type: testharness
[If label's 1st child (submit) is disabled, click should have no impact]
expected: FAIL