Closed
Bug 1669
Opened 26 years ago
Closed 26 years ago
Resizing window after document.writeln causes crash
Categories
(Core :: Layout, defect, P2)
Tracking
()
VERIFIED
FIXED
People
(Reporter: peterl-retired, Assigned: buster)
Details
Odly enough, it only crashes if there's a :first-letter style applied.
<html>
<style title="hello" media="screen, print">
:first-letter { color: green; }
</style>
<body>
<p>hello</p>
<script>
document.writeln("there");
</script>
</body>
</html>
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
Comment 1•26 years ago
|
||
Using 2/11 build, verified fixed.
You need to log in
before you can comment on or make changes to this bug.
Description
•