Open
Bug 1777467
Opened 2 years ago
Updated 2 years ago
Add test which calls `readText()` from an `<iframe>` and its parent frame
Categories
(Core :: DOM: Copy & Paste and Drag & Drop, task)
Core
DOM: Copy & Paste and Drag & Drop
Tracking
()
NEW
People
(Reporter: mbrodesser-Igalia, Unassigned)
References
(Blocks 1 open bug)
Details
There should be one "Paste" button for them and the test should dismiss/accept it.
The scenario in https://jsfiddle.net/cj50u62m/ may be used.
Reporter | ||
Updated•2 years ago
|
Summary: Add test which calls `readText()` from and `<iframe>` and its parent frame → Add test which calls `readText()` from an `<iframe>` and its parent frame
Comment 1•2 years ago
|
||
(In reply to Mirko Brodesser (:mbrodesser) from comment #0)
I would suggest making the new tests live in a separately test file to prevent a single test file contains too many different tests.
(We could put the common code into a js file, e.g. helper.js, and import it)
You need to log in
before you can comment on or make changes to this bug.
Description
•