Bug 1004356 Comment 5 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

Looks like the problem can be reproduced with the following, smaller example:

```data:text/html,<style> input { margin-top: 40cm } </style> <input type="file" id="i1"> <script> document.getElementById("i1").focus(); </script>```
Looks like the problem can be reproduced with the following, smaller example:

```
data:text/html,<style> input { margin-top: 40cm } </style> <input type="file" id="i1"> <script> document.getElementById("i1").focus(); </script>```
Looks like the problem can be reproduced with the following, smaller example:

```
data:text/html,<style> input { margin-top: 40cm } </style> <input type="file" id="i1"> <script> document.getElementById("i1").focus(); </script>
```

Back to Bug 1004356 Comment 5