diff options
author | WPT Sync Bot <josh+wptsync@joshmatthews.net> | 2020-01-23 08:22:35 +0000 |
---|---|---|
committer | WPT Sync Bot <josh+wptsync@joshmatthews.net> | 2020-01-23 10:58:08 +0000 |
commit | 36e52003a7cb8086ad70bcab8fb65c970cc88b34 (patch) | |
tree | 53bea5ba5d87994d65316d84ad76eaa99d7da1f8 /tests/wpt/web-platform-tests/generic-sensor/SensorErrorEvent-constructor.https.html | |
parent | 24674687acaaca3a796f8cc61bc98c6e7d0097fb (diff) | |
download | servo-36e52003a7cb8086ad70bcab8fb65c970cc88b34.tar.gz servo-36e52003a7cb8086ad70bcab8fb65c970cc88b34.zip |
Update web-platform-tests to revision 7ec633bbfbc01de4972e65f81f593983d9cdc17d
Diffstat (limited to 'tests/wpt/web-platform-tests/generic-sensor/SensorErrorEvent-constructor.https.html')
-rw-r--r-- | tests/wpt/web-platform-tests/generic-sensor/SensorErrorEvent-constructor.https.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/wpt/web-platform-tests/generic-sensor/SensorErrorEvent-constructor.https.html b/tests/wpt/web-platform-tests/generic-sensor/SensorErrorEvent-constructor.https.html index 6e2d1684f57..2d68dec56d9 100644 --- a/tests/wpt/web-platform-tests/generic-sensor/SensorErrorEvent-constructor.https.html +++ b/tests/wpt/web-platform-tests/generic-sensor/SensorErrorEvent-constructor.https.html @@ -6,7 +6,7 @@ <script> test(() => { assert_equals(SensorErrorEvent.length, 2); - assert_throws(new TypeError, () => new SensorErrorEvent('error')); + assert_throws_js(TypeError, () => new SensorErrorEvent('error')); }, 'SensorErrorEvent constructor without init dict'); test(() => { |