Clean up editing/run/*.html.ini for WPT
Categories
(Core :: DOM: Editor, task, P1)
Tracking
()
Tracking | Status | |
---|---|---|
firefox78 | --- | fixed |
People
(Reporter: masayuki, Assigned: masayuki)
Details
Attachments
(2 files)
Assignee | ||
Comment 1•5 years ago
|
||
Some tests run separately after fixing
https://github.com/web-platform-tests/wpt/pull/11436
so that we don't need sections for running all tests once.
And also this removes the pref setting of editor.use_div_for_default_newlines
since its default value was changed for several years ago and would be never
changed again.
Assignee | ||
Comment 2•5 years ago
|
||
When inserting new tests around similar existing tests, some following
tests moved to later chunk. At that time, we need to move the expected
failure sections. So, sorting by the order makes reviewers check the
moving easier.
Note that once changing the order, the order won't be modified by the generator
(mach wpt-update
).
Depends on D76465
Comment 4•5 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/1745a602e6eb
https://hg.mozilla.org/mozilla-central/rev/01fe5ad3a361
Description
•