mirror of
https://github.com/servo/servo.git
synced 2025-08-13 09:25:32 +01:00
Update web-platform-tests to revision 66c4613f823c4384c78ada77346eda17bb128947
This commit is contained in:
parent
183772583f
commit
a91433f0c8
234 changed files with 4368 additions and 967 deletions
|
@ -45,12 +45,12 @@
|
|||
"Expect response.headers has name:value header");
|
||||
}, "Check Response's clone has the expected attribute values");
|
||||
|
||||
async_test(function(test) {
|
||||
readTextStream(response.body.getReader(), test, body);
|
||||
promise_test(function(test) {
|
||||
return validateStreamFromString(response.body.getReader(), body);
|
||||
}, "Check orginal response's body after cloning");
|
||||
|
||||
async_test(function(test) {
|
||||
readTextStream(clonedResponse.body.getReader(), test, body);
|
||||
promise_test(function(test) {
|
||||
return validateStreamFromString(clonedResponse.body.getReader(), body);
|
||||
}, "Check cloned response's body");
|
||||
|
||||
promise_test(function(test) {
|
||||
|
@ -63,4 +63,4 @@
|
|||
}, "Cannot clone a disturbed response");
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue