Closed
Bug 1755614
Opened 3 years ago
Closed 3 years ago
Clean up editor/libeditor/tests/test_contenteditable_focus.html
Categories
(Core :: DOM: Editor, task, P2)
Core
DOM: Editor
Tracking
()
RESOLVED
FIXED
99 Branch
Tracking | Status | |
---|---|---|
firefox99 | --- | fixed |
People
(Reporter: masayuki, Assigned: masayuki)
References
Details
Attachments
(1 file)
(deleted),
text/x-phabricator-request
|
Details |
While I'm debugging my patch for bug 1755104, test_contenteditable_focus.html
becomes orange, but it's hard to read which test fails because most tests are not chunked. So, it should be rewritten with IIFE and make each failure explain what the result should be and why the result should be.
Assignee | ||
Comment 1•3 years ago
|
||
It's not split to each chunk with IIFE nor the message explain what is the
expected result. This just rewrites it without changing what's are tested
except adding a call of testFocusMove
with <button>
in the main editor
(i.e., editable button).
Depends on D138876
Pushed by masayuki@d-toybox.com:
https://hg.mozilla.org/integration/autoland/rev/80c3bbacd859
Clean up test_contenteditable_focus.html r=m_kato
Comment 3•3 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 3 years ago
status-firefox99:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 99 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•