mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Crashtest for bug 868504
This commit is contained in:
parent
dc42a0bc7b
commit
286425d4f4
14
content/media/test/crashtests/868504.html
Normal file
14
content/media/test/crashtests/868504.html
Normal file
@ -0,0 +1,14 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<script>
|
||||
|
||||
function boom()
|
||||
{
|
||||
AudioContext().createBufferSource().playbackRate.linearRampToValueAtTime(0, -1);
|
||||
}
|
||||
|
||||
</script>
|
||||
</head>
|
||||
<body onload="boom();"></body>
|
||||
</html>
|
@ -15,6 +15,7 @@ skip-if(Android||B2G) load 789075-1.html # load failed, bug 833371 for B2G
|
||||
load 844563.html
|
||||
load 846612.html
|
||||
load 852838.html
|
||||
load 868504.html
|
||||
load 874869.html
|
||||
load 874915.html
|
||||
load 874934.html
|
||||
|
Loading…
Reference in New Issue
Block a user