RESOLVED FIXED 210560
Add a test to ensure WebKit::mayContainEditableElementsInRect() returns true if the document element is editable
https://bugs.webkit.org/show_bug.cgi?id=210560
Summary Add a test to ensure WebKit::mayContainEditableElementsInRect() returns true ...
Daniel Bates
Reported 2020-04-15 11:36:01 PDT
Add a test to ensure WebKit::mayContainEditableElementsInRect() returns true if <html contenteditable="true">.
Attachments
Add a layout test (2.71 KB, patch)
2020-04-15 11:39 PDT, Daniel Bates
no flags
To Land (2.62 KB, patch)
2020-04-18 16:17 PDT, Daniel Bates
no flags
Daniel Bates
Comment 1 2020-04-15 11:39:05 PDT
Created attachment 396554 [details] Add a layout test
Daniel Bates
Comment 2 2020-04-18 09:22:32 PDT
EWS failures are clearly unrelated.
Simon Fraser (smfr)
Comment 3 2020-04-18 16:11:53 PDT
Comment on attachment 396554 [details] Add a layout test View in context: https://bugs.webkit.org/attachment.cgi?id=396554&action=review > LayoutTests/editing/editable-region/hit-test-editable-document-element.html:13 > +if (window.testRunner) > + testRunner.dumpAsText(); You don't need this with a js test.
Daniel Bates
Comment 4 2020-04-18 16:13:13 PDT
Comment on attachment 396554 [details] Add a layout test View in context: https://bugs.webkit.org/attachment.cgi?id=396554&action=review Thanks Simon for the review! >> LayoutTests/editing/editable-region/hit-test-editable-document-element.html:13 >> + testRunner.dumpAsText(); > > You don't need this with a js test. yep, will remove
Daniel Bates
Comment 5 2020-04-18 16:17:12 PDT
Daniel Bates
Comment 6 2020-04-18 16:17:35 PDT
Radar WebKit Bug Importer
Comment 7 2020-04-18 16:18:14 PDT
Note You need to log in before you can comment on or make changes to this bug.