mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Add questionable crashtest.
This commit is contained in:
parent
f1ee9de406
commit
98201715c5
22
dom/src/base/crashtests/372554-1.html
Normal file
22
dom/src/base/crashtests/372554-1.html
Normal file
@ -0,0 +1,22 @@
|
||||
<!DOCTYPE html>
|
||||
<html class="reftest-wait">
|
||||
<head>
|
||||
<script>
|
||||
function boom()
|
||||
{
|
||||
if (location.protocol == "file:") {
|
||||
try {
|
||||
location.hostname = 'foo';
|
||||
} catch(e) {
|
||||
}
|
||||
}
|
||||
|
||||
document.documentElement.removeAttribute("class");
|
||||
}
|
||||
</script>
|
||||
</head>
|
||||
<body onload="setTimeout(boom, 30)">
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
@ -1,3 +1,4 @@
|
||||
load 327571-1.html
|
||||
load 327695-1.html
|
||||
load 369413-1.html
|
||||
load 372554-1.html
|
||||
|
Loading…
Reference in New Issue
Block a user