[wpt-sync] Sync PR 58617 - Fix stability of `tables-inherit-color-from-body-quirk-*`, and don't use green as a failing color
Categories
(Core :: Layout, task, P4)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox151 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 58617 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/58617
Details from upstream follow.
Oriol Brufau <obrufau@igalia.com> wrote:
Fix stability of
tables-inherit-color-from-body-quirk-*, and don't use green as a failing colorThe checks in #58571 didn't detect it, but some tests didn't have stable results.
Also, use red instead of green as a failing color.
| Assignee | ||
Comment 1•2 months ago
|
||
| Assignee | ||
Updated•2 months ago
|
| Assignee | ||
Comment 2•2 months ago
|
||
| Assignee | ||
Comment 3•2 months ago
|
||
CI Results
Ran 10 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 49 tests
Status Summary
Firefox
OK : 17
PASS: 2[GitHub] 3[Gecko-linux2204-64-wayland-debug, Gecko-linux2204-64-wayland-opt] 6977[Gecko-windows11-32-24h2-debug] 6998[Gecko-android-em-14-x86_64-debug-geckoview, Gecko-android-em-14-x86_64-lite-opt-geckoview, Gecko-android-em-14-x86_64-opt-geckoview, Gecko-linux2404-64-debug, Gecko-linux2404-64-opt, Gecko-windows11-64-24h2-debug, Gecko-windows11-64-24h2-opt]
FAIL: 2[GitHub] 8[Gecko-windows11-32-24h2-debug] 16[Gecko-android-em-14-x86_64-debug-geckoview, Gecko-android-em-14-x86_64-lite-opt-geckoview, Gecko-android-em-14-x86_64-opt-geckoview, Gecko-linux2404-64-debug, Gecko-linux2404-64-opt, Gecko-windows11-64-24h2-debug, Gecko-windows11-64-24h2-opt]
Chrome
PASS: 2
FAIL: 2
Safari
PASS: 2
FAIL: 2
Links
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
Details
New Tests That Don't Pass
- /quirks/line-height-calculation.html [wpt.fyi]
- The line height calculation quirk, span { margin:1px }<div id=test><span></span></div><div id=ref></div><div id=s_ref>x</div>:
FAIL - The line height calculation quirk, span { margin:0 1px }<div id=test><span></span></div><div id=ref></div><div id=s_ref>x</div>:
FAIL - The line height calculation quirk, span { margin:0 1px; padding:1px 0 }<div id=test><span></span></div><div id=ref></div><div id=s_ref>x</div>:
FAIL - The line height calculation quirk, span { display:inline-block; height:1px }<div id=test><i><span></span> </i></div><span id=ref></span><div id=s_ref>x</div>:
FAIL - The line height calculation quirk, div { line-height: 0;} span { margin:0 1px; line-height: normal; }<div id=test>x<span></span></div><div id=ref>x</div><div id=s_ref>x<span>x</span></div>:
FAIL
- The line height calculation quirk, span { margin:1px }<div id=test><span></span></div><div id=ref></div><div id=s_ref>x</div>:
- /quirks/percentage-height-calculation.html [wpt.fyi]
- The percentage height calculation quirk, <html xmlns="{html}"><head><style>#test { height:100% }</style></head><body><body><div id="test"/></body></body></html>:
FAIL
- The percentage height calculation quirk, <html xmlns="{html}"><head><style>#test { height:100% }</style></head><body><body><div id="test"/></body></body></html>:
- /quirks/table-cell-width-calculation.html [wpt.fyi]
- The table cell width calculation quirk, the quirk shouldn't apply for generated content:
FAIL - The table cell width calculation quirk, the quirk shouldn't apply for <input>:
FAIL
- The table cell width calculation quirk, the quirk shouldn't apply for generated content:
- /quirks/body-fills-html-quirk-vertical.html [wpt.fyi]:
FAIL - /quirks/body-fills-html-quirk.html [wpt.fyi]:
FAIL - /quirks/html-fills-viewport-quirk-vertical.html [wpt.fyi]:
FAIL - /quirks/html-fills-viewport-quirk.html [wpt.fyi]:
FAIL - /quirks/line-height-preserved-segment-break.html [wpt.fyi]:
FAIL - /quirks/table-cell-width-calculation-abspos.html [wpt.fyi]:
FAIL - /quirks/tables-inherit-color-from-body-quirk-004.html [wpt.fyi]:
FAIL(Chrome:FAIL, Safari:FAIL) - /quirks/tables-inherit-color-from-body-quirk-005.html [wpt.fyi]:
FAIL(Chrome:FAIL, Safari:FAIL)
Comment 5•1 month ago
|
||
| bugherder | ||
Description
•