Revision b0cfc3c43dc2703b4c1fa6df63ca307cd1826b86 authored by Emilio Cobos Álvarez on 21 September 2018, 01:22:37 UTC, committed by moz-wptsync-bot on 21 September 2018, 07:43:16 UTC
In the button case we have a ::-moz-button-content pseudo-element, but this is
also an issue for tables and such.

These are supposed to be implementation details, so avoid looking at them for
preserve-3d.

I don't know how I didn't think of this on the regressing bug.

Differential Revision: https://phabricator.services.mozilla.com/D6131

bugzilla-url: https://bugzilla.mozilla.org/show_bug.cgi?id=1491864
gecko-commit: 20d5ba6677f5a9167e3cfe1963617c4e05db81f6
gecko-integration-branch: central
gecko-reviewers: mattwoodrow
1 parent ab1c117
Raw File
README
Most of this directory tests conformance to the editing spec written long ago
by Aryeh Gregor.  Nobody actually implements the spec, but the tests are still
useful for regression testing.  The files in data/ were generated from a
JavaScript implementation of the specification using a complex procedure that
can't actually be replicated right now as-is.  Editing them manually is
possible, but they're not really meant to be human-readable.  If anyone is
interested, it would be possible for Aryeh to get the test generation procedure
working again.  Or you could look into the repository history and figure out
how to do it yourself, if you're brave.

There is also a directory other/ that contains additional editor-related tests.
They aren't necessarily based on any specification, but try to specify sensible
behavior, and are meant to be helpful with regression testing for existing
implementations and finding bugs in new implementations.
back to top