mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Update web-platform-tests to revision b'14684f837eba364df3de2b6683d4eb5385333158'
This commit is contained in:
parent
f09561254d
commit
0431e20517
369 changed files with 4941 additions and 1492 deletions
|
@ -196,6 +196,12 @@ function FrameInitiatedNavigation(frame, url) {
|
|||
return load;
|
||||
}
|
||||
|
||||
// Makes a subresource request to the provided host in the given frame, and returns the cookies in the response.
|
||||
function FetchFromFrame(frame, host) {
|
||||
return PostMessageAndAwaitReply(
|
||||
{ command: "subresource cookies", host }, frame.contentWindow);
|
||||
}
|
||||
|
||||
// Tries to set storage access policy, ignoring any errors.
|
||||
//
|
||||
// Note: to discourage the writing of tests that assume unpartitioned cookie
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue