mirror of
https://github.com/servo/servo.git
synced 2025-08-05 21:50:18 +01:00
Don't crash on invalid utf-8 in the HTML parser.
This was regressed by the html5ever landing.
This commit is contained in:
parent
65856dd00a
commit
b9d8533760
4 changed files with 5 additions and 6 deletions
|
@ -1,3 +1,5 @@
|
|||
[open-url-encoding.htm]
|
||||
type: testharness
|
||||
expected: CRASH
|
||||
[XMLHttpRequest: open() - URL encoding]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -1,3 +0,0 @@
|
|||
[send-content-type-string.htm]
|
||||
type: testharness
|
||||
expected: CRASH
|
|
@ -1,3 +1,3 @@
|
|||
[send-entity-body-document.htm]
|
||||
type: testharness
|
||||
expected: CRASH
|
||||
expected: TIMEOUT
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue