mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Crashtest for bug 861489.
This commit is contained in:
parent
fb8c5120b6
commit
ff2ad80f10
29
layout/style/crashtests/861489-1.html
Normal file
29
layout/style/crashtests/861489-1.html
Normal file
@ -0,0 +1,29 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<style>
|
||||
|
||||
@keyframes anim {
|
||||
20% {
|
||||
color: green;
|
||||
}
|
||||
}
|
||||
|
||||
a {
|
||||
animation-name: anim;
|
||||
animation-duration: 40s;
|
||||
}
|
||||
|
||||
</style>
|
||||
<style>
|
||||
|
||||
:link { background: red ! important; }
|
||||
|
||||
</style>
|
||||
</head>
|
||||
|
||||
<body onload="document.documentElement.style.border = 'initial';">
|
||||
<div><a href="data:text/html,unlikely to be visited"></a></div>
|
||||
</body>
|
||||
</html>
|
@ -91,6 +91,7 @@ load 827591-1.html
|
||||
load 829817.html
|
||||
load 840898.html
|
||||
load 842134.html
|
||||
load 861489-1.html
|
||||
load 862113.html
|
||||
load 867487.html
|
||||
load 880862.html
|
||||
|
Loading…
Reference in New Issue
Block a user