[meta] Update or remove textbox tests
Categories
(Toolkit :: UI Widgets, task)
Tracking
()
People
(Reporter: bdahl, Unassigned)
References
Details
(Keywords: meta)
Attachments
(2 obsolete files)
In bug 1510785 I will be disabling a few textbox
tests that depend on XBL. Once the elements are converted to custom elements we should no longer skip these tests.
So far the tests skipped:
textbox-multiline-default-value.xul
335628-2.xul
Comment 1•5 years ago
|
||
textbox-multiline-default-value.xul is no longer relevant after bug 1513343, it's very likely testing the wrong thing, it could be removed completely now.
335628-2.xul will need to change to test is="search-textbox"
, since that will be the only remaining <textbox>
XUL element.
There are also a couple of reftests that will no longer be useful after bug 1513325, notably the ones testing that normal textboxes look like normal inputs:
https://searchfox.org/mozilla-central/source/editor/reftests/xul
Comment 2•5 years ago
|
||
This will be easier once search-textbox is no longer using the <textbox> tag
Comment 3•5 years ago
|
||
There are also a few tests that programatically create XUL textboxes: https://searchfox.org/mozilla-central/search?q=createXULElement(%22textbox&case=false®exp=false&path=
Comment 4•5 years ago
|
||
Comment 5•5 years ago
|
||
Updated•5 years ago
|
Updated•5 years ago
|
Updated•5 years ago
|
Comment 6•5 years ago
|
||
Comment on attachment 9098674 [details]
Bug 1566674, Replace XUL textbox with HTML input in testcases within layout directory
Revision D48126 was moved to bug 1586336. Setting attachment 9098674 [details] to obsolete.
Comment 7•5 years ago
|
||
Comment on attachment 9098615 [details]
Bug 1566674, Replace XUL textbox with HTML input in testcases within editor directory
Revision D48100 was moved to bug 1586337. Setting attachment 9098615 [details] to obsolete.
Updated•5 years ago
|
Comment 8•5 years ago
|
||
Comment on attachment 9098674 [details]
Bug 1566674, Replace XUL textbox with HTML input in testcases within layout directory
Revision D48126 was moved to bug 1586336. Setting attachment 9098674 [details] to obsolete.
Updated•5 years ago
|
Updated•5 years ago
|
Description
•