When you stare into the crashtest, the crashtest also stares back into you.
git-svn-id: svn://10.0.0.236/trunk@241485 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
14
mozilla/layout/forms/crashtests/386554-1.html
Normal file
14
mozilla/layout/forms/crashtests/386554-1.html
Normal file
@@ -0,0 +1,14 @@
|
||||
<html>
|
||||
<head></head>
|
||||
|
||||
<body>
|
||||
|
||||
<div style="position: absolute"><input id="input" type="file" style="top: 100%"></div>
|
||||
|
||||
<script>
|
||||
document.body.offsetHeight;
|
||||
document.getElementById("input").style.position = "absolute";
|
||||
</script>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
@@ -9,3 +9,4 @@ load 366537-1.xhtml
|
||||
load 367587-1.html
|
||||
load 370940-1.html
|
||||
load 382610-1.html
|
||||
load 386554-1.html
|
||||
|
||||
Reference in New Issue
Block a user