mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
Make DOMException serializable (#36535)
Follow the implementation of making DOMPoint and DOMPointReadOnly serializable in PR #35989 Testing: Passed a test previously expected to fail. Fixes: #36463 --------- Signed-off-by: Kingsley Yung <kingsley@kkoyung.dev>
This commit is contained in:
parent
cc04caa8ce
commit
dacd951c9f
6 changed files with 138 additions and 12 deletions
|
@ -4,9 +4,3 @@
|
|||
|
||||
[ImageData expandos are not cloned]
|
||||
expected: FAIL
|
||||
|
||||
[DOMException objects can be cloned]
|
||||
expected: FAIL
|
||||
|
||||
[DOMException objects created by the UA can be cloned]
|
||||
expected: FAIL
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue