mirror of
https://github.com/servo/servo.git
synced 2025-08-03 20:50:07 +01:00
Removed integrity check and test for no-cors requests
Also updated request-headers.html manifest hash
This commit is contained in:
parent
216f64e4e1
commit
96f9cc77e6
3 changed files with 1 additions and 11 deletions
|
@ -51,12 +51,6 @@
|
|||
"Expect TypeError exception");
|
||||
},"RequestInit's mode is no-cors and method is not simple");
|
||||
|
||||
test(function() {
|
||||
assert_throws(new TypeError() ,
|
||||
function() { new Request("", {"mode" : "no-cors", "integrity" : "not an empty string"}); },
|
||||
"Expect TypeError exception");
|
||||
},"RequestInit's mode is no-cors and integrity is not empty");
|
||||
|
||||
test(function() {
|
||||
assert_throws(new TypeError() ,
|
||||
function() { new Request("", {"mode" : "cors", "cache" : "only-if-cached"}); },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue