Bug 26251 - Crash when attach an element into a title element
Summary: Crash when attach an element into a title element
Status: RESOLVED DUPLICATE of bug 25567
Alias: None
Product: WebKit
Classification: Unclassified
Component: DOM (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC Windows XP
: P1 Major
Assignee: Nobody
URL: http://skypher.com/SkyLined/Repro/Web...
Keywords: HasReduction, InRadar
Depends on:
Blocks:
 
Reported: 2009-06-07 23:16 PDT by Arko Saha
Modified: 2009-06-21 00:11 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Arko Saha 2009-06-07 23:16:27 PDT
Fetch the given URl. Observe that Safari browser is crashing while attaching an element in title tag.
Comment 1 Mark Rowe (bdash) 2009-06-08 08:38:10 PDT
The page contains:

<script>
  document.write("<title>x");
  document.title = "x";
  document.write("");
</script>
Comment 2 Mark Rowe (bdash) 2009-06-08 08:38:32 PDT
<rdar://problem/6954947>
Comment 3 Alexey Proskuryakov 2009-06-21 00:11:28 PDT

*** This bug has been marked as a duplicate of 25567 ***