mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-25 11:58:55 +00:00
Bug 455407 - crash test
This commit is contained in:
parent
c0e1e471fb
commit
28e892dc87
13
layout/generic/crashtests/455407.html
Normal file
13
layout/generic/crashtests/455407.html
Normal file
@ -0,0 +1,13 @@
|
||||
<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>
|
@ -290,6 +290,7 @@ 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…
x
Reference in New Issue
Block a user