<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://bugs.webkit.org/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.4.1"
          urlbase="https://bugs.webkit.org/"
          
          maintainer="admin@webkit.org"
>

    <bug>
          <bug_id>20563</bug_id>
          
          <creation_ts>2008-08-28 15:40:49 -0700</creation_ts>
          <short_desc>Last line of document.write() text not displayed</short_desc>
          <delta_ts>2008-08-28 18:35:53 -0700</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>WebKit</product>
          <component>DOM</component>
          <version>528+ (Nightly build)</version>
          <rep_platform>PC</rep_platform>
          <op_sys>Windows XP</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>DUPLICATE</resolution>
          <dup_id>8961</dup_id>
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords>HasReduction, InRadar</keywords>
          <priority>P2</priority>
          <bug_severity>Normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>0</everconfirmed>
          <reporter name="Jeff Swartz">swartz</reporter>
          <assigned_to name="Nobody">webkit-unassigned</assigned_to>
          <cc>swartz</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>89692</commentid>
    <comment_count>0</comment_count>
    <who name="Jeff Swartz">swartz</who>
    <bug_when>2008-08-28 15:40:49 -0700</bug_when>
    <thetext>1. Write the following to an HTML file and open it in Safari-Win:

&lt;html&gt;
&lt;script&gt;
function onLoad() {
   document.write(&quot;foo&quot;);
   document.write(&quot;&lt;br/&gt;&quot;);
   document.write(&quot;bar&quot;);
}
&lt;/script&gt;
&lt;body onload=&quot;onLoad();&quot;&gt;
&lt;/body&gt;
&lt;/html&gt;

2. The &quot;foo&quot; line is visible. The &quot;bar&quot; line isn&apos;t.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>89703</commentid>
    <comment_count>1</comment_count>
    <who name="Mark Rowe (bdash)">mrowe</who>
    <bug_when>2008-08-28 18:02:25 -0700</bug_when>
    <thetext>&lt;rdar://problem/6184271&gt;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>89708</commentid>
    <comment_count>2</comment_count>
    <who name="">mitz</who>
    <bug_when>2008-08-28 18:35:53 -0700</bug_when>
    <thetext>

*** This bug has been marked as a duplicate of 8961 ***</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>