mirror of
https://github.com/servo/servo.git
synced 2025-10-04 02:29:12 +01:00
codegen: Throw on an invalid enum value when appropiate
This commit is contained in:
parent
093f5c01e4
commit
e50d4b7624
5 changed files with 56 additions and 10 deletions
|
@ -1,6 +1,5 @@
|
|||
[Document-defaultView.html]
|
||||
type: testharness
|
||||
expected: TIMEOUT
|
||||
[Document created with the Document constructor]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -11,5 +10,8 @@
|
|||
expected: FAIL
|
||||
|
||||
[Document created with XML DOMParser]
|
||||
expected: TIMEOUT
|
||||
expected: FAIL
|
||||
|
||||
[Document created with HTML DOMParser]
|
||||
expected: FAIL
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue