Changeset 260326 in webkit


Ignore:
Timestamp:
Apr 18, 2020 4:17:29 PM (4 years ago)
Author:
dbates@webkit.org
Message:

Add a test to ensure WebKit::mayContainEditableElementsInRect() returns true if the document element is editable
https://bugs.webkit.org/show_bug.cgi?id=210560

Reviewed by Simon Fraser.

If the document element is marked editable then all child elements are editable.
Add a test to ensure that WebKit::mayContainEditableElementsInRect() returns true
for such a page.

  • editing/editable-region/hit-test-editable-document-element-expected.txt: Added.
  • editing/editable-region/hit-test-editable-document-element.html: Added.
Location:
trunk/LayoutTests
Files:
2 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r260319 r260326  
     12020-04-18  Daniel Bates  <dabates@apple.com>
     2
     3        Add a test to ensure WebKit::mayContainEditableElementsInRect() returns true if the document element is editable
     4        https://bugs.webkit.org/show_bug.cgi?id=210560
     5
     6        Reviewed by Simon Fraser.
     7
     8        If the document element is marked editable then all child elements are editable.
     9        Add a test to ensure that WebKit::mayContainEditableElementsInRect() returns true
     10        for such a page.
     11
     12        * editing/editable-region/hit-test-editable-document-element-expected.txt: Added.
     13        * editing/editable-region/hit-test-editable-document-element.html: Added.
     14
    1152020-04-18  Antti Koivisto  <antti@apple.com>
    216
Note: See TracChangeset for help on using the changeset viewer.