Bug 227122
Summary: | [REGRESSION r238774?] [GTK] imported/w3c/web-platform-tests/mathml/relations/css-styling/padding-border-margin/margin-003.html is failing | ||
---|---|---|---|
Product: | WebKit | Reporter: | Eleni Maria Stea <estea> |
Component: | New Bugs | Assignee: | Nobody <webkit-unassigned> |
Status: | NEW | ||
Severity: | Normal | CC: | cdumez, dpino |
Priority: | P2 | ||
Version: | WebKit Local Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Eleni Maria Stea
Test imported/w3c/web-platform-tests/mathml/relations/css-styling/padding-border-margin/margin-003.html is failing (after revision r238774@main?)
The errors:
FAIL Margin properties on the children of menclose assert_approx_equals: inline size expected 56.15625 +/- 1 but got 31.15625
FAIL Margin properties on the children of merror assert_approx_equals: inline size expected 45 +/- 1 but got 20
FAIL Margin properties on the children of mfrac assert_approx_equals: inline size expected 45 +/- 1 but got 20
FAIL Margin properties on the children of mmultiscripts assert_approx_equals: inline size expected 90.890625 +/- 1 but got 40.890625
FAIL Margin properties on the children of mover assert_approx_equals: inline size expected 45 +/- 1 but got 20
FAIL Margin properties on the children of mpadded assert_approx_equals: inline size expected 45 +/- 1 but got 20
FAIL Margin properties on the children of mphantom assert_approx_equals: inline size expected 45 +/- 1 but got 20
FAIL Margin properties on the children of mroot assert_approx_equals: inline size expected 102.546875 +/- 1 but got 52.546875
FAIL Margin properties on the children of mrow assert_approx_equals: inline size expected 45 +/- 1 but got 20
FAIL Margin properties on the children of msqrt assert_approx_equals: inline size expected 62 +/- 1 but got 37
FAIL Margin properties on the children of mstyle assert_approx_equals: inline size expected 45 +/- 1 but got 20
FAIL Margin properties on the children of msub assert_approx_equals: inline size expected 90.890625 +/- 1 but got 40.890625
FAIL Margin properties on the children of msubsup assert_approx_equals: inline size expected 90.890625 +/- 1 but got 40.890625
FAIL Margin properties on the children of msup assert_approx_equals: inline size expected 90.890625 +/- 1 but got 40.890625
FAIL Margin properties on the children of munder assert_approx_equals: inline size expected 45 +/- 1 but got 20
FAIL Margin properties on the children of munderover assert_approx_equals: inline size expected 45 +/- 1 but got 20
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Eleni Maria Stea
According to WebKit results it was passing until:
238772@main
Diego Pino
r278821 (r238774@main) updated the baselines of this test for several platforms.
https://trac.webkit.org/changeset/278821/webkit
The changeset didn't cause a regression in GTK/WPE, since the number of failures for this test is the same as before. The GLIB baseline needs to be updated.
Diego Pino
I was wrong. What r278821 did was to remove the existing port baselines for several platforms, and now only the general and GLIB baseline remains.
So it was makes sense is to remove the GLIB baseline and add the failing test to GLIB TestExpectations, using this bug as bug number.