Changeset 15425 in webkit


Ignore:
Timestamp:
Jul 14, 2006 5:33:04 AM (18 years ago)
Author:
ddkilzer
Message:

LayoutTests:

Reviewed by Darin.

NOTE: Only the layout test part of this patch was landed since an alternate
fix was committed in r15401: <rdar://problem/4509393> selected DOM range
starts with <object>, 0 offset but selection should include the <object>

  • fast/table/click-near-anonymous-table-expected.checksum: Added.
  • fast/table/click-near-anonymous-table-expected.png: Added.
  • fast/table/click-near-anonymous-table-expected.txt: Added.
  • fast/table/click-near-anonymous-table.html: Added.
Location:
trunk/LayoutTests
Files:
4 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r15421 r15425  
     12006-07-14  Mitz Pettel  <opendarwin.org@mitzpettel.com>
     2
     3        Reviewed by Darin.
     4
     5        - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=9879
     6          REGRESSION: Repro crash when clicking to the side of an anonymous table
     7        - see also <rdar://problem/4628129> REGRESSION: Repro crash when clicking
     8          to the side of an anonymous table
     9
     10        NOTE: Only the layout test part of this patch was landed since an alternate
     11        fix was committed in r15401:  <rdar://problem/4509393> selected DOM range
     12        starts with <object>, 0 offset but selection should include the <object>
     13
     14        * fast/table/click-near-anonymous-table-expected.checksum: Added.
     15        * fast/table/click-near-anonymous-table-expected.png: Added.
     16        * fast/table/click-near-anonymous-table-expected.txt: Added.
     17        * fast/table/click-near-anonymous-table.html: Added.
     18
    1192006-07-12  Maciej Stachowiak  <mjs@apple.com>
    220
Note: See TracChangeset for help on using the changeset viewer.