summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/mathml/relations/css-styling/mozilla-393760-2.xml
diff options
context:
space:
mode:
Diffstat (limited to 'testing/web-platform/tests/mathml/relations/css-styling/mozilla-393760-2.xml')
-rw-r--r--testing/web-platform/tests/mathml/relations/css-styling/mozilla-393760-2.xml15
1 files changed, 15 insertions, 0 deletions
diff --git a/testing/web-platform/tests/mathml/relations/css-styling/mozilla-393760-2.xml b/testing/web-platform/tests/mathml/relations/css-styling/mozilla-393760-2.xml
new file mode 100644
index 0000000000..c6ebcb5ece
--- /dev/null
+++ b/testing/web-platform/tests/mathml/relations/css-styling/mozilla-393760-2.xml
@@ -0,0 +1,15 @@
+<html style="background: #88F; color: #88F;" xmlns="http://www.w3.org/1999/xhtml" xmlns:m="http://www.w3.org/1998/Math/MathML">
+ <head>
+ <link rel="help" href="https://bugzilla.mozilla.org/show_bug.cgi?id=393760"/>
+ <link rel="match" href="mozilla-393760-2-ref.xml"/>
+ </head>
+<body>
+
+<!-- Test that text that should be invisible is invisible (assuming text is drawn at all) -->
+<p>This should be invisible.</p>
+
+<!-- Test that color inherits into MathML (assuming MathML text is drawn at all) -->
+<p><m:math><m:mi>x</m:mi></m:math></p>
+
+</body>
+</html>