⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 92091 in webkit


Ignore:
Timestamp:
Jul 31, 2011, 4:17:24 PM (15 years ago)
Author:
rniwa@webkit.org
Message:

Fix fast/dom/Range/getBoundingClientRect.html after r92089.

  • fast/dom/Range/getBoundingClientRect.html:
Location:
trunk/LayoutTests
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r92090 r92091  
     12011-07-31  Ryosuke Niwa  <rniwa@webkit.org>
     2
     3        Fix fast/dom/Range/getBoundingClientRect.html after r92089.
     4
     5        * fast/dom/Range/getBoundingClientRect.html:
     6
    172011-07-31  Ryosuke Niwa  <rniwa@webkit.org>
    28
  • trunk/LayoutTests/fast/dom/Range/getBoundingClientRect.html

    r92089 r92091  
    146146    range4.collapse(true);
    147147    show(range4);
    148    
    149     var blah = range4.getClientRects();
    150     debug(blah);
    151148
    152149    rect = range4.getBoundingClientRect()
Note: See TracChangeset for help on using the changeset viewer.