From db98fbdb2c2449b431f3b83add6d9d43abdae5e7 Mon Sep 17 00:00:00 2001 From: "jruderman%hmc.edu" Date: Fri, 18 Jan 2008 07:32:47 +0000 Subject: [PATCH] Try again, without the test comparing span background with mathml background. I guess that can fail if the body text font is larger than the MathML font. --- layout/reftests/bugs/393760-1-ref.xml | 27 +++++++++++++++++++++++++++ layout/reftests/bugs/393760-1.xml | 27 +++++++++++++++++++++++++++ layout/reftests/bugs/393760-2-ref.xml | 5 +++++ layout/reftests/bugs/393760-2.xml | 11 +++++++++++ layout/reftests/bugs/reftest.list | 2 ++ 5 files changed, 72 insertions(+) create mode 100644 layout/reftests/bugs/393760-1-ref.xml create mode 100644 layout/reftests/bugs/393760-1.xml create mode 100644 layout/reftests/bugs/393760-2-ref.xml create mode 100644 layout/reftests/bugs/393760-2.xml diff --git a/layout/reftests/bugs/393760-1-ref.xml b/layout/reftests/bugs/393760-1-ref.xml new file mode 100644 index 00000000000..7c0cde5d724 --- /dev/null +++ b/layout/reftests/bugs/393760-1-ref.xml @@ -0,0 +1,27 @@ + + + + +

+ X + X + X +

+ + +

+ X + X + X +

+ + +

Y

+

Y

+ + +

x

+

x

+ + + diff --git a/layout/reftests/bugs/393760-1.xml b/layout/reftests/bugs/393760-1.xml new file mode 100644 index 00000000000..c578f606868 --- /dev/null +++ b/layout/reftests/bugs/393760-1.xml @@ -0,0 +1,27 @@ + + + + +

+ X + X + X +

+ + +

+ X + X + X +

+ + +

Y

+

Y

+ + +

x

+

x

+ + + diff --git a/layout/reftests/bugs/393760-2-ref.xml b/layout/reftests/bugs/393760-2-ref.xml new file mode 100644 index 00000000000..58dd5a5d8c3 --- /dev/null +++ b/layout/reftests/bugs/393760-2-ref.xml @@ -0,0 +1,5 @@ + + + + + diff --git a/layout/reftests/bugs/393760-2.xml b/layout/reftests/bugs/393760-2.xml new file mode 100644 index 00000000000..b8e9b4ae124 --- /dev/null +++ b/layout/reftests/bugs/393760-2.xml @@ -0,0 +1,11 @@ + + + + +

This should be invisible.

+ + +

x

+ + + diff --git a/layout/reftests/bugs/reftest.list b/layout/reftests/bugs/reftest.list index 4754c7bf822..dbaa6be6a9d 100644 --- a/layout/reftests/bugs/reftest.list +++ b/layout/reftests/bugs/reftest.list @@ -540,6 +540,8 @@ skip-if(MOZ_WIDGET_TOOLKIT!="windows") == 391045.html 391045-ref.html # windows- == 393671-1.html 393671-1-ref.html == 393671-2.html 393671-2-ref.html == 393671-3.html 393671-3-ref.html +== 393760-1.xml 393760-1-ref.xml +== 393760-2.xml 393760-2-ref.xml == 394111-1.html about:blank # Really an assertion test rather than a rendering test == 394534-1.html 394534-1-ref.html == 394676-1.xhtml 394676-1-ref.xhtml