[wpt-sync] Sync PR 28040 - HTML: Test rendering of ol, ul, menu, li, dir, dl, dt, dd
Categories
(Core :: DOM: Core & HTML, task, P4)
Tracking
()
Tracking | Status | |
---|---|---|
firefox90 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 28040 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/28040
Details from upstream follow.
b'Simon Pieters <zcorpan@gmail.com>' wrote:
HTML: Test rendering of ol, ul, menu, li, dir, dl, dt, dd
Assignee | ||
Updated•4 years ago
|
Assignee | ||
Comment 1•4 years ago
|
||
Assignee | ||
Comment 2•4 years ago
|
||
CI Results
Ran 15 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 2 tests and 1807 subtests
Status Summary
Firefox
OK : 2
PASS : 1824
FAIL : 20
Chrome
OK : 2
PASS : 1629
FAIL : 215
Safari
OK : 1
PASS : 241
CRASH: 1
FAIL : 4
Links
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
Details
Firefox-only Failures
/html/rendering/non-replaced-elements/form-controls/resets.html
<option> (in <select><optgroup>) - text-align: FAIL
<optgroup> - line-height: FAIL
<optgroup> - text-indent: FAIL
<option> - line-height: FAIL
<option> - text-indent: FAIL
New Tests That Don't Pass
/html/rendering/non-replaced-elements/form-controls/resets.html
<option> (in <select><optgroup>) - text-align: FAIL (Chrome: PASS, Safari: PASS)
<optgroup> - line-height: FAIL (Chrome: PASS, Safari: PASS)
<optgroup> - text-indent: FAIL (Chrome: PASS, Safari: PASS)
<option> - line-height: FAIL (Chrome: PASS, Safari: PASS)
<option> - text-indent: FAIL (Chrome: PASS, Safari: PASS)
/html/rendering/non-replaced-elements/lists/lists-styles.html
<ol type="none"> - list-style-type: FAIL (Chrome: PASS)
<li type="none"> - list-style-type: FAIL (Chrome: PASS)
<ol type="NONE"> - list-style-type: FAIL (Chrome: PASS)
<li type="NONE"> - list-style-type: FAIL (Chrome: PASS)
<ol type="disc"> - list-style-type: FAIL (Chrome: PASS)
<ol type="DISC"> - list-style-type: FAIL (Chrome: PASS)
<ol type="circle"> - list-style-type: FAIL (Chrome: PASS)
<ol type="CIRCLE"> - list-style-type: FAIL (Chrome: PASS)
<ol type="square"> - list-style-type: FAIL (Chrome: PASS)
<ol type="SQUARE"> - list-style-type: FAIL (Chrome: PASS)
<ol reversed=""><li> - counter-reset: FAIL (Chrome: FAIL)
<ol start="20" reversed=""><li> - counter-reset: FAIL
<ol start="20xyz" reversed=""><li> - counter-reset: FAIL
<ol start="20e10" reversed=""><li> - counter-reset: FAIL
<ol start="xyz" reversed=""><li> - counter-reset: FAIL
Comment 4•4 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/65075978cd74
https://hg.mozilla.org/mozilla-central/rev/e4b77d032328
Description
•