mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Fix this test to deal with the new error that's being thrown.
This commit is contained in:
parent
873105df41
commit
e718c42249
@ -35,7 +35,7 @@
|
||||
window.__proto__ = origProto;
|
||||
} catch (e) {
|
||||
is(e.toString(),
|
||||
'Error: invalid __proto__ value (can only be set to null)',
|
||||
'Error: cyclic __proto__ value',
|
||||
'throw the right exception for a cyclic proto');
|
||||
is(window.__proto__, origProto, 'reset __proto__ after a cyclic proto');
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user