<?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>12084</bug_id>
          
          <creation_ts>2007-01-02 15:54:12 -0800</creation_ts>
          <short_desc>Incomplete repaint when moving from page with large body margin to page with large font size</short_desc>
          <delta_ts>2007-03-07 06:35:47 -0800</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>WebKit</product>
          <component>New Bugs</component>
          <version>420+</version>
          <rep_platform>Mac</rep_platform>
          <op_sys>OS X 10.4</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>WORKSFORME</resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords>HasReduction</keywords>
          <priority>P2</priority>
          <bug_severity>Major</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Mark Rowe (bdash)">mrowe</reporter>
          <assigned_to name="Nobody">webkit-unassigned</assigned_to>
          <cc>mitz</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>37576</commentid>
    <comment_count>0</comment_count>
    <who name="Mark Rowe (bdash)">mrowe</who>
    <bug_when>2007-01-02 15:54:12 -0800</bug_when>
    <thetext>&lt;html&gt;
&lt;head&gt;
    &lt;title&gt;Test HTML Page&lt;/title&gt;
    &lt;script type=&quot;text/javascript&quot;&gt;
        var l = window.location.toString();
        if (l[l.length - 1] == &apos;X&apos;)
            document.write(&apos;&lt;style type=&quot;text/css&quot;&gt;menu { font-size: 985902680pt; }&lt;/style&gt;&apos;);
        else {
            document.write(&apos;&lt;style type=&quot;text/css&quot;&gt;body { margin: 660402812px; }&lt;/style&gt;&apos;);
            window.onload = function() {
                var x = document.documentElement.offsetHeight;
                window.setTimeout(function () { location += &quot;?X&quot;; }, 100);
            }
        }
    &lt;/script&gt;
&lt;/head&gt;
&lt;body&gt;
    &lt;script type=&quot;text/javascript&quot;&gt;
        var l = window.location.toString();
        if (l[l.length - 1] != &apos;X&apos;)
            document.write(&apos;&lt;h1&gt;This should go away after the redirect&lt;/h1&gt;&apos;)
    &lt;/script&gt;
    &lt;menu&gt;menu&lt;/menu&gt;
&lt;/body&gt;
&lt;/html&gt;


Steps to reproduce:
1. Load the file in your browser.
2. Wait for it to reload with an &apos;?X&apos; on the end of the URL.
3. Note that the top 10 or 15 pixels contains remnants of the text &apos;This should go away after the redirect&apos;.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>37558</commentid>
    <comment_count>1</comment_count>
    <who name="Mark Rowe (bdash)">mrowe</who>
    <bug_when>2007-01-02 15:58:06 -0800</bug_when>
    <thetext>This doesn&apos;t occur with WebKit 418.9.1.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>37559</commentid>
    <comment_count>2</comment_count>
    <who name="Mark Rowe (bdash)">mrowe</who>
    <bug_when>2007-01-02 15:59:13 -0800</bug_when>
    <thetext>I lied.  The test case doesn&apos;t demonstrate the problem in 418.9.1, but loading the test case then changing to a different tab then back shows that the top few pixels are not repainted.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>20140</commentid>
    <comment_count>3</comment_count>
    <who name="">mitz</who>
    <bug_when>2007-03-07 06:23:05 -0800</bug_when>
    <thetext>Can&apos;t reproduce in TOT.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>20139</commentid>
    <comment_count>4</comment_count>
    <who name="Mark Rowe (bdash)">mrowe</who>
    <bug_when>2007-03-07 06:35:47 -0800</bug_when>
    <thetext>Works for me now too.</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>