From d5d3ce91b58f4c5a3958015d716e4b2333e02ac1 Mon Sep 17 00:00:00 2001 From: Jonathan Hage Date: Wed, 22 Jun 2011 11:55:35 -0400 Subject: [PATCH] Add reftest for the bug 650530; r=karlt --HG-- extra : rebase_source : 229c1fc19b3aeedf6b7b1c8b348d90c9d1f9193c --- .../mathml/mathml-negativespace-ref.html | 54 +++++++++++++++++++ .../reftests/mathml/mathml-negativespace.html | 53 ++++++++++++++++++ layout/reftests/mathml/reftest.list | 1 + 3 files changed, 108 insertions(+) create mode 100644 layout/reftests/mathml/mathml-negativespace-ref.html create mode 100644 layout/reftests/mathml/mathml-negativespace.html diff --git a/layout/reftests/mathml/mathml-negativespace-ref.html b/layout/reftests/mathml/mathml-negativespace-ref.html new file mode 100644 index 000000000000..0ce9bf51dabd --- /dev/null +++ b/layout/reftests/mathml/mathml-negativespace-ref.html @@ -0,0 +1,54 @@ + + + +

+ + + x y + + +

+

+ + + x y + + +

+

+ + + x y + + +

+

+ + + x y + + +

+

+ + + x y + + +

+

+ + + x y + + +

+

+ + + x y + + +

+ + diff --git a/layout/reftests/mathml/mathml-negativespace.html b/layout/reftests/mathml/mathml-negativespace.html new file mode 100644 index 000000000000..5d2724503a1a --- /dev/null +++ b/layout/reftests/mathml/mathml-negativespace.html @@ -0,0 +1,53 @@ + + + +

+ + + x y + + +

+

+ + + x y + + +

+ + + x y + + +

+

+ + + x y + + +

+

+ + + x y + + +

+

+ + + x y + + +

+

+ + + x y + + +

+ + diff --git a/layout/reftests/mathml/reftest.list b/layout/reftests/mathml/reftest.list index 7fa14fd9dd99..7e276a470779 100644 --- a/layout/reftests/mathml/reftest.list +++ b/layout/reftests/mathml/reftest.list @@ -60,3 +60,4 @@ fails == mstyle-5.xhtml mstyle-5-ref.xhtml # See bug 569125#c29 != scale-stretchy-4.xhtml scale-stretchy-4-ref.xhtml != scale-stretchy-5.xhtml scale-stretchy-5-ref.xhtml == math-as-mstyle-1.xhtml math-as-mstyle-1-ref.xhtml +== mathml-negativespace.html mathml-negativespace-ref.html