Show
Ignore:
Timestamp:
01/21/07 12:29:41 (2 years ago)
Author:
weinig
Message:

LayoutTests:

Reviewed by Darin.

  • fast/overflow/position-relative-expected.checksum: Added.
  • fast/overflow/position-relative-expected.png: Added.
  • fast/overflow/position-relative-expected.txt: Added.
  • fast/overflow/position-relative.html: Added.

WebCore:

Reviewed by Darin.

Test: fast/overflow/position-relative.html

  • rendering/RenderBox.cpp: (WebCore::RenderBox::lowestPosition): Add the relative position offset only if 'includeSelf' is true. (WebCore::RenderBox::rightmostPosition): Ditto. (WebCore::RenderBox::leftmostPosition): Ditto.
  • rendering/RenderFlow.cpp: (WebCore::RenderFlow::lowestPosition): Ditto. (WebCore::RenderFlow::rightmostPosition): Ditto. (WebCore::RenderFlow::leftmostPosition): Ditto.
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r19011 r19012  
     12007-01-21  Mitz Pettel  <mitz@webkit.org> 
     2 
     3        Reviewed by Darin. 
     4 
     5        - test for http://bugs.webkit.org/show_bug.cgi?id=10692 
     6          REGRESSION (r14847): Unnecessary scrollbars with position:relative; and overflow:auto; 
     7 
     8        * fast/overflow/position-relative-expected.checksum: Added. 
     9        * fast/overflow/position-relative-expected.png: Added. 
     10        * fast/overflow/position-relative-expected.txt: Added. 
     11        * fast/overflow/position-relative.html: Added. 
     12 
    1132007-01-21  Mitz Pettel  <mitz@webkit.org> 
    214