mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
Update web-platform-tests to revision 4b25d322ac6ed466f992669e5408b15d37d56436
This commit is contained in:
parent
6a4ad433a2
commit
92e90e6633
32 changed files with 277 additions and 150 deletions
|
@ -6,10 +6,11 @@
|
|||
<script>
|
||||
var iframe;
|
||||
var t = async_test();
|
||||
onload = setTimeout(function() {
|
||||
var iframe = document.getElementsByTagName("iframe")[0];
|
||||
iframe.src="about:blank";
|
||||
setTimeout(t.step_func(function() {assert_unreached();}), 1000)
|
||||
}, 100)
|
||||
onload = function() {
|
||||
setTimeout(function() {
|
||||
var iframe = document.getElementsByTagName("iframe")[0];
|
||||
iframe.src="about:blank";
|
||||
}, 100)
|
||||
};
|
||||
</script>
|
||||
<iframe src="008-1.html"></iframe>
|
||||
|
|
|
@ -6,10 +6,11 @@
|
|||
<script>
|
||||
var iframe;
|
||||
var t = async_test();
|
||||
onload = setTimeout(function() {
|
||||
var iframe = document.getElementsByTagName("iframe")[0];
|
||||
iframe.src="about:blank";
|
||||
setTimeout(t.step_func(function() {assert_unreached();}), 1000)
|
||||
}, 100)
|
||||
onload = function() {
|
||||
setTimeout(function() {
|
||||
var iframe = document.getElementsByTagName("iframe")[0];
|
||||
iframe.src="about:blank";
|
||||
}, 100)
|
||||
}
|
||||
</script>
|
||||
<iframe src="009-1.html"></iframe>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue