diff --git a/mathml/presentation-markup/scripts/cramped-001.html b/mathml/presentation-markup/scripts/cramped-001.html index 029d0f6e9ace58..06a0d5fa5ca31d 100644 --- a/mathml/presentation-markup/scripts/cramped-001.html +++ b/mathml/presentation-markup/scripts/cramped-001.html @@ -8,7 +8,7 @@ - + @@ -138,6 +138,14 @@ assert_cramped("mmultiscripts-005", false, "post-superscript"); }, "mmultiscripts"); + test(function() { + assert_true(MathMLFeatureDetection.has_mspace()); + assert_cramped("css-001", false); + assert_cramped("css-002", true); + assert_cramped("css-003", true); + assert_cramped("css-004", false); + }, "element with specified CSS math-style"); + done(); } @@ -588,5 +596,31 @@
++ + + + +