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

Changeset 287029 in webkit


Ignore:
Timestamp:
Dec 14, 2021, 10:03:05 AM (5 years ago)
Author:
commit-queue@webkit.org
Message:

Add test case for execCommand to verify inserting an ordered list and deletion
https://bugs.webkit.org/show_bug.cgi?id=234113
<rdar://85926354>

Patch by Brandon Stewart <Brandon> on 2021-12-14
Reviewed by Chris Dumez.

Add test to verify correct execution of execCommand when inserting an ordered
list and calling delete.

  • editing/execCommand/insert-ordered-list-and-delete-expected.txt: Added.
  • editing/execCommand/insert-ordered-list-and-delete.html: Added.
Location:
trunk/LayoutTests
Files:
2 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r287018 r287029  
     12021-12-14  Brandon Stewart  <brandonstewart@apple.com>
     2
     3        Add test case for execCommand to verify inserting an ordered list and deletion
     4        https://bugs.webkit.org/show_bug.cgi?id=234113
     5        <rdar://85926354>
     6
     7        Reviewed by Chris Dumez.
     8
     9        Add test to verify correct execution of execCommand when inserting an ordered
     10        list and calling delete.
     11
     12        * editing/execCommand/insert-ordered-list-and-delete-expected.txt: Added.
     13        * editing/execCommand/insert-ordered-list-and-delete.html: Added.
     14
    1152021-12-14  Antti Koivisto  <antti@apple.com>
    216
Note: See TracChangeset for help on using the changeset viewer.