From 1ab362483f5ab527438f4f7e5e5ad78ce45b874c Mon Sep 17 00:00:00 2001 From: Andrii Zui Date: Sat, 9 Jun 2012 14:22:41 -0400 Subject: [PATCH] Bug 749044 - Dynamic reftests for selection attribute and maction rendering. r=karlt --- .../mathml/maction-dynamic-3-ref.html | 35 +++++ layout/reftests/mathml/maction-dynamic-3.html | 137 ++++++++++++++++++ layout/reftests/mathml/reftest.list | 1 + 3 files changed, 173 insertions(+) create mode 100644 layout/reftests/mathml/maction-dynamic-3-ref.html create mode 100644 layout/reftests/mathml/maction-dynamic-3.html diff --git a/layout/reftests/mathml/maction-dynamic-3-ref.html b/layout/reftests/mathml/maction-dynamic-3-ref.html new file mode 100644 index 00000000000..832c8cab6a4 --- /dev/null +++ b/layout/reftests/mathml/maction-dynamic-3-ref.html @@ -0,0 +1,35 @@ + + +dynamic maction 3 + + + + + + +

x

+ +

__1__

+ +

__1__

+ +

x

+ +

x

+ +

__1__

+ +

__1__

+ +

__1__

+ +

__1__

+ +

__1__

+ +

__1__

+ +

x

+ + + diff --git a/layout/reftests/mathml/maction-dynamic-3.html b/layout/reftests/mathml/maction-dynamic-3.html new file mode 100644 index 00000000000..c6dea05f60c --- /dev/null +++ b/layout/reftests/mathml/maction-dynamic-3.html @@ -0,0 +1,137 @@ + + +dynamic maction 3 + + + + +

+ + + __1__ + __2__ + + +

+ +

+ + + __1__ + __2__ + + +

+ +

+ + + __1__ + __2__ + + +

+ +

+ + + __1__ + __2__ + + +

+ +

+ + + __1__ + __2__ + + +

+ +

+ + + __1__ + __2__ + + +

+ +

+ + + __1__ + __2__ + + +

+ +

+ + + __1__ + __2__ + + +

+ +

+ + + __1__ + __2__ + + +

+ +

+ + + __1__ + __2__ + + +

+ +

+ + + __1__ + __2__ + + +

+ +

+ + + __1__ + __2__ + + +

+ + + + + diff --git a/layout/reftests/mathml/reftest.list b/layout/reftests/mathml/reftest.list index 906b16c4a5e..e827001cde4 100644 --- a/layout/reftests/mathml/reftest.list +++ b/layout/reftests/mathml/reftest.list @@ -101,3 +101,4 @@ fails == mstyle-5.xhtml mstyle-5-ref.xhtml # See bug 569125#c29 == maction-dynamic-embellished-op.html maction-dynamic-embellished-op-ref.html == maction-dynamic-1.html maction-dynamic-1-ref.html == maction-dynamic-2.html maction-dynamic-2-ref.html +== maction-dynamic-3.html maction-dynamic-3-ref.html