Export more MathML crashtests to WPT
Categories
(Core :: MathML, task)
Tracking
()
People
(Reporter: fredw, Assigned: fredw)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
Follow-up of bug 1795630.
We have more crashtests elsewhere that we might want to be exported to WPT:
https://searchfox.org/mozilla-central/search?q=%3Cmath%7Cmathml&path=crashtest&case=true®exp=true
Also in D159491, 400157.xhtml
was just removed because of the use of SpecialPowers
to trigger zoom changes. Maybe we can just keep it as an internal WPT test in testing/web-platform/mozilla/tests/mathml/
...
Assignee | ||
Comment 1•1 year ago
|
||
Follow-up of bug 1795630 for some crashtests that were not in mathml
directories. The list was extracted in a subjective way from [1] by
looking at some tests that seem to contain essentially MathML with
some simple HTML or CSS. The changes to crashtest.list
files have
been generated by [2].
[1] https://searchfox.org/mozilla-central/search?q=%3Cmath%7Cmathml&path=crashtest&case=true®exp=true
[2] for file in $(^Ct ~/list-of-tests.txt); do D=$(dirname $file); F=$(filename $file); sed -i "/$F/d" $D/crashtests.list; done
Updated•1 year ago
|
Assignee | ||
Comment 2•1 year ago
|
||
(In reply to Frédéric Wang (:fredw) from comment #0)
Also in D159491,
400157.xhtml
was just removed because of the use ofSpecialPowers
to trigger zoom changes. Maybe we can just keep it as an internal WPT test intesting/web-platform/mozilla/tests/mathml/
...
I stand corrected, it seems SpecialPowers
is not available for internal WPT crashtests either, so let's forget about this one.
Assignee | ||
Updated•1 year ago
|
Assignee | ||
Comment 5•1 year ago
|
||
(In reply to Frédéric Wang (:fredw) from comment #0)
We have more crashtests elsewhere that we might want to be exported to WPT:
https://searchfox.org/mozilla-central/search?q=%3Cmath%7Cmathml&path=crashtest&case=true®exp=true
I went over the list again. There could be more crashtests that could be considered "essentially MathML-related" but that's not necessarily obvious. Maybe legacy crashtests should be exported to a more general WPT directory than mathml
if we want to. Anyway, closing this bug now.
Updated•1 year ago
|
Description
•