Closed Bug 1669 Opened 26 years ago Closed 26 years ago

Resizing window after document.writeln causes crash

Categories

(Core :: Layout, defect, P2)

x86
Windows NT
defect

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>
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Status: RESOLVED → VERIFIED
Using 2/11 build, verified fixed.
You need to log in before you can comment on or make changes to this bug.