Bug 180351
Summary: | Add script test for stretching non-embellished operators in munderover | ||
---|---|---|---|
Product: | WebKit | Reporter: | Frédéric Wang (:fredw) <fred.wang> |
Component: | MathML | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED DUPLICATE | ||
Severity: | Normal | CC: | lambda |
Priority: | P2 | ||
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Bug Depends on: | |||
Bug Blocks: | 179682 |
Frédéric Wang (:fredw)
Extracting this from bug 179682, as the tests should already pass now and we don't have any yet:
> The base case (no embellishments) is the most important one and is clear from the spec, so I propose you move it into a separate test and performs exhaustive testing of the combinations:
> - munder/mover/munderover
> - one, two or three stretchy operators.
> - base/under/over as the widest non-stretchy operator (is there is one) OR comparing with the max width of unstretched operators (if all operators are stretchy). You can put the operator in a <mo stretchy="false"> or an <mtext> to get the unstretched size.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Frédéric Wang (:fredw)
I stand corrected. I don't think we can write a script test without correctly setting the logical width of stretchy operators. So we need bug 179682 first.
*** This bug has been marked as a duplicate of bug 179682 ***