mirror of
https://github.com/servo/servo.git
synced 2025-10-02 09:39:14 +01:00
script: when fetching a worker script abort if response status is not ok (#39468)
According to [spec](https://html.spec.whatwg.org/multipage/webappapis.html#fetch-a-classic-worker-script) we should abort if the response status is not ok. Testing: Check tests listed inside issue are not intermittent anymore Fixes: #39413 Fixes: #22991 --------- Signed-off-by: Gae24 <96017547+Gae24@users.noreply.github.com>
This commit is contained in:
parent
af74db4e92
commit
7a7129edd7
2 changed files with 20 additions and 11 deletions
|
@ -1,5 +1,4 @@
|
|||
[workers.html]
|
||||
expected: ERROR
|
||||
[The initiator type for classic worker must be 'other']
|
||||
expected: FAIL
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue