mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 996031 - remove 455407.html crashtest; r=dholbert
The bug that this test was intended to test seems transient, according to testing with nightlies around the time the bug was filed. Additionally, the test connects to external servers, which is frowned upon and will soon be forbidden.
This commit is contained in:
parent
e3346a5a98
commit
fa07624448
@ -1,13 +0,0 @@
|
||||
<html>
|
||||
<head>Crash [@ nsSubDocumentFrame::Reflow] with generated content and resizing iframe</title>
|
||||
</head>
|
||||
<body>
|
||||
<iframe id="content" src="data:text/html;charset=utf-8,%3Chtml%3E%3Chead%3E%3C/head%3E%3Cbody%3E%0A%3Cstyle%20id%3D%22e%22%3Ebody%3A%3Abefore%20%7B%20content%3A%22b%22%3B%20%7D%3C/style%3E%0A%3Cscript%3Ewindow.frameElement.style.width%3DMath.floor%28Math.random%28%29*100%29+%27%25%27%3B%0A%3C/script%3E%0A%3Ciframe%20src%3D%22http%3A//mozilla.org%22%3E%3C/iframe%3E%0A%3C/body%3E%3C/html%3E" onload="//doe()" style=" width:1000px;height: 200px;"></iframe>
|
||||
<script>
|
||||
function doe() {
|
||||
document.getElementById('content').src = document.getElementById('content').src + '?1';
|
||||
}
|
||||
setInterval(doe, 1000);
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
@ -300,7 +300,6 @@ load 453762-1.html
|
||||
load 455171-1.html
|
||||
load 455171-2.html
|
||||
load 455171-3.html
|
||||
load 455407.html
|
||||
load 455643-1.xhtml
|
||||
load 457375.html
|
||||
load 457380-1.html
|
||||
|
Loading…
Reference in New Issue
Block a user