mirror of
https://github.com/servo/servo.git
synced 2025-08-12 08:55:32 +01:00
Update web-platform-tests to revision 2d42384cf21efd71843295d319c1bab85b3acf4a
This commit is contained in:
parent
f2b224d610
commit
e851ef0cd2
1014 changed files with 5653 additions and 1590 deletions
|
@ -10,9 +10,9 @@
|
|||
t.add_cleanup(_ => { header = null; });
|
||||
|
||||
assert_header_equals(header, {
|
||||
"cause": undefined,
|
||||
"destination": "script",
|
||||
"site": "same-origin"
|
||||
"dest": "script",
|
||||
"site": "same-origin",
|
||||
"user":"?F"
|
||||
});
|
||||
}, "Same-origin script");
|
||||
</script>
|
||||
|
@ -24,9 +24,9 @@
|
|||
t.add_cleanup(_ => { header = null; });
|
||||
|
||||
assert_header_equals(header, {
|
||||
"cause": undefined,
|
||||
"destination": "script",
|
||||
"site": "same-site"
|
||||
"dest": "script",
|
||||
"site": "same-site",
|
||||
"user":"?F"
|
||||
});
|
||||
}, "Same-site script");
|
||||
</script>
|
||||
|
@ -38,9 +38,9 @@
|
|||
t.add_cleanup(_ => { header = null; });
|
||||
|
||||
assert_header_equals(header, {
|
||||
"cause": undefined,
|
||||
"destination": "script",
|
||||
"site": "cross-site"
|
||||
"dest": "script",
|
||||
"site": "cross-site",
|
||||
"user":"?F"
|
||||
});
|
||||
}, "Cross-site script");
|
||||
</script>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue