Open
Bug 1514237
Opened 6 years ago
Updated 2 years ago
[CSS Align] Firefox only Web Platform Test failures
Categories
(Core :: Layout, defect, P3)
Core
Layout
Tracking
()
NEW
People
(Reporter: automatedtester, Unassigned)
References
(Blocks 1 open bug)
Details
(Keywords: parity-chrome, parity-safari)
The following tests are firefox only failures for web platform tests as documented in https://foolip.github.io/ad-hoc-wpt-results-analysis/firefox-lone-failures.html
/css/css-align/content-distribution/parse-align-content-001.html
/css/css-align/content-distribution/parse-align-content-002.html
/css/css-align/content-distribution/parse-align-content-003.html
/css/css-align/content-distribution/parse-align-content-005.html
/css/css-align/content-distribution/parse-justify-content-001.html
/css/css-align/content-distribution/parse-justify-content-002.html
/css/css-align/content-distribution/parse-justify-content-003.html
/css/css-align/content-distribution/parse-justify-content-005.html
/css/css-align/content-distribution/place-content-shorthand-001.html
/css/css-align/content-distribution/place-content-shorthand-002.html
/css/css-align/default-alignment/parse-align-items-001.html
/css/css-align/default-alignment/parse-align-items-002.html
/css/css-align/default-alignment/parse-align-items-003.html
/css/css-align/default-alignment/parse-align-items-005.html
/css/css-align/default-alignment/parse-justify-items-001.html
/css/css-align/default-alignment/parse-justify-items-002.html
/css/css-align/default-alignment/parse-justify-items-003.html
/css/css-align/default-alignment/parse-justify-items-005.html
/css/css-align/default-alignment/place-items-shorthand-001.html
/css/css-align/default-alignment/place-items-shorthand-002.html
/css/css-align/gaps/gap-animation-001.html
/css/css-align/gaps/gap-animation-002.html
/css/css-align/gaps/gap-animation-003.html
/css/css-align/gaps/gap-animation-004.html
/css/css-align/self-alignment/parse-align-self-001.html
/css/css-align/self-alignment/parse-align-self-002.html
/css/css-align/self-alignment/parse-align-self-003.html
/css/css-align/self-alignment/parse-align-self-005.html
/css/css-align/self-alignment/parse-justify-self-001.html
/css/css-align/self-alignment/parse-justify-self-002.html
/css/css-align/self-alignment/parse-justify-self-003.html
/css/css-align/self-alignment/parse-justify-self-005.html
/css/css-align/self-alignment/place-self-shorthand-001.html
/css/css-align/self-alignment/place-self-shorthand-002.html
Reporter | ||
Updated•6 years ago
|
Component: Layout → Layout: Block and Inline
Comment 1•6 years ago
|
||
The "gap-animation" test failures are due to bug 137688 (the test is querying the computed style of the shorthand property "gap", and we're returning the empty string).
(Also, these tests cover more general layout, not specifically block&inline, so moving back to top-level "layout" component.)
Component: Layout: Block and Inline → Layout
Depends on: 137688
Comment 2•6 years ago
|
||
...and Bug 1514309 (just landed) addresses the rest of these failures. (All but the 4 "gap-animation" ones, which are bug 137688 as noted above.)
Updated•6 years ago
|
Priority: -- → P3
Reporter | ||
Updated•6 years ago
|
Keywords: parity-chrome,
parity-safari
Reporter | ||
Updated•6 years ago
|
No longer blocks: wpt.fyi-firefox-fails
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•