mirror of
https://github.com/servo/servo.git
synced 2025-08-30 01:28:21 +01:00
Update web-platform-tests to revision 4d96cccabc2feacd48e1dab9afc22b8af2225572
This commit is contained in:
parent
0d236288cc
commit
c66c6af0ba
1067 changed files with 63768 additions and 10900 deletions
|
@ -11,20 +11,19 @@
|
|||
</head>
|
||||
<body>
|
||||
<script type="text/javascript">
|
||||
|
||||
|
||||
|
||||
|
||||
var t = async_test("value of sandbox attribute must be an unordered set of unique space-separated tokens.");
|
||||
|
||||
|
||||
function callback(event)
|
||||
{
|
||||
t.step(function(){
|
||||
assert_true('sandbox' in document.createElement('iframe'));
|
||||
t.step(function() {
|
||||
assert_true('sandbox' in document.createElement('iframe'));
|
||||
assert_equals(event.data, "cookies are R/W");
|
||||
});
|
||||
t.done();
|
||||
}
|
||||
|
||||
var timer = setTimeout(callback, 4000);
|
||||
window.addEventListener("message", callback, false);
|
||||
</script>
|
||||
<div id=log></div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue