diff options
Diffstat (limited to 'layout/reftests/mathml/mo-invisibleoperators-2-ref.html')
-rw-r--r-- | layout/reftests/mathml/mo-invisibleoperators-2-ref.html | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/layout/reftests/mathml/mo-invisibleoperators-2-ref.html b/layout/reftests/mathml/mo-invisibleoperators-2-ref.html new file mode 100644 index 000000000..152c84cd9 --- /dev/null +++ b/layout/reftests/mathml/mo-invisibleoperators-2-ref.html @@ -0,0 +1,28 @@ +<!DOCTYPE html> +<html> + <math> + <mo>1</mo> + </math> + <p> + <math> + <mo>2</mo> + </math> + <p> + <math> + <mo>3</mo> + </math> + <p> + <math> + <mo>4</mo> + </math> + <p> + <table> + <tr> + <td style="border: 1px solid;"> + <math> + <mo>x</mo> + </math> + </td> + </tr> + </table> +</html> |