From 0ebf5bdf043a27fd3dfb7f92e0cb63d88954c44d Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 19 Apr 2024 03:47:29 +0200 Subject: Adding upstream version 115.8.0esr. Signed-off-by: Daniel Baumann --- ...ant-basic-transforms-with-default-font-ref.html | 15 ++ ...variant-basic-transforms-with-default-font.html | 20 +++ .../mathvariant/mathvariant-bold-fraktur-ref.html | 79 ++++++++++ .../mathvariant/mathvariant-bold-fraktur.html | 85 +++++++++++ .../mathvariant/mathvariant-bold-italic-ref.html | 137 +++++++++++++++++ .../mathvariant/mathvariant-bold-italic.html | 143 ++++++++++++++++++ .../mathml/mathvariant/mathvariant-bold-ref.html | 149 ++++++++++++++++++ .../mathvariant-bold-sans-serif-ref.html | 147 ++++++++++++++++++ .../mathvariant/mathvariant-bold-sans-serif.html | 153 +++++++++++++++++++ .../mathvariant/mathvariant-bold-script-ref.html | 79 ++++++++++ .../mathvariant/mathvariant-bold-script.html | 85 +++++++++++ .../tests/mathml/mathvariant/mathvariant-bold.html | 155 +++++++++++++++++++ .../mathvariant-case-sensitivity-ref.html | 163 ++++++++++++++++++++ .../mathvariant/mathvariant-case-sensitivity.html | 168 +++++++++++++++++++++ ...t-double-struck-font-style-font-weight-ref.html | 25 +++ ...riant-double-struck-font-style-font-weight.html | 30 ++++ .../mathvariant/mathvariant-double-struck-ref.html | 114 ++++++++++++++ .../mathvariant/mathvariant-double-struck.html | 120 +++++++++++++++ .../mathvariant/mathvariant-fraktur-ref.html | 79 ++++++++++ .../mathml/mathvariant/mathvariant-fraktur.html | 85 +++++++++++ .../mathvariant/mathvariant-initial-ref.html | 47 ++++++ .../mathml/mathvariant/mathvariant-initial.html | 53 +++++++ .../mathml/mathvariant/mathvariant-italic-ref.html | 139 +++++++++++++++++ .../mathml/mathvariant/mathvariant-italic.html | 145 ++++++++++++++++++ .../mathml/mathvariant/mathvariant-looped-ref.html | 54 +++++++ .../mathml/mathvariant/mathvariant-looped.html | 60 ++++++++ .../mathvariant/mathvariant-monospace-ref.html | 89 +++++++++++ .../mathml/mathvariant/mathvariant-monospace.html | 95 ++++++++++++ .../mathvariant-sans-serif-bold-italic-ref.html | 137 +++++++++++++++++ .../mathvariant-sans-serif-bold-italic.html | 143 ++++++++++++++++++ .../mathvariant-sans-serif-italic-ref.html | 79 ++++++++++ .../mathvariant/mathvariant-sans-serif-italic.html | 85 +++++++++++ .../mathvariant/mathvariant-sans-serif-ref.html | 89 +++++++++++ .../mathml/mathvariant/mathvariant-sans-serif.html | 95 ++++++++++++ .../mathml/mathvariant/mathvariant-script-ref.html | 79 ++++++++++ .../mathml/mathvariant/mathvariant-script.html | 85 +++++++++++ .../mathvariant/mathvariant-stretched-ref.html | 50 ++++++ .../mathml/mathvariant/mathvariant-stretched.html | 56 +++++++ .../mathml/mathvariant/mathvariant-tailed-ref.html | 42 ++++++ .../mathml/mathvariant/mathvariant-tailed.html | 48 ++++++ 40 files changed, 3701 insertions(+) create mode 100644 testing/web-platform/mozilla/tests/mathml/mathvariant/mathvariant-basic-transforms-with-default-font-ref.html create mode 100644 testing/web-platform/mozilla/tests/mathml/mathvariant/mathvariant-basic-transforms-with-default-font.html create mode 100644 testing/web-platform/mozilla/tests/mathml/mathvariant/mathvariant-bold-fraktur-ref.html create mode 100644 testing/web-platform/mozilla/tests/mathml/mathvariant/mathvariant-bold-fraktur.html create mode 100644 testing/web-platform/mozilla/tests/mathml/mathvariant/mathvariant-bold-italic-ref.html create mode 100644 testing/web-platform/mozilla/tests/mathml/mathvariant/mathvariant-bold-italic.html create mode 100644 testing/web-platform/mozilla/tests/mathml/mathvariant/mathvariant-bold-ref.html create mode 100644 testing/web-platform/mozilla/tests/mathml/mathvariant/mathvariant-bold-sans-serif-ref.html create mode 100644 testing/web-platform/mozilla/tests/mathml/mathvariant/mathvariant-bold-sans-serif.html create mode 100644 testing/web-platform/mozilla/tests/mathml/mathvariant/mathvariant-bold-script-ref.html create mode 100644 testing/web-platform/mozilla/tests/mathml/mathvariant/mathvariant-bold-script.html create mode 100644 testing/web-platform/mozilla/tests/mathml/mathvariant/mathvariant-bold.html create mode 100644 testing/web-platform/mozilla/tests/mathml/mathvariant/mathvariant-case-sensitivity-ref.html create mode 100644 testing/web-platform/mozilla/tests/mathml/mathvariant/mathvariant-case-sensitivity.html create mode 100644 testing/web-platform/mozilla/tests/mathml/mathvariant/mathvariant-double-struck-font-style-font-weight-ref.html create mode 100644 testing/web-platform/mozilla/tests/mathml/mathvariant/mathvariant-double-struck-font-style-font-weight.html create mode 100644 testing/web-platform/mozilla/tests/mathml/mathvariant/mathvariant-double-struck-ref.html create mode 100644 testing/web-platform/mozilla/tests/mathml/mathvariant/mathvariant-double-struck.html create mode 100644 testing/web-platform/mozilla/tests/mathml/mathvariant/mathvariant-fraktur-ref.html create mode 100644 testing/web-platform/mozilla/tests/mathml/mathvariant/mathvariant-fraktur.html create mode 100644 testing/web-platform/mozilla/tests/mathml/mathvariant/mathvariant-initial-ref.html create mode 100644 testing/web-platform/mozilla/tests/mathml/mathvariant/mathvariant-initial.html create mode 100644 testing/web-platform/mozilla/tests/mathml/mathvariant/mathvariant-italic-ref.html create mode 100644 testing/web-platform/mozilla/tests/mathml/mathvariant/mathvariant-italic.html create mode 100644 testing/web-platform/mozilla/tests/mathml/mathvariant/mathvariant-looped-ref.html create mode 100644 testing/web-platform/mozilla/tests/mathml/mathvariant/mathvariant-looped.html create mode 100644 testing/web-platform/mozilla/tests/mathml/mathvariant/mathvariant-monospace-ref.html create mode 100644 testing/web-platform/mozilla/tests/mathml/mathvariant/mathvariant-monospace.html create mode 100644 testing/web-platform/mozilla/tests/mathml/mathvariant/mathvariant-sans-serif-bold-italic-ref.html create mode 100644 testing/web-platform/mozilla/tests/mathml/mathvariant/mathvariant-sans-serif-bold-italic.html create mode 100644 testing/web-platform/mozilla/tests/mathml/mathvariant/mathvariant-sans-serif-italic-ref.html create mode 100644 testing/web-platform/mozilla/tests/mathml/mathvariant/mathvariant-sans-serif-italic.html create mode 100644 testing/web-platform/mozilla/tests/mathml/mathvariant/mathvariant-sans-serif-ref.html create mode 100644 testing/web-platform/mozilla/tests/mathml/mathvariant/mathvariant-sans-serif.html create mode 100644 testing/web-platform/mozilla/tests/mathml/mathvariant/mathvariant-script-ref.html create mode 100644 testing/web-platform/mozilla/tests/mathml/mathvariant/mathvariant-script.html create mode 100644 testing/web-platform/mozilla/tests/mathml/mathvariant/mathvariant-stretched-ref.html create mode 100644 testing/web-platform/mozilla/tests/mathml/mathvariant/mathvariant-stretched.html create mode 100644 testing/web-platform/mozilla/tests/mathml/mathvariant/mathvariant-tailed-ref.html create mode 100644 testing/web-platform/mozilla/tests/mathml/mathvariant/mathvariant-tailed.html (limited to 'testing/web-platform/mozilla/tests/mathml/mathvariant') diff --git a/testing/web-platform/mozilla/tests/mathml/mathvariant/mathvariant-basic-transforms-with-default-font-ref.html b/testing/web-platform/mozilla/tests/mathml/mathvariant/mathvariant-basic-transforms-with-default-font-ref.html new file mode 100644 index 0000000000..6ebfd75c2f --- /dev/null +++ b/testing/web-platform/mozilla/tests/mathml/mathvariant/mathvariant-basic-transforms-with-default-font-ref.html @@ -0,0 +1,15 @@ + + + + + Basic mathvariant transforms with the default font (reference) + + +

Test passes if you see three lines of text rendered with corresponding + italic, bold, bold-italic characters from the + Mathematical Alphanumeric Symbols block:

+

πΌπ‘‘π‘Žπ‘™π‘–π‘

+

𝐁𝐨π₯𝐝

+

π‘©π’π’π’…π‘°π’•π’‚π’π’Šπ’„

+ + diff --git a/testing/web-platform/mozilla/tests/mathml/mathvariant/mathvariant-basic-transforms-with-default-font.html b/testing/web-platform/mozilla/tests/mathml/mathvariant/mathvariant-basic-transforms-with-default-font.html new file mode 100644 index 0000000000..24c868c495 --- /dev/null +++ b/testing/web-platform/mozilla/tests/mathml/mathvariant/mathvariant-basic-transforms-with-default-font.html @@ -0,0 +1,20 @@ + + + + + Basic mathvariant transforms with the default font + + + + + + + +

Test passes if you see three lines of text rendered with corresponding + italic, bold, bold-italic characters from the + Mathematical Alphanumeric Symbols block:

+

Italic

+

Bold

+

BoldItalic

+ + diff --git a/testing/web-platform/mozilla/tests/mathml/mathvariant/mathvariant-bold-fraktur-ref.html b/testing/web-platform/mozilla/tests/mathml/mathvariant/mathvariant-bold-fraktur-ref.html new file mode 100644 index 0000000000..44588948e7 --- /dev/null +++ b/testing/web-platform/mozilla/tests/mathml/mathvariant/mathvariant-bold-fraktur-ref.html @@ -0,0 +1,79 @@ + + + + +mathvariant bold-fraktur (reference) + + + +

Test passes if all the equalities below are true.

+ 𝕬=1D56C + 𝕭=1D56D + 𝕮=1D56E + 𝕯=1D56F + 𝕰=1D570 + 𝕱=1D571 + 𝕲=1D572 + 𝕳=1D573 + 𝕴=1D574 + 𝕵=1D575
+ 𝕶=1D576 + 𝕷=1D577 + 𝕸=1D578 + 𝕹=1D579 + 𝕺=1D57A + 𝕻=1D57B + 𝕼=1D57C + 𝕽=1D57D + 𝕾=1D57E + 𝕿=1D57F
+ 𝖀=1D580 + 𝖁=1D581 + 𝖂=1D582 + 𝖃=1D583 + 𝖄=1D584 + 𝖅=1D585 + 𝖆=1D586 + 𝖇=1D587 + 𝖈=1D588 + 𝖉=1D589
+ 𝖊=1D58A + 𝖋=1D58B + 𝖌=1D58C + 𝖍=1D58D + 𝖎=1D58E + 𝖏=1D58F + 𝖐=1D590 + 𝖑=1D591 + 𝖒=1D592 + 𝖓=1D593
+ 𝖔=1D594 + 𝖕=1D595 + 𝖖=1D596 + 𝖗=1D597 + 𝖘=1D598 + 𝖙=1D599 + 𝖚=1D59A + 𝖛=1D59B + 𝖜=1D59C + 𝖝=1D59D
+ 𝖞=1D59E + 𝖟=1D59F + + diff --git a/testing/web-platform/mozilla/tests/mathml/mathvariant/mathvariant-bold-fraktur.html b/testing/web-platform/mozilla/tests/mathml/mathvariant/mathvariant-bold-fraktur.html new file mode 100644 index 0000000000..32d037603b --- /dev/null +++ b/testing/web-platform/mozilla/tests/mathml/mathvariant/mathvariant-bold-fraktur.html @@ -0,0 +1,85 @@ + + + + +mathvariant bold-fraktur + + + + + + + + + +

Test passes if all the equalities below are true.

+ A=1D56C + B=1D56D + C=1D56E + D=1D56F + E=1D570 + F=1D571 + G=1D572 + H=1D573 + I=1D574 + J=1D575
+ K=1D576 + L=1D577 + M=1D578 + N=1D579 + O=1D57A + P=1D57B + Q=1D57C + R=1D57D + S=1D57E + T=1D57F
+ U=1D580 + V=1D581 + W=1D582 + X=1D583 + Y=1D584 + Z=1D585 + a=1D586 + b=1D587 + c=1D588 + d=1D589
+ e=1D58A + f=1D58B + g=1D58C + h=1D58D + i=1D58E + j=1D58F + k=1D590 + l=1D591 + m=1D592 + n=1D593
+ o=1D594 + p=1D595 + q=1D596 + r=1D597 + s=1D598 + t=1D599 + u=1D59A + v=1D59B + w=1D59C + x=1D59D
+ y=1D59E + z=1D59F + + diff --git a/testing/web-platform/mozilla/tests/mathml/mathvariant/mathvariant-bold-italic-ref.html b/testing/web-platform/mozilla/tests/mathml/mathvariant/mathvariant-bold-italic-ref.html new file mode 100644 index 0000000000..9a93a37e35 --- /dev/null +++ b/testing/web-platform/mozilla/tests/mathml/mathvariant/mathvariant-bold-italic-ref.html @@ -0,0 +1,137 @@ + + + + +mathvariant bold-italic (reference) + + + +

Test passes if all the equalities below are true.

+ 𝑨=1D468 + 𝑩=1D469 + 𝑪=1D46A + 𝑫=1D46B + 𝑬=1D46C + 𝑭=1D46D + 𝑮=1D46E + 𝑯=1D46F + 𝑰=1D470 + 𝑱=1D471
+ 𝑲=1D472 + 𝑳=1D473 + 𝑴=1D474 + 𝑵=1D475 + 𝑶=1D476 + 𝑷=1D477 + 𝑸=1D478 + 𝑹=1D479 + 𝑺=1D47A + 𝑻=1D47B
+ 𝑼=1D47C + 𝑽=1D47D + 𝑾=1D47E + 𝑿=1D47F + 𝒀=1D480 + 𝒁=1D481 + 𝒂=1D482 + 𝒃=1D483 + 𝒄=1D484 + 𝒅=1D485
+ 𝒆=1D486 + 𝒇=1D487 + 𝒈=1D488 + 𝒉=1D489 + 𝒊=1D48A + 𝒋=1D48B + 𝒌=1D48C + 𝒍=1D48D + 𝒎=1D48E + 𝒏=1D48F
+ 𝒐=1D490 + 𝒑=1D491 + 𝒒=1D492 + 𝒓=1D493 + 𝒔=1D494 + 𝒕=1D495 + 𝒖=1D496 + 𝒗=1D497 + 𝒘=1D498 + 𝒙=1D499
+ 𝒚=1D49A + 𝒛=1D49B + 𝜜=1D71C + 𝜝=1D71D + 𝜞=1D71E + 𝜟=1D71F + 𝜠=1D720 + 𝜡=1D721 + 𝜢=1D722 + 𝜣=1D723
+ 𝜤=1D724 + 𝜥=1D725 + 𝜦=1D726 + 𝜧=1D727 + 𝜨=1D728 + 𝜩=1D729 + 𝜪=1D72A + 𝜫=1D72B + 𝜬=1D72C + 𝜭=1D72D
+ 𝜮=1D72E + 𝜯=1D72F + 𝜰=1D730 + 𝜱=1D731 + 𝜲=1D732 + 𝜳=1D733 + 𝜴=1D734 + 𝜵=1D735 + 𝜶=1D736 + 𝜷=1D737
+ 𝜸=1D738 + 𝜹=1D739 + 𝜺=1D73A + 𝜻=1D73B + 𝜼=1D73C + 𝜽=1D73D + 𝜾=1D73E + 𝜿=1D73F + 𝝀=1D740 + 𝝁=1D741
+ 𝝂=1D742 + 𝝃=1D743 + 𝝄=1D744 + 𝝅=1D745 + 𝝆=1D746 + 𝝇=1D747 + 𝝈=1D748 + 𝝉=1D749 + 𝝊=1D74A + 𝝋=1D74B
+ 𝝌=1D74C + 𝝍=1D74D + 𝝎=1D74E + 𝝏=1D74F + 𝝐=1D750 + 𝝑=1D751 + 𝝒=1D752 + 𝝓=1D753 + 𝝔=1D754 + 𝝕=1D755
+ + diff --git a/testing/web-platform/mozilla/tests/mathml/mathvariant/mathvariant-bold-italic.html b/testing/web-platform/mozilla/tests/mathml/mathvariant/mathvariant-bold-italic.html new file mode 100644 index 0000000000..725559a571 --- /dev/null +++ b/testing/web-platform/mozilla/tests/mathml/mathvariant/mathvariant-bold-italic.html @@ -0,0 +1,143 @@ + + + + +mathvariant bold-italic + + + + + + + + + +

Test passes if all the equalities below are true.

+ A=1D468 + B=1D469 + C=1D46A + D=1D46B + E=1D46C + F=1D46D + G=1D46E + H=1D46F + I=1D470 + J=1D471
+ K=1D472 + L=1D473 + M=1D474 + N=1D475 + O=1D476 + P=1D477 + Q=1D478 + R=1D479 + S=1D47A + T=1D47B
+ U=1D47C + V=1D47D + W=1D47E + X=1D47F + Y=1D480 + Z=1D481 + a=1D482 + b=1D483 + c=1D484 + d=1D485
+ e=1D486 + f=1D487 + g=1D488 + h=1D489 + i=1D48A + j=1D48B + k=1D48C + l=1D48D + m=1D48E + n=1D48F
+ o=1D490 + p=1D491 + q=1D492 + r=1D493 + s=1D494 + t=1D495 + u=1D496 + v=1D497 + w=1D498 + x=1D499
+ y=1D49A + z=1D49B + Α=1D71C + Β=1D71D + Γ=1D71E + Δ=1D71F + Ε=1D720 + Ζ=1D721 + Η=1D722 + Θ=1D723
+ Ι=1D724 + Κ=1D725 + Λ=1D726 + Μ=1D727 + Ν=1D728 + Ξ=1D729 + Ο=1D72A + Π=1D72B + Ρ=1D72C + ϴ=1D72D
+ Σ=1D72E + Τ=1D72F + Υ=1D730 + Φ=1D731 + Χ=1D732 + Ψ=1D733 + Ω=1D734 + =1D735 + α=1D736 + β=1D737
+ γ=1D738 + δ=1D739 + ε=1D73A + ζ=1D73B + η=1D73C + θ=1D73D + ι=1D73E + κ=1D73F + λ=1D740 + μ=1D741
+ ν=1D742 + ξ=1D743 + ο=1D744 + π=1D745 + ρ=1D746 + ς=1D747 + σ=1D748 + τ=1D749 + υ=1D74A + φ=1D74B
+ χ=1D74C + ψ=1D74D + ω=1D74E + =1D74F + ϵ=1D750 + ϑ=1D751 + ϰ=1D752 + ϕ=1D753 + ϱ=1D754 + ϖ=1D755
+ + diff --git a/testing/web-platform/mozilla/tests/mathml/mathvariant/mathvariant-bold-ref.html b/testing/web-platform/mozilla/tests/mathml/mathvariant/mathvariant-bold-ref.html new file mode 100644 index 0000000000..ac24ab5b00 --- /dev/null +++ b/testing/web-platform/mozilla/tests/mathml/mathvariant/mathvariant-bold-ref.html @@ -0,0 +1,149 @@ + + + + +mathvariant bold (reference) + + + +

Test passes if all the equalities below are true.

+ 𝐀=1D400 + 𝐁=1D401 + 𝐂=1D402 + 𝐃=1D403 + 𝐄=1D404 + 𝐅=1D405 + 𝐆=1D406 + 𝐇=1D407 + 𝐈=1D408 + 𝐉=1D409
+ 𝐊=1D40A + 𝐋=1D40B + 𝐌=1D40C + 𝐍=1D40D + 𝐎=1D40E + 𝐏=1D40F + 𝐐=1D410 + 𝐑=1D411 + 𝐒=1D412 + 𝐓=1D413
+ 𝐔=1D414 + 𝐕=1D415 + 𝐖=1D416 + 𝐗=1D417 + 𝐘=1D418 + 𝐙=1D419 + 𝐚=1D41A + 𝐛=1D41B + 𝐜=1D41C + 𝐝=1D41D
+ 𝐞=1D41E + 𝐟=1D41F + 𝐠=1D420 + 𝐡=1D421 + 𝐢=1D422 + 𝐣=1D423 + 𝐤=1D424 + 𝐥=1D425 + 𝐦=1D426 + 𝐧=1D427
+ 𝐨=1D428 + 𝐩=1D429 + 𝐪=1D42A + 𝐫=1D42B + 𝐬=1D42C + 𝐭=1D42D + 𝐮=1D42E + 𝐯=1D42F + 𝐰=1D430 + 𝐱=1D431
+ 𝐲=1D432 + 𝐳=1D433 + 𝚨=1D6A8 + 𝚩=1D6A9 + 𝚪=1D6AA + 𝚫=1D6AB + 𝚬=1D6AC + 𝚭=1D6AD + 𝚮=1D6AE + 𝚯=1D6AF
+ 𝚰=1D6B0 + 𝚱=1D6B1 + 𝚲=1D6B2 + 𝚳=1D6B3 + 𝚴=1D6B4 + 𝚵=1D6B5 + 𝚶=1D6B6 + 𝚷=1D6B7 + 𝚸=1D6B8 + 𝚹=1D6B9
+ 𝚺=1D6BA + 𝚻=1D6BB + 𝚼=1D6BC + 𝚽=1D6BD + 𝚾=1D6BE + 𝚿=1D6BF + 𝛀=1D6C0 + 𝛁=1D6C1 + 𝛂=1D6C2 + 𝛃=1D6C3
+ 𝛄=1D6C4 + 𝛅=1D6C5 + 𝛆=1D6C6 + 𝛇=1D6C7 + 𝛈=1D6C8 + 𝛉=1D6C9 + 𝛊=1D6CA + 𝛋=1D6CB + 𝛌=1D6CC + 𝛍=1D6CD
+ 𝛎=1D6CE + 𝛏=1D6CF + 𝛐=1D6D0 + 𝛑=1D6D1 + 𝛒=1D6D2 + 𝛓=1D6D3 + 𝛔=1D6D4 + 𝛕=1D6D5 + 𝛖=1D6D6 + 𝛗=1D6D7
+ 𝛘=1D6D8 + 𝛙=1D6D9 + 𝛚=1D6DA + 𝛛=1D6DB + 𝛜=1D6DC + 𝛝=1D6DD + 𝛞=1D6DE + 𝛟=1D6DF + 𝛠=1D6E0 + 𝛡=1D6E1
+ 𝟊=1D7CA + 𝟋=1D7CB + 𝟎=1D7CE + 𝟏=1D7CF + 𝟐=1D7D0 + 𝟑=1D7D1 + 𝟒=1D7D2 + 𝟓=1D7D3 + 𝟔=1D7D4 + 𝟕=1D7D5
+ 𝟖=1D7D6 + 𝟗=1D7D7 + + diff --git a/testing/web-platform/mozilla/tests/mathml/mathvariant/mathvariant-bold-sans-serif-ref.html b/testing/web-platform/mozilla/tests/mathml/mathvariant/mathvariant-bold-sans-serif-ref.html new file mode 100644 index 0000000000..78c0cc5ea6 --- /dev/null +++ b/testing/web-platform/mozilla/tests/mathml/mathvariant/mathvariant-bold-sans-serif-ref.html @@ -0,0 +1,147 @@ + + + + +mathvariant bold-sans-serif (reference) + + + +

Test passes if all the equalities below are true.

+ 𝗔=1D5D4 + 𝗕=1D5D5 + 𝗖=1D5D6 + 𝗗=1D5D7 + 𝗘=1D5D8 + 𝗙=1D5D9 + 𝗚=1D5DA + 𝗛=1D5DB + 𝗜=1D5DC + 𝗝=1D5DD
+ 𝗞=1D5DE + 𝗟=1D5DF + 𝗠=1D5E0 + 𝗡=1D5E1 + 𝗢=1D5E2 + 𝗣=1D5E3 + 𝗤=1D5E4 + 𝗥=1D5E5 + 𝗦=1D5E6 + 𝗧=1D5E7
+ 𝗨=1D5E8 + 𝗩=1D5E9 + 𝗪=1D5EA + 𝗫=1D5EB + 𝗬=1D5EC + 𝗭=1D5ED + 𝗮=1D5EE + 𝗯=1D5EF + 𝗰=1D5F0 + 𝗱=1D5F1
+ 𝗲=1D5F2 + 𝗳=1D5F3 + 𝗴=1D5F4 + 𝗵=1D5F5 + 𝗶=1D5F6 + 𝗷=1D5F7 + 𝗸=1D5F8 + 𝗹=1D5F9 + 𝗺=1D5FA + 𝗻=1D5FB
+ 𝗼=1D5FC + 𝗽=1D5FD + 𝗾=1D5FE + 𝗿=1D5FF + 𝘀=1D600 + 𝘁=1D601 + 𝘂=1D602 + 𝘃=1D603 + 𝘄=1D604 + 𝘅=1D605
+ 𝘆=1D606 + 𝘇=1D607 + 𝝖=1D756 + 𝝗=1D757 + 𝝘=1D758 + 𝝙=1D759 + 𝝚=1D75A + 𝝛=1D75B + 𝝜=1D75C + 𝝝=1D75D
+ 𝝞=1D75E + 𝝟=1D75F + 𝝠=1D760 + 𝝡=1D761 + 𝝢=1D762 + 𝝣=1D763 + 𝝤=1D764 + 𝝥=1D765 + 𝝦=1D766 + 𝝧=1D767
+ 𝝨=1D768 + 𝝩=1D769 + 𝝪=1D76A + 𝝫=1D76B + 𝝬=1D76C + 𝝭=1D76D + 𝝮=1D76E + 𝝯=1D76F + 𝝰=1D770 + 𝝱=1D771
+ 𝝲=1D772 + 𝝳=1D773 + 𝝴=1D774 + 𝝵=1D775 + 𝝶=1D776 + 𝝷=1D777 + 𝝸=1D778 + 𝝹=1D779 + 𝝺=1D77A + 𝝻=1D77B
+ 𝝼=1D77C + 𝝽=1D77D + 𝝾=1D77E + 𝝿=1D77F + 𝞀=1D780 + 𝞁=1D781 + 𝞂=1D782 + 𝞃=1D783 + 𝞄=1D784 + 𝞅=1D785
+ 𝞆=1D786 + 𝞇=1D787 + 𝞈=1D788 + 𝞉=1D789 + 𝞊=1D78A + 𝞋=1D78B + 𝞌=1D78C + 𝞍=1D78D + 𝞎=1D78E + 𝞏=1D78F
+ 𝟬=1D7EC + 𝟭=1D7ED + 𝟮=1D7EE + 𝟯=1D7EF + 𝟰=1D7F0 + 𝟱=1D7F1 + 𝟲=1D7F2 + 𝟳=1D7F3 + 𝟴=1D7F4 + 𝟵=1D7F5
+ + diff --git a/testing/web-platform/mozilla/tests/mathml/mathvariant/mathvariant-bold-sans-serif.html b/testing/web-platform/mozilla/tests/mathml/mathvariant/mathvariant-bold-sans-serif.html new file mode 100644 index 0000000000..0e0662dff6 --- /dev/null +++ b/testing/web-platform/mozilla/tests/mathml/mathvariant/mathvariant-bold-sans-serif.html @@ -0,0 +1,153 @@ + + + + +mathvariant bold-sans-serif + + + + + + + + + +

Test passes if all the equalities below are true.

+ A=1D5D4 + B=1D5D5 + C=1D5D6 + D=1D5D7 + E=1D5D8 + F=1D5D9 + G=1D5DA + H=1D5DB + I=1D5DC + J=1D5DD
+ K=1D5DE + L=1D5DF + M=1D5E0 + N=1D5E1 + O=1D5E2 + P=1D5E3 + Q=1D5E4 + R=1D5E5 + S=1D5E6 + T=1D5E7
+ U=1D5E8 + V=1D5E9 + W=1D5EA + X=1D5EB + Y=1D5EC + Z=1D5ED + a=1D5EE + b=1D5EF + c=1D5F0 + d=1D5F1
+ e=1D5F2 + f=1D5F3 + g=1D5F4 + h=1D5F5 + i=1D5F6 + j=1D5F7 + k=1D5F8 + l=1D5F9 + m=1D5FA + n=1D5FB
+ o=1D5FC + p=1D5FD + q=1D5FE + r=1D5FF + s=1D600 + t=1D601 + u=1D602 + v=1D603 + w=1D604 + x=1D605
+ y=1D606 + z=1D607 + Α=1D756 + Β=1D757 + Γ=1D758 + Δ=1D759 + Ε=1D75A + Ζ=1D75B + Η=1D75C + Θ=1D75D
+ Ι=1D75E + Κ=1D75F + Λ=1D760 + Μ=1D761 + Ν=1D762 + Ξ=1D763 + Ο=1D764 + Π=1D765 + Ρ=1D766 + ϴ=1D767
+ Σ=1D768 + Τ=1D769 + Υ=1D76A + Φ=1D76B + Χ=1D76C + Ψ=1D76D + Ω=1D76E + =1D76F + α=1D770 + β=1D771
+ γ=1D772 + δ=1D773 + ε=1D774 + ζ=1D775 + η=1D776 + θ=1D777 + ι=1D778 + κ=1D779 + λ=1D77A + μ=1D77B
+ ν=1D77C + ξ=1D77D + ο=1D77E + π=1D77F + ρ=1D780 + ς=1D781 + σ=1D782 + τ=1D783 + υ=1D784 + φ=1D785
+ χ=1D786 + ψ=1D787 + ω=1D788 + =1D789 + ϵ=1D78A + ϑ=1D78B + ϰ=1D78C + ϕ=1D78D + ϱ=1D78E + ϖ=1D78F
+ 0=1D7EC + 1=1D7ED + 2=1D7EE + 3=1D7EF + 4=1D7F0 + 5=1D7F1 + 6=1D7F2 + 7=1D7F3 + 8=1D7F4 + 9=1D7F5
+ + diff --git a/testing/web-platform/mozilla/tests/mathml/mathvariant/mathvariant-bold-script-ref.html b/testing/web-platform/mozilla/tests/mathml/mathvariant/mathvariant-bold-script-ref.html new file mode 100644 index 0000000000..ef11f7fb8f --- /dev/null +++ b/testing/web-platform/mozilla/tests/mathml/mathvariant/mathvariant-bold-script-ref.html @@ -0,0 +1,79 @@ + + + + +mathvariant bold-script (reference) + + + +

Test passes if all the equalities below are true.

+ 𝓐=1D4D0 + 𝓑=1D4D1 + 𝓒=1D4D2 + 𝓓=1D4D3 + 𝓔=1D4D4 + 𝓕=1D4D5 + 𝓖=1D4D6 + 𝓗=1D4D7 + 𝓘=1D4D8 + 𝓙=1D4D9
+ 𝓚=1D4DA + 𝓛=1D4DB + 𝓜=1D4DC + 𝓝=1D4DD + 𝓞=1D4DE + 𝓟=1D4DF + 𝓠=1D4E0 + 𝓡=1D4E1 + 𝓢=1D4E2 + 𝓣=1D4E3
+ 𝓤=1D4E4 + 𝓥=1D4E5 + 𝓦=1D4E6 + 𝓧=1D4E7 + 𝓨=1D4E8 + 𝓩=1D4E9 + 𝓪=1D4EA + 𝓫=1D4EB + 𝓬=1D4EC + 𝓭=1D4ED
+ 𝓮=1D4EE + 𝓯=1D4EF + 𝓰=1D4F0 + 𝓱=1D4F1 + 𝓲=1D4F2 + 𝓳=1D4F3 + 𝓴=1D4F4 + 𝓵=1D4F5 + 𝓶=1D4F6 + 𝓷=1D4F7
+ 𝓸=1D4F8 + 𝓹=1D4F9 + 𝓺=1D4FA + 𝓻=1D4FB + 𝓼=1D4FC + 𝓽=1D4FD + 𝓾=1D4FE + 𝓿=1D4FF + 𝔀=1D500 + 𝔁=1D501
+ 𝔂=1D502 + 𝔃=1D503 + + diff --git a/testing/web-platform/mozilla/tests/mathml/mathvariant/mathvariant-bold-script.html b/testing/web-platform/mozilla/tests/mathml/mathvariant/mathvariant-bold-script.html new file mode 100644 index 0000000000..0e775949f9 --- /dev/null +++ b/testing/web-platform/mozilla/tests/mathml/mathvariant/mathvariant-bold-script.html @@ -0,0 +1,85 @@ + + + + +mathvariant bold-script + + + + + + + + + +

Test passes if all the equalities below are true.

+ A=1D4D0 + B=1D4D1 + C=1D4D2 + D=1D4D3 + E=1D4D4 + F=1D4D5 + G=1D4D6 + H=1D4D7 + I=1D4D8 + J=1D4D9
+ K=1D4DA + L=1D4DB + M=1D4DC + N=1D4DD + O=1D4DE + P=1D4DF + Q=1D4E0 + R=1D4E1 + S=1D4E2 + T=1D4E3
+ U=1D4E4 + V=1D4E5 + W=1D4E6 + X=1D4E7 + Y=1D4E8 + Z=1D4E9 + a=1D4EA + b=1D4EB + c=1D4EC + d=1D4ED
+ e=1D4EE + f=1D4EF + g=1D4F0 + h=1D4F1 + i=1D4F2 + j=1D4F3 + k=1D4F4 + l=1D4F5 + m=1D4F6 + n=1D4F7
+ o=1D4F8 + p=1D4F9 + q=1D4FA + r=1D4FB + s=1D4FC + t=1D4FD + u=1D4FE + v=1D4FF + w=1D500 + x=1D501
+ y=1D502 + z=1D503 + + diff --git a/testing/web-platform/mozilla/tests/mathml/mathvariant/mathvariant-bold.html b/testing/web-platform/mozilla/tests/mathml/mathvariant/mathvariant-bold.html new file mode 100644 index 0000000000..db5f4755be --- /dev/null +++ b/testing/web-platform/mozilla/tests/mathml/mathvariant/mathvariant-bold.html @@ -0,0 +1,155 @@ + + + + +mathvariant bold + + + + + + + + + +

Test passes if all the equalities below are true.

+ A=1D400 + B=1D401 + C=1D402 + D=1D403 + E=1D404 + F=1D405 + G=1D406 + H=1D407 + I=1D408 + J=1D409
+ K=1D40A + L=1D40B + M=1D40C + N=1D40D + O=1D40E + P=1D40F + Q=1D410 + R=1D411 + S=1D412 + T=1D413
+ U=1D414 + V=1D415 + W=1D416 + X=1D417 + Y=1D418 + Z=1D419 + a=1D41A + b=1D41B + c=1D41C + d=1D41D
+ e=1D41E + f=1D41F + g=1D420 + h=1D421 + i=1D422 + j=1D423 + k=1D424 + l=1D425 + m=1D426 + n=1D427
+ o=1D428 + p=1D429 + q=1D42A + r=1D42B + s=1D42C + t=1D42D + u=1D42E + v=1D42F + w=1D430 + x=1D431
+ y=1D432 + z=1D433 + Α=1D6A8 + Β=1D6A9 + Γ=1D6AA + Δ=1D6AB + Ε=1D6AC + Ζ=1D6AD + Η=1D6AE + Θ=1D6AF
+ Ι=1D6B0 + Κ=1D6B1 + Λ=1D6B2 + Μ=1D6B3 + Ν=1D6B4 + Ξ=1D6B5 + Ο=1D6B6 + Π=1D6B7 + Ρ=1D6B8 + ϴ=1D6B9
+ Σ=1D6BA + Τ=1D6BB + Υ=1D6BC + Φ=1D6BD + Χ=1D6BE + Ψ=1D6BF + Ω=1D6C0 + =1D6C1 + α=1D6C2 + β=1D6C3
+ γ=1D6C4 + δ=1D6C5 + ε=1D6C6 + ζ=1D6C7 + η=1D6C8 + θ=1D6C9 + ι=1D6CA + κ=1D6CB + λ=1D6CC + μ=1D6CD
+ ν=1D6CE + ξ=1D6CF + ο=1D6D0 + π=1D6D1 + ρ=1D6D2 + ς=1D6D3 + σ=1D6D4 + τ=1D6D5 + υ=1D6D6 + φ=1D6D7
+ χ=1D6D8 + ψ=1D6D9 + ω=1D6DA + =1D6DB + ϵ=1D6DC + ϑ=1D6DD + ϰ=1D6DE + ϕ=1D6DF + ϱ=1D6E0 + ϖ=1D6E1
+ Ϝ=1D7CA + ϝ=1D7CB + 0=1D7CE + 1=1D7CF + 2=1D7D0 + 3=1D7D1 + 4=1D7D2 + 5=1D7D3 + 6=1D7D4 + 7=1D7D5
+ 8=1D7D6 + 9=1D7D7 + + diff --git a/testing/web-platform/mozilla/tests/mathml/mathvariant/mathvariant-case-sensitivity-ref.html b/testing/web-platform/mozilla/tests/mathml/mathvariant/mathvariant-case-sensitivity-ref.html new file mode 100644 index 0000000000..28d9acc1f4 --- /dev/null +++ b/testing/web-platform/mozilla/tests/mathml/mathvariant/mathvariant-case-sensitivity-ref.html @@ -0,0 +1,163 @@ + + + + +mathvariant case sensitivity + + +

+ + 𝕬 + +

+

+ + 𝐀 + +

+

+ + 𝑨 + +

+

+ + 𝗔 + +

+

+ + 𝓐 + +

+

+ + 𝔸 + +

+

+ + 𝔄 + +

+

+ + 𞸰 + +

+

+ + 𝐴 + +

+

+ + 𞺐 + +

+

+ + 𝙰 + +

+

+ + 𝘼 + +

+

+ + 𝖠 + +

+

+ + 𝘈 + +

+

+ + 𝒜 + +

+

+ + 𞹰 + +

+

+ + 𞹒 + +

+ + diff --git a/testing/web-platform/mozilla/tests/mathml/mathvariant/mathvariant-case-sensitivity.html b/testing/web-platform/mozilla/tests/mathml/mathvariant/mathvariant-case-sensitivity.html new file mode 100644 index 0000000000..21c8300a7a --- /dev/null +++ b/testing/web-platform/mozilla/tests/mathml/mathvariant/mathvariant-case-sensitivity.html @@ -0,0 +1,168 @@ + + + + +mathvariant case sensitivity + + + + + + + +

+ + A + +

+

+ + A + +

+

+ + A + +

+

+ + A + +

+

+ + A + +

+

+ + A + +

+

+ + A + +

+

+ + ف + +

+

+ + A + +

+

+ + ف + +

+

+ + A + +

+

+ + A + +

+

+ + A + +

+

+ + A + +

+

+ + A + +

+

+ + ف + +

+

+ + ق + +

+ + diff --git a/testing/web-platform/mozilla/tests/mathml/mathvariant/mathvariant-double-struck-font-style-font-weight-ref.html b/testing/web-platform/mozilla/tests/mathml/mathvariant/mathvariant-double-struck-font-style-font-weight-ref.html new file mode 100644 index 0000000000..817723a62d --- /dev/null +++ b/testing/web-platform/mozilla/tests/mathml/mathvariant/mathvariant-double-struck-font-style-font-weight-ref.html @@ -0,0 +1,25 @@ + + + + + mathvariant="double-struck" and font-style/font-weight (reference) + + + +

Test passes if you see three lines with text 𞺡 respectively rendered with italic, bold and bold-italic style:

+

𞺡

+

𞺡

+

𞺡

+ + diff --git a/testing/web-platform/mozilla/tests/mathml/mathvariant/mathvariant-double-struck-font-style-font-weight.html b/testing/web-platform/mozilla/tests/mathml/mathvariant/mathvariant-double-struck-font-style-font-weight.html new file mode 100644 index 0000000000..2e283e1d70 --- /dev/null +++ b/testing/web-platform/mozilla/tests/mathml/mathvariant/mathvariant-double-struck-font-style-font-weight.html @@ -0,0 +1,30 @@ + + + + + mathvariant="double-struck" and font-style/font-weight + + + + + + + + +

Test passes if you see three lines with text 𞺡 respectively rendered with italic, bold and bold-italic style:

+

ب

+

ب

+

ب

+ + diff --git a/testing/web-platform/mozilla/tests/mathml/mathvariant/mathvariant-double-struck-ref.html b/testing/web-platform/mozilla/tests/mathml/mathvariant/mathvariant-double-struck-ref.html new file mode 100644 index 0000000000..ebdb7a15b0 --- /dev/null +++ b/testing/web-platform/mozilla/tests/mathml/mathvariant/mathvariant-double-struck-ref.html @@ -0,0 +1,114 @@ + + + + +mathvariant double-struck (reference) + + + +

Test passes if all the equalities below are true.

+ 𝔸=1D538 + 𝔹=1D539 + =02102 + 𝔻=1D53B + 𝔼=1D53C + 𝔽=1D53D + 𝔾=1D53E + =0210D + 𝕀=1D540 + 𝕁=1D541
+ 𝕂=1D542 + 𝕃=1D543 + 𝕄=1D544 + =02115 + 𝕆=1D546 + =02119 + =0211A + =0211D + 𝕊=1D54A + 𝕋=1D54B
+ 𝕌=1D54C + 𝕍=1D54D + 𝕎=1D54E + 𝕏=1D54F + 𝕐=1D550 + =02124 + 𝕒=1D552 + 𝕓=1D553 + 𝕔=1D554 + 𝕕=1D555
+ 𝕖=1D556 + 𝕗=1D557 + 𝕘=1D558 + 𝕙=1D559 + 𝕚=1D55A + 𝕛=1D55B + 𝕜=1D55C + 𝕝=1D55D + 𝕞=1D55E + 𝕟=1D55F
+ 𝕠=1D560 + 𝕡=1D561 + 𝕢=1D562 + 𝕣=1D563 + 𝕤=1D564 + 𝕥=1D565 + 𝕦=1D566 + 𝕧=1D567 + 𝕨=1D568 + 𝕩=1D569
+ 𝕪=1D56A + 𝕫=1D56B + 𝟘=1D7D8 + 𝟙=1D7D9 + 𝟚=1D7DA + 𝟛=1D7DB + 𝟜=1D7DC + 𝟝=1D7DD + 𝟞=1D7DE + 𝟟=1D7DF
+ 𝟠=1D7E0 + 𝟡=1D7E1 + 𞺡=1EEA1 + 𞺢=1EEA2 + 𞺣=1EEA3 + 𞺥=1EEA5 + 𞺦=1EEA6 + 𞺧=1EEA7 + 𞺨=1EEA8 + 𞺩=1EEA9
+ 𞺫=1EEAB + 𞺬=1EEAC + 𞺭=1EEAD + 𞺮=1EEAE + 𞺯=1EEAF + 𞺰=1EEB0 + 𞺱=1EEB1 + 𞺲=1EEB2 + 𞺳=1EEB3 + 𞺴=1EEB4
+ 𞺵=1EEB5 + 𞺶=1EEB6 + 𞺷=1EEB7 + 𞺸=1EEB8 + 𞺹=1EEB9 + 𞺺=1EEBA + 𞺻=1EEBB + + diff --git a/testing/web-platform/mozilla/tests/mathml/mathvariant/mathvariant-double-struck.html b/testing/web-platform/mozilla/tests/mathml/mathvariant/mathvariant-double-struck.html new file mode 100644 index 0000000000..335234ac38 --- /dev/null +++ b/testing/web-platform/mozilla/tests/mathml/mathvariant/mathvariant-double-struck.html @@ -0,0 +1,120 @@ + + + + +mathvariant double-struck + + + + + + + + + +

Test passes if all the equalities below are true.

+ A=1D538 + B=1D539 + C=02102 + D=1D53B + E=1D53C + F=1D53D + G=1D53E + H=0210D + I=1D540 + J=1D541
+ K=1D542 + L=1D543 + M=1D544 + N=02115 + O=1D546 + P=02119 + Q=0211A + R=0211D + S=1D54A + T=1D54B
+ U=1D54C + V=1D54D + W=1D54E + X=1D54F + Y=1D550 + Z=02124 + a=1D552 + b=1D553 + c=1D554 + d=1D555
+ e=1D556 + f=1D557 + g=1D558 + h=1D559 + i=1D55A + j=1D55B + k=1D55C + l=1D55D + m=1D55E + n=1D55F
+ o=1D560 + p=1D561 + q=1D562 + r=1D563 + s=1D564 + t=1D565 + u=1D566 + v=1D567 + w=1D568 + x=1D569
+ y=1D56A + z=1D56B + 0=1D7D8 + 1=1D7D9 + 2=1D7DA + 3=1D7DB + 4=1D7DC + 5=1D7DD + 6=1D7DE + 7=1D7DF
+ 8=1D7E0 + 9=1D7E1 + ب=1EEA1 + ج=1EEA2 + د=1EEA3 + و=1EEA5 + ز=1EEA6 + ح=1EEA7 + ط=1EEA8 + ي=1EEA9
+ ل=1EEAB + م=1EEAC + ن=1EEAD + س=1EEAE + ع=1EEAF + ف=1EEB0 + ص=1EEB1 + ق=1EEB2 + ر=1EEB3 + ش=1EEB4
+ ت=1EEB5 + ث=1EEB6 + خ=1EEB7 + ذ=1EEB8 + ض=1EEB9 + ظ=1EEBA + غ=1EEBB + + diff --git a/testing/web-platform/mozilla/tests/mathml/mathvariant/mathvariant-fraktur-ref.html b/testing/web-platform/mozilla/tests/mathml/mathvariant/mathvariant-fraktur-ref.html new file mode 100644 index 0000000000..3d1dd50a7d --- /dev/null +++ b/testing/web-platform/mozilla/tests/mathml/mathvariant/mathvariant-fraktur-ref.html @@ -0,0 +1,79 @@ + + + + +mathvariant fraktur (reference) + + + +

Test passes if all the equalities below are true.

+ 𝔄=1D504 + 𝔅=1D505 + =0212D + 𝔇=1D507 + 𝔈=1D508 + 𝔉=1D509 + 𝔊=1D50A + =0210C + =02111 + 𝔍=1D50D
+ 𝔎=1D50E + 𝔏=1D50F + 𝔐=1D510 + 𝔑=1D511 + 𝔒=1D512 + 𝔓=1D513 + 𝔔=1D514 + =0211C + 𝔖=1D516 + 𝔗=1D517
+ 𝔘=1D518 + 𝔙=1D519 + 𝔚=1D51A + 𝔛=1D51B + 𝔜=1D51C + =02128 + 𝔞=1D51E + 𝔟=1D51F + 𝔠=1D520 + 𝔡=1D521
+ 𝔢=1D522 + 𝔣=1D523 + 𝔤=1D524 + 𝔥=1D525 + 𝔦=1D526 + 𝔧=1D527 + 𝔨=1D528 + 𝔩=1D529 + 𝔪=1D52A + 𝔫=1D52B
+ 𝔬=1D52C + 𝔭=1D52D + 𝔮=1D52E + 𝔯=1D52F + 𝔰=1D530 + 𝔱=1D531 + 𝔲=1D532 + 𝔳=1D533 + 𝔴=1D534 + 𝔵=1D535
+ 𝔶=1D536 + 𝔷=1D537 + + diff --git a/testing/web-platform/mozilla/tests/mathml/mathvariant/mathvariant-fraktur.html b/testing/web-platform/mozilla/tests/mathml/mathvariant/mathvariant-fraktur.html new file mode 100644 index 0000000000..9c95cd06e7 --- /dev/null +++ b/testing/web-platform/mozilla/tests/mathml/mathvariant/mathvariant-fraktur.html @@ -0,0 +1,85 @@ + + + + +mathvariant fraktur + + + + + + + + + +

Test passes if all the equalities below are true.

+ A=1D504 + B=1D505 + C=0212D + D=1D507 + E=1D508 + F=1D509 + G=1D50A + H=0210C + I=02111 + J=1D50D
+ K=1D50E + L=1D50F + M=1D510 + N=1D511 + O=1D512 + P=1D513 + Q=1D514 + R=0211C + S=1D516 + T=1D517
+ U=1D518 + V=1D519 + W=1D51A + X=1D51B + Y=1D51C + Z=02128 + a=1D51E + b=1D51F + c=1D520 + d=1D521
+ e=1D522 + f=1D523 + g=1D524 + h=1D525 + i=1D526 + j=1D527 + k=1D528 + l=1D529 + m=1D52A + n=1D52B
+ o=1D52C + p=1D52D + q=1D52E + r=1D52F + s=1D530 + t=1D531 + u=1D532 + v=1D533 + w=1D534 + x=1D535
+ y=1D536 + z=1D537 + + diff --git a/testing/web-platform/mozilla/tests/mathml/mathvariant/mathvariant-initial-ref.html b/testing/web-platform/mozilla/tests/mathml/mathvariant/mathvariant-initial-ref.html new file mode 100644 index 0000000000..5d5b72a1c5 --- /dev/null +++ b/testing/web-platform/mozilla/tests/mathml/mathvariant/mathvariant-initial-ref.html @@ -0,0 +1,47 @@ + + + + +mathvariant initial (reference) + + + +

Test passes if all the equalities below are true.

+ 𞸡=1EE21 + 𞸢=1EE22 + 𞸤=1EE24 + 𞸧=1EE27 + 𞸩=1EE29 + 𞸪=1EE2A + 𞸫=1EE2B + 𞸬=1EE2C + 𞸭=1EE2D + 𞸮=1EE2E
+ 𞸯=1EE2F + 𞸰=1EE30 + 𞸱=1EE31 + 𞸲=1EE32 + 𞸴=1EE34 + 𞸵=1EE35 + 𞸶=1EE36 + 𞸷=1EE37 + 𞸹=1EE39 + 𞸻=1EE3B
+ + diff --git a/testing/web-platform/mozilla/tests/mathml/mathvariant/mathvariant-initial.html b/testing/web-platform/mozilla/tests/mathml/mathvariant/mathvariant-initial.html new file mode 100644 index 0000000000..3b0263a197 --- /dev/null +++ b/testing/web-platform/mozilla/tests/mathml/mathvariant/mathvariant-initial.html @@ -0,0 +1,53 @@ + + + + +mathvariant initial + + + + + + + + + +

Test passes if all the equalities below are true.

+ ب=1EE21 + ج=1EE22 + ه=1EE24 + ح=1EE27 + ي=1EE29 + ك=1EE2A + ل=1EE2B + م=1EE2C + ن=1EE2D + س=1EE2E
+ ع=1EE2F + ف=1EE30 + ص=1EE31 + ق=1EE32 + ش=1EE34 + ت=1EE35 + ث=1EE36 + خ=1EE37 + ض=1EE39 + غ=1EE3B
+ + diff --git a/testing/web-platform/mozilla/tests/mathml/mathvariant/mathvariant-italic-ref.html b/testing/web-platform/mozilla/tests/mathml/mathvariant/mathvariant-italic-ref.html new file mode 100644 index 0000000000..e2078c2948 --- /dev/null +++ b/testing/web-platform/mozilla/tests/mathml/mathvariant/mathvariant-italic-ref.html @@ -0,0 +1,139 @@ + + + + +mathvariant italic (reference) + + + +

Test passes if all the equalities below are true.

+ 𝐴=1D434 + 𝐵=1D435 + 𝐶=1D436 + 𝐷=1D437 + 𝐸=1D438 + 𝐹=1D439 + 𝐺=1D43A + 𝐻=1D43B + 𝐼=1D43C + 𝐽=1D43D
+ 𝐾=1D43E + 𝐿=1D43F + 𝑀=1D440 + 𝑁=1D441 + 𝑂=1D442 + 𝑃=1D443 + 𝑄=1D444 + 𝑅=1D445 + 𝑆=1D446 + 𝑇=1D447
+ 𝑈=1D448 + 𝑉=1D449 + 𝑊=1D44A + 𝑋=1D44B + 𝑌=1D44C + 𝑍=1D44D + 𝑎=1D44E + 𝑏=1D44F + 𝑐=1D450 + 𝑑=1D451
+ 𝑒=1D452 + 𝑓=1D453 + 𝑔=1D454 + =0210E + 𝑖=1D456 + 𝑗=1D457 + 𝑘=1D458 + 𝑙=1D459 + 𝑚=1D45A + 𝑛=1D45B
+ 𝑜=1D45C + 𝑝=1D45D + 𝑞=1D45E + 𝑟=1D45F + 𝑠=1D460 + 𝑡=1D461 + 𝑢=1D462 + 𝑣=1D463 + 𝑤=1D464 + 𝑥=1D465
+ 𝑦=1D466 + 𝑧=1D467 + 𝚤=1D6A4 + 𝚥=1D6A5 + 𝛢=1D6E2 + 𝛣=1D6E3 + 𝛤=1D6E4 + 𝛥=1D6E5 + 𝛦=1D6E6 + 𝛧=1D6E7
+ 𝛨=1D6E8 + 𝛩=1D6E9 + 𝛪=1D6EA + 𝛫=1D6EB + 𝛬=1D6EC + 𝛭=1D6ED + 𝛮=1D6EE + 𝛯=1D6EF + 𝛰=1D6F0 + 𝛱=1D6F1
+ 𝛲=1D6F2 + 𝛳=1D6F3 + 𝛴=1D6F4 + 𝛵=1D6F5 + 𝛶=1D6F6 + 𝛷=1D6F7 + 𝛸=1D6F8 + 𝛹=1D6F9 + 𝛺=1D6FA + 𝛻=1D6FB
+ 𝛼=1D6FC + 𝛽=1D6FD + 𝛾=1D6FE + 𝛿=1D6FF + 𝜀=1D700 + 𝜁=1D701 + 𝜂=1D702 + 𝜃=1D703 + 𝜄=1D704 + 𝜅=1D705
+ 𝜆=1D706 + 𝜇=1D707 + 𝜈=1D708 + 𝜉=1D709 + 𝜊=1D70A + 𝜋=1D70B + 𝜌=1D70C + 𝜍=1D70D + 𝜎=1D70E + 𝜏=1D70F
+ 𝜐=1D710 + 𝜑=1D711 + 𝜒=1D712 + 𝜓=1D713 + 𝜔=1D714 + 𝜕=1D715 + 𝜖=1D716 + 𝜗=1D717 + 𝜘=1D718 + 𝜙=1D719
+ 𝜚=1D71A + 𝜛=1D71B + + diff --git a/testing/web-platform/mozilla/tests/mathml/mathvariant/mathvariant-italic.html b/testing/web-platform/mozilla/tests/mathml/mathvariant/mathvariant-italic.html new file mode 100644 index 0000000000..1e6aa6512d --- /dev/null +++ b/testing/web-platform/mozilla/tests/mathml/mathvariant/mathvariant-italic.html @@ -0,0 +1,145 @@ + + + + +mathvariant italic + + + + + + + + + +

Test passes if all the equalities below are true.

+ A=1D434 + B=1D435 + C=1D436 + D=1D437 + E=1D438 + F=1D439 + G=1D43A + H=1D43B + I=1D43C + J=1D43D
+ K=1D43E + L=1D43F + M=1D440 + N=1D441 + O=1D442 + P=1D443 + Q=1D444 + R=1D445 + S=1D446 + T=1D447
+ U=1D448 + V=1D449 + W=1D44A + X=1D44B + Y=1D44C + Z=1D44D + a=1D44E + b=1D44F + c=1D450 + d=1D451
+ e=1D452 + f=1D453 + g=1D454 + h=0210E + i=1D456 + j=1D457 + k=1D458 + l=1D459 + m=1D45A + n=1D45B
+ o=1D45C + p=1D45D + q=1D45E + r=1D45F + s=1D460 + t=1D461 + u=1D462 + v=1D463 + w=1D464 + x=1D465
+ y=1D466 + z=1D467 + ı=1D6A4 + ȷ=1D6A5 + Α=1D6E2 + Β=1D6E3 + Γ=1D6E4 + Δ=1D6E5 + Ε=1D6E6 + Ζ=1D6E7
+ Η=1D6E8 + Θ=1D6E9 + Ι=1D6EA + Κ=1D6EB + Λ=1D6EC + Μ=1D6ED + Ν=1D6EE + Ξ=1D6EF + Ο=1D6F0 + Π=1D6F1
+ Ρ=1D6F2 + ϴ=1D6F3 + Σ=1D6F4 + Τ=1D6F5 + Υ=1D6F6 + Φ=1D6F7 + Χ=1D6F8 + Ψ=1D6F9 + Ω=1D6FA + =1D6FB
+ α=1D6FC + β=1D6FD + γ=1D6FE + δ=1D6FF + ε=1D700 + ζ=1D701 + η=1D702 + θ=1D703 + ι=1D704 + κ=1D705
+ λ=1D706 + μ=1D707 + ν=1D708 + ξ=1D709 + ο=1D70A + π=1D70B + ρ=1D70C + ς=1D70D + σ=1D70E + τ=1D70F
+ υ=1D710 + φ=1D711 + χ=1D712 + ψ=1D713 + ω=1D714 + =1D715 + ϵ=1D716 + ϑ=1D717 + ϰ=1D718 + ϕ=1D719
+ ϱ=1D71A + ϖ=1D71B + + diff --git a/testing/web-platform/mozilla/tests/mathml/mathvariant/mathvariant-looped-ref.html b/testing/web-platform/mozilla/tests/mathml/mathvariant/mathvariant-looped-ref.html new file mode 100644 index 0000000000..f00e5d87bb --- /dev/null +++ b/testing/web-platform/mozilla/tests/mathml/mathvariant/mathvariant-looped-ref.html @@ -0,0 +1,54 @@ + + + + +mathvariant looped (reference) + + + +

Test passes if all the equalities below are true.

+ 𞺀=1EE80 + 𞺁=1EE81 + 𞺂=1EE82 + 𞺃=1EE83 + 𞺄=1EE84 + 𞺅=1EE85 + 𞺆=1EE86 + 𞺇=1EE87 + 𞺈=1EE88 + 𞺉=1EE89
+ 𞺋=1EE8B + 𞺌=1EE8C + 𞺍=1EE8D + 𞺎=1EE8E + 𞺏=1EE8F + 𞺐=1EE90 + 𞺑=1EE91 + 𞺒=1EE92 + 𞺓=1EE93 + 𞺔=1EE94
+ 𞺕=1EE95 + 𞺖=1EE96 + 𞺗=1EE97 + 𞺘=1EE98 + 𞺙=1EE99 + 𞺚=1EE9A + 𞺛=1EE9B + + diff --git a/testing/web-platform/mozilla/tests/mathml/mathvariant/mathvariant-looped.html b/testing/web-platform/mozilla/tests/mathml/mathvariant/mathvariant-looped.html new file mode 100644 index 0000000000..b208849368 --- /dev/null +++ b/testing/web-platform/mozilla/tests/mathml/mathvariant/mathvariant-looped.html @@ -0,0 +1,60 @@ + + + + +mathvariant looped + + + + + + + + + +

Test passes if all the equalities below are true.

+ ا=1EE80 + ب=1EE81 + ج=1EE82 + د=1EE83 + ه=1EE84 + و=1EE85 + ز=1EE86 + ح=1EE87 + ط=1EE88 + ي=1EE89
+ ل=1EE8B + م=1EE8C + ن=1EE8D + س=1EE8E + ع=1EE8F + ف=1EE90 + ص=1EE91 + ق=1EE92 + ر=1EE93 + ش=1EE94
+ ت=1EE95 + ث=1EE96 + خ=1EE97 + ذ=1EE98 + ض=1EE99 + ظ=1EE9A + غ=1EE9B + + diff --git a/testing/web-platform/mozilla/tests/mathml/mathvariant/mathvariant-monospace-ref.html b/testing/web-platform/mozilla/tests/mathml/mathvariant/mathvariant-monospace-ref.html new file mode 100644 index 0000000000..1d4a0c0a52 --- /dev/null +++ b/testing/web-platform/mozilla/tests/mathml/mathvariant/mathvariant-monospace-ref.html @@ -0,0 +1,89 @@ + + + + +mathvariant monospace (reference) + + + +

Test passes if all the equalities below are true.

+ 𝙰=1D670 + 𝙱=1D671 + 𝙲=1D672 + 𝙳=1D673 + 𝙴=1D674 + 𝙵=1D675 + 𝙶=1D676 + 𝙷=1D677 + 𝙸=1D678 + 𝙹=1D679
+ 𝙺=1D67A + 𝙻=1D67B + 𝙼=1D67C + 𝙽=1D67D + 𝙾=1D67E + 𝙿=1D67F + 𝚀=1D680 + 𝚁=1D681 + 𝚂=1D682 + 𝚃=1D683
+ 𝚄=1D684 + 𝚅=1D685 + 𝚆=1D686 + 𝚇=1D687 + 𝚈=1D688 + 𝚉=1D689 + 𝚊=1D68A + 𝚋=1D68B + 𝚌=1D68C + 𝚍=1D68D
+ 𝚎=1D68E + 𝚏=1D68F + 𝚐=1D690 + 𝚑=1D691 + 𝚒=1D692 + 𝚓=1D693 + 𝚔=1D694 + 𝚕=1D695 + 𝚖=1D696 + 𝚗=1D697
+ 𝚘=1D698 + 𝚙=1D699 + 𝚚=1D69A + 𝚛=1D69B + 𝚜=1D69C + 𝚝=1D69D + 𝚞=1D69E + 𝚟=1D69F + 𝚠=1D6A0 + 𝚡=1D6A1
+ 𝚢=1D6A2 + 𝚣=1D6A3 + 𝟶=1D7F6 + 𝟷=1D7F7 + 𝟸=1D7F8 + 𝟹=1D7F9 + 𝟺=1D7FA + 𝟻=1D7FB + 𝟼=1D7FC + 𝟽=1D7FD
+ 𝟾=1D7FE + 𝟿=1D7FF + + diff --git a/testing/web-platform/mozilla/tests/mathml/mathvariant/mathvariant-monospace.html b/testing/web-platform/mozilla/tests/mathml/mathvariant/mathvariant-monospace.html new file mode 100644 index 0000000000..ad5541fe0e --- /dev/null +++ b/testing/web-platform/mozilla/tests/mathml/mathvariant/mathvariant-monospace.html @@ -0,0 +1,95 @@ + + + + +mathvariant monospace + + + + + + + + + +

Test passes if all the equalities below are true.

+ A=1D670 + B=1D671 + C=1D672 + D=1D673 + E=1D674 + F=1D675 + G=1D676 + H=1D677 + I=1D678 + J=1D679
+ K=1D67A + L=1D67B + M=1D67C + N=1D67D + O=1D67E + P=1D67F + Q=1D680 + R=1D681 + S=1D682 + T=1D683
+ U=1D684 + V=1D685 + W=1D686 + X=1D687 + Y=1D688 + Z=1D689 + a=1D68A + b=1D68B + c=1D68C + d=1D68D
+ e=1D68E + f=1D68F + g=1D690 + h=1D691 + i=1D692 + j=1D693 + k=1D694 + l=1D695 + m=1D696 + n=1D697
+ o=1D698 + p=1D699 + q=1D69A + r=1D69B + s=1D69C + t=1D69D + u=1D69E + v=1D69F + w=1D6A0 + x=1D6A1
+ y=1D6A2 + z=1D6A3 + 0=1D7F6 + 1=1D7F7 + 2=1D7F8 + 3=1D7F9 + 4=1D7FA + 5=1D7FB + 6=1D7FC + 7=1D7FD
+ 8=1D7FE + 9=1D7FF + + diff --git a/testing/web-platform/mozilla/tests/mathml/mathvariant/mathvariant-sans-serif-bold-italic-ref.html b/testing/web-platform/mozilla/tests/mathml/mathvariant/mathvariant-sans-serif-bold-italic-ref.html new file mode 100644 index 0000000000..f918db9b48 --- /dev/null +++ b/testing/web-platform/mozilla/tests/mathml/mathvariant/mathvariant-sans-serif-bold-italic-ref.html @@ -0,0 +1,137 @@ + + + + +mathvariant sans-serif-bold-italic (reference) + + + +

Test passes if all the equalities below are true.

+ 𝘼=1D63C + 𝘽=1D63D + 𝘾=1D63E + 𝘿=1D63F + 𝙀=1D640 + 𝙁=1D641 + 𝙂=1D642 + 𝙃=1D643 + 𝙄=1D644 + 𝙅=1D645
+ 𝙆=1D646 + 𝙇=1D647 + 𝙈=1D648 + 𝙉=1D649 + 𝙊=1D64A + 𝙋=1D64B + 𝙌=1D64C + 𝙍=1D64D + 𝙎=1D64E + 𝙏=1D64F
+ 𝙐=1D650 + 𝙑=1D651 + 𝙒=1D652 + 𝙓=1D653 + 𝙔=1D654 + 𝙕=1D655 + 𝙖=1D656 + 𝙗=1D657 + 𝙘=1D658 + 𝙙=1D659
+ 𝙚=1D65A + 𝙛=1D65B + 𝙜=1D65C + 𝙝=1D65D + 𝙞=1D65E + 𝙟=1D65F + 𝙠=1D660 + 𝙡=1D661 + 𝙢=1D662 + 𝙣=1D663
+ 𝙤=1D664 + 𝙥=1D665 + 𝙦=1D666 + 𝙧=1D667 + 𝙨=1D668 + 𝙩=1D669 + 𝙪=1D66A + 𝙫=1D66B + 𝙬=1D66C + 𝙭=1D66D
+ 𝙮=1D66E + 𝙯=1D66F + 𝞐=1D790 + 𝞑=1D791 + 𝞒=1D792 + 𝞓=1D793 + 𝞔=1D794 + 𝞕=1D795 + 𝞖=1D796 + 𝞗=1D797
+ 𝞘=1D798 + 𝞙=1D799 + 𝞚=1D79A + 𝞛=1D79B + 𝞜=1D79C + 𝞝=1D79D + 𝞞=1D79E + 𝞟=1D79F + 𝞠=1D7A0 + 𝞡=1D7A1
+ 𝞢=1D7A2 + 𝞣=1D7A3 + 𝞤=1D7A4 + 𝞥=1D7A5 + 𝞦=1D7A6 + 𝞧=1D7A7 + 𝞨=1D7A8 + 𝞩=1D7A9 + 𝞪=1D7AA + 𝞫=1D7AB
+ 𝞬=1D7AC + 𝞭=1D7AD + 𝞮=1D7AE + 𝞯=1D7AF + 𝞰=1D7B0 + 𝞱=1D7B1 + 𝞲=1D7B2 + 𝞳=1D7B3 + 𝞴=1D7B4 + 𝞵=1D7B5
+ 𝞶=1D7B6 + 𝞷=1D7B7 + 𝞸=1D7B8 + 𝞹=1D7B9 + 𝞺=1D7BA + 𝞻=1D7BB + 𝞼=1D7BC + 𝞽=1D7BD + 𝞾=1D7BE + 𝞿=1D7BF
+ 𝟀=1D7C0 + 𝟁=1D7C1 + 𝟂=1D7C2 + 𝟃=1D7C3 + 𝟄=1D7C4 + 𝟅=1D7C5 + 𝟆=1D7C6 + 𝟇=1D7C7 + 𝟈=1D7C8 + 𝟉=1D7C9
+ + diff --git a/testing/web-platform/mozilla/tests/mathml/mathvariant/mathvariant-sans-serif-bold-italic.html b/testing/web-platform/mozilla/tests/mathml/mathvariant/mathvariant-sans-serif-bold-italic.html new file mode 100644 index 0000000000..d51afe4345 --- /dev/null +++ b/testing/web-platform/mozilla/tests/mathml/mathvariant/mathvariant-sans-serif-bold-italic.html @@ -0,0 +1,143 @@ + + + + +mathvariant sans-serif-bold-italic + + + + + + + + + +

Test passes if all the equalities below are true.

+ A=1D63C + B=1D63D + C=1D63E + D=1D63F + E=1D640 + F=1D641 + G=1D642 + H=1D643 + I=1D644 + J=1D645
+ K=1D646 + L=1D647 + M=1D648 + N=1D649 + O=1D64A + P=1D64B + Q=1D64C + R=1D64D + S=1D64E + T=1D64F
+ U=1D650 + V=1D651 + W=1D652 + X=1D653 + Y=1D654 + Z=1D655 + a=1D656 + b=1D657 + c=1D658 + d=1D659
+ e=1D65A + f=1D65B + g=1D65C + h=1D65D + i=1D65E + j=1D65F + k=1D660 + l=1D661 + m=1D662 + n=1D663
+ o=1D664 + p=1D665 + q=1D666 + r=1D667 + s=1D668 + t=1D669 + u=1D66A + v=1D66B + w=1D66C + x=1D66D
+ y=1D66E + z=1D66F + Α=1D790 + Β=1D791 + Γ=1D792 + Δ=1D793 + Ε=1D794 + Ζ=1D795 + Η=1D796 + Θ=1D797
+ Ι=1D798 + Κ=1D799 + Λ=1D79A + Μ=1D79B + Ν=1D79C + Ξ=1D79D + Ο=1D79E + Π=1D79F + Ρ=1D7A0 + ϴ=1D7A1
+ Σ=1D7A2 + Τ=1D7A3 + Υ=1D7A4 + Φ=1D7A5 + Χ=1D7A6 + Ψ=1D7A7 + Ω=1D7A8 + =1D7A9 + α=1D7AA + β=1D7AB
+ γ=1D7AC + δ=1D7AD + ε=1D7AE + ζ=1D7AF + η=1D7B0 + θ=1D7B1 + ι=1D7B2 + κ=1D7B3 + λ=1D7B4 + μ=1D7B5
+ ν=1D7B6 + ξ=1D7B7 + ο=1D7B8 + π=1D7B9 + ρ=1D7BA + ς=1D7BB + σ=1D7BC + τ=1D7BD + υ=1D7BE + φ=1D7BF
+ χ=1D7C0 + ψ=1D7C1 + ω=1D7C2 + =1D7C3 + ϵ=1D7C4 + ϑ=1D7C5 + ϰ=1D7C6 + ϕ=1D7C7 + ϱ=1D7C8 + ϖ=1D7C9
+ + diff --git a/testing/web-platform/mozilla/tests/mathml/mathvariant/mathvariant-sans-serif-italic-ref.html b/testing/web-platform/mozilla/tests/mathml/mathvariant/mathvariant-sans-serif-italic-ref.html new file mode 100644 index 0000000000..d7e23248c6 --- /dev/null +++ b/testing/web-platform/mozilla/tests/mathml/mathvariant/mathvariant-sans-serif-italic-ref.html @@ -0,0 +1,79 @@ + + + + +mathvariant sans-serif-italic (reference) + + + +

Test passes if all the equalities below are true.

+ 𝘈=1D608 + 𝘉=1D609 + 𝘊=1D60A + 𝘋=1D60B + 𝘌=1D60C + 𝘍=1D60D + 𝘎=1D60E + 𝘏=1D60F + 𝘐=1D610 + 𝘑=1D611
+ 𝘒=1D612 + 𝘓=1D613 + 𝘔=1D614 + 𝘕=1D615 + 𝘖=1D616 + 𝘗=1D617 + 𝘘=1D618 + 𝘙=1D619 + 𝘚=1D61A + 𝘛=1D61B
+ 𝘜=1D61C + 𝘝=1D61D + 𝘞=1D61E + 𝘟=1D61F + 𝘠=1D620 + 𝘡=1D621 + 𝘢=1D622 + 𝘣=1D623 + 𝘤=1D624 + 𝘥=1D625
+ 𝘦=1D626 + 𝘧=1D627 + 𝘨=1D628 + 𝘩=1D629 + 𝘪=1D62A + 𝘫=1D62B + 𝘬=1D62C + 𝘭=1D62D + 𝘮=1D62E + 𝘯=1D62F
+ 𝘰=1D630 + 𝘱=1D631 + 𝘲=1D632 + 𝘳=1D633 + 𝘴=1D634 + 𝘵=1D635 + 𝘶=1D636 + 𝘷=1D637 + 𝘸=1D638 + 𝘹=1D639
+ 𝘺=1D63A + 𝘻=1D63B + + diff --git a/testing/web-platform/mozilla/tests/mathml/mathvariant/mathvariant-sans-serif-italic.html b/testing/web-platform/mozilla/tests/mathml/mathvariant/mathvariant-sans-serif-italic.html new file mode 100644 index 0000000000..e847ca9bb8 --- /dev/null +++ b/testing/web-platform/mozilla/tests/mathml/mathvariant/mathvariant-sans-serif-italic.html @@ -0,0 +1,85 @@ + + + + +mathvariant sans-serif-italic + + + + + + + + + +

Test passes if all the equalities below are true.

+ A=1D608 + B=1D609 + C=1D60A + D=1D60B + E=1D60C + F=1D60D + G=1D60E + H=1D60F + I=1D610 + J=1D611
+ K=1D612 + L=1D613 + M=1D614 + N=1D615 + O=1D616 + P=1D617 + Q=1D618 + R=1D619 + S=1D61A + T=1D61B
+ U=1D61C + V=1D61D + W=1D61E + X=1D61F + Y=1D620 + Z=1D621 + a=1D622 + b=1D623 + c=1D624 + d=1D625
+ e=1D626 + f=1D627 + g=1D628 + h=1D629 + i=1D62A + j=1D62B + k=1D62C + l=1D62D + m=1D62E + n=1D62F
+ o=1D630 + p=1D631 + q=1D632 + r=1D633 + s=1D634 + t=1D635 + u=1D636 + v=1D637 + w=1D638 + x=1D639
+ y=1D63A + z=1D63B + + diff --git a/testing/web-platform/mozilla/tests/mathml/mathvariant/mathvariant-sans-serif-ref.html b/testing/web-platform/mozilla/tests/mathml/mathvariant/mathvariant-sans-serif-ref.html new file mode 100644 index 0000000000..ced5272ecb --- /dev/null +++ b/testing/web-platform/mozilla/tests/mathml/mathvariant/mathvariant-sans-serif-ref.html @@ -0,0 +1,89 @@ + + + + +mathvariant sans-serif (reference) + + + +

Test passes if all the equalities below are true.

+ 𝖠=1D5A0 + 𝖡=1D5A1 + 𝖢=1D5A2 + 𝖣=1D5A3 + 𝖤=1D5A4 + 𝖥=1D5A5 + 𝖦=1D5A6 + 𝖧=1D5A7 + 𝖨=1D5A8 + 𝖩=1D5A9
+ 𝖪=1D5AA + 𝖫=1D5AB + 𝖬=1D5AC + 𝖭=1D5AD + 𝖮=1D5AE + 𝖯=1D5AF + 𝖰=1D5B0 + 𝖱=1D5B1 + 𝖲=1D5B2 + 𝖳=1D5B3
+ 𝖴=1D5B4 + 𝖵=1D5B5 + 𝖶=1D5B6 + 𝖷=1D5B7 + 𝖸=1D5B8 + 𝖹=1D5B9 + 𝖺=1D5BA + 𝖻=1D5BB + 𝖼=1D5BC + 𝖽=1D5BD
+ 𝖾=1D5BE + 𝖿=1D5BF + 𝗀=1D5C0 + 𝗁=1D5C1 + 𝗂=1D5C2 + 𝗃=1D5C3 + 𝗄=1D5C4 + 𝗅=1D5C5 + 𝗆=1D5C6 + 𝗇=1D5C7
+ 𝗈=1D5C8 + 𝗉=1D5C9 + 𝗊=1D5CA + 𝗋=1D5CB + 𝗌=1D5CC + 𝗍=1D5CD + 𝗎=1D5CE + 𝗏=1D5CF + 𝗐=1D5D0 + 𝗑=1D5D1
+ 𝗒=1D5D2 + 𝗓=1D5D3 + 𝟢=1D7E2 + 𝟣=1D7E3 + 𝟤=1D7E4 + 𝟥=1D7E5 + 𝟦=1D7E6 + 𝟧=1D7E7 + 𝟨=1D7E8 + 𝟩=1D7E9
+ 𝟪=1D7EA + 𝟫=1D7EB + + diff --git a/testing/web-platform/mozilla/tests/mathml/mathvariant/mathvariant-sans-serif.html b/testing/web-platform/mozilla/tests/mathml/mathvariant/mathvariant-sans-serif.html new file mode 100644 index 0000000000..43a1fa821f --- /dev/null +++ b/testing/web-platform/mozilla/tests/mathml/mathvariant/mathvariant-sans-serif.html @@ -0,0 +1,95 @@ + + + + +mathvariant sans-serif + + + + + + + + + +

Test passes if all the equalities below are true.

+ A=1D5A0 + B=1D5A1 + C=1D5A2 + D=1D5A3 + E=1D5A4 + F=1D5A5 + G=1D5A6 + H=1D5A7 + I=1D5A8 + J=1D5A9
+ K=1D5AA + L=1D5AB + M=1D5AC + N=1D5AD + O=1D5AE + P=1D5AF + Q=1D5B0 + R=1D5B1 + S=1D5B2 + T=1D5B3
+ U=1D5B4 + V=1D5B5 + W=1D5B6 + X=1D5B7 + Y=1D5B8 + Z=1D5B9 + a=1D5BA + b=1D5BB + c=1D5BC + d=1D5BD
+ e=1D5BE + f=1D5BF + g=1D5C0 + h=1D5C1 + i=1D5C2 + j=1D5C3 + k=1D5C4 + l=1D5C5 + m=1D5C6 + n=1D5C7
+ o=1D5C8 + p=1D5C9 + q=1D5CA + r=1D5CB + s=1D5CC + t=1D5CD + u=1D5CE + v=1D5CF + w=1D5D0 + x=1D5D1
+ y=1D5D2 + z=1D5D3 + 0=1D7E2 + 1=1D7E3 + 2=1D7E4 + 3=1D7E5 + 4=1D7E6 + 5=1D7E7 + 6=1D7E8 + 7=1D7E9
+ 8=1D7EA + 9=1D7EB + + diff --git a/testing/web-platform/mozilla/tests/mathml/mathvariant/mathvariant-script-ref.html b/testing/web-platform/mozilla/tests/mathml/mathvariant/mathvariant-script-ref.html new file mode 100644 index 0000000000..60ced85bc3 --- /dev/null +++ b/testing/web-platform/mozilla/tests/mathml/mathvariant/mathvariant-script-ref.html @@ -0,0 +1,79 @@ + + + + +mathvariant script (reference) + + + +

Test passes if all the equalities below are true.

+ 𝒜=1D49C + =0212C + 𝒞=1D49E + 𝒟=1D49F + =02130 + =02131 + 𝒢=1D4A2 + =0210B + =02110 + 𝒥=1D4A5
+ 𝒦=1D4A6 + =02112 + =02133 + 𝒩=1D4A9 + 𝒪=1D4AA + 𝒫=1D4AB + 𝒬=1D4AC + =0211B + 𝒮=1D4AE + 𝒯=1D4AF
+ 𝒰=1D4B0 + 𝒱=1D4B1 + 𝒲=1D4B2 + 𝒳=1D4B3 + 𝒴=1D4B4 + 𝒵=1D4B5 + 𝒶=1D4B6 + 𝒷=1D4B7 + 𝒸=1D4B8 + 𝒹=1D4B9
+ =0212F + 𝒻=1D4BB + =0210A + 𝒽=1D4BD + 𝒾=1D4BE + 𝒿=1D4BF + 𝓀=1D4C0 + 𝓁=1D4C1 + 𝓂=1D4C2 + 𝓃=1D4C3
+ =02134 + 𝓅=1D4C5 + 𝓆=1D4C6 + 𝓇=1D4C7 + 𝓈=1D4C8 + 𝓉=1D4C9 + 𝓊=1D4CA + 𝓋=1D4CB + 𝓌=1D4CC + 𝓍=1D4CD
+ 𝓎=1D4CE + 𝓏=1D4CF + + diff --git a/testing/web-platform/mozilla/tests/mathml/mathvariant/mathvariant-script.html b/testing/web-platform/mozilla/tests/mathml/mathvariant/mathvariant-script.html new file mode 100644 index 0000000000..afbdfd9f94 --- /dev/null +++ b/testing/web-platform/mozilla/tests/mathml/mathvariant/mathvariant-script.html @@ -0,0 +1,85 @@ + + + + +mathvariant script + + + + + + + + + +

Test passes if all the equalities below are true.

+ A=1D49C + B=0212C + C=1D49E + D=1D49F + E=02130 + F=02131 + G=1D4A2 + H=0210B + I=02110 + J=1D4A5
+ K=1D4A6 + L=02112 + M=02133 + N=1D4A9 + O=1D4AA + P=1D4AB + Q=1D4AC + R=0211B + S=1D4AE + T=1D4AF
+ U=1D4B0 + V=1D4B1 + W=1D4B2 + X=1D4B3 + Y=1D4B4 + Z=1D4B5 + a=1D4B6 + b=1D4B7 + c=1D4B8 + d=1D4B9
+ e=0212F + f=1D4BB + g=0210A + h=1D4BD + i=1D4BE + j=1D4BF + k=1D4C0 + l=1D4C1 + m=1D4C2 + n=1D4C3
+ o=02134 + p=1D4C5 + q=1D4C6 + r=1D4C7 + s=1D4C8 + t=1D4C9 + u=1D4CA + v=1D4CB + w=1D4CC + x=1D4CD
+ y=1D4CE + z=1D4CF + + diff --git a/testing/web-platform/mozilla/tests/mathml/mathvariant/mathvariant-stretched-ref.html b/testing/web-platform/mozilla/tests/mathml/mathvariant/mathvariant-stretched-ref.html new file mode 100644 index 0000000000..454f2004ac --- /dev/null +++ b/testing/web-platform/mozilla/tests/mathml/mathvariant/mathvariant-stretched-ref.html @@ -0,0 +1,50 @@ + + + + +mathvariant stretched (reference) + + + +

Test passes if all the equalities below are true.

+ 𞹡=1EE61 + 𞹢=1EE62 + 𞹤=1EE64 + 𞹧=1EE67 + 𞹨=1EE68 + 𞹩=1EE69 + 𞹪=1EE6A + 𞹬=1EE6C + 𞹭=1EE6D + 𞹮=1EE6E
+ 𞹯=1EE6F + 𞹰=1EE70 + 𞹱=1EE71 + 𞹲=1EE72 + 𞹴=1EE74 + 𞹵=1EE75 + 𞹶=1EE76 + 𞹷=1EE77 + 𞹹=1EE79 + 𞹺=1EE7A
+ 𞹻=1EE7B + 𞹼=1EE7C + 𞹾=1EE7E + + diff --git a/testing/web-platform/mozilla/tests/mathml/mathvariant/mathvariant-stretched.html b/testing/web-platform/mozilla/tests/mathml/mathvariant/mathvariant-stretched.html new file mode 100644 index 0000000000..99b06fb41b --- /dev/null +++ b/testing/web-platform/mozilla/tests/mathml/mathvariant/mathvariant-stretched.html @@ -0,0 +1,56 @@ + + + + +mathvariant stretched + + + + + + + + + +

Test passes if all the equalities below are true.

+ ب=1EE61 + ج=1EE62 + ه=1EE64 + ح=1EE67 + ط=1EE68 + ي=1EE69 + ك=1EE6A + م=1EE6C + ن=1EE6D + س=1EE6E
+ ع=1EE6F + ف=1EE70 + ص=1EE71 + ق=1EE72 + ش=1EE74 + ت=1EE75 + ث=1EE76 + خ=1EE77 + ض=1EE79 + ظ=1EE7A
+ غ=1EE7B + ٮ=1EE7C + ڡ=1EE7E + + diff --git a/testing/web-platform/mozilla/tests/mathml/mathvariant/mathvariant-tailed-ref.html b/testing/web-platform/mozilla/tests/mathml/mathvariant/mathvariant-tailed-ref.html new file mode 100644 index 0000000000..5e1461cd33 --- /dev/null +++ b/testing/web-platform/mozilla/tests/mathml/mathvariant/mathvariant-tailed-ref.html @@ -0,0 +1,42 @@ + + + + +mathvariant tailed (reference) + + + +

Test passes if all the equalities below are true.

+ 𞹂=1EE42 + 𞹇=1EE47 + 𞹉=1EE49 + 𞹋=1EE4B + 𞹍=1EE4D + 𞹎=1EE4E + 𞹏=1EE4F + 𞹑=1EE51 + 𞹒=1EE52 + 𞹔=1EE54
+ 𞹗=1EE57 + 𞹙=1EE59 + 𞹛=1EE5B + 𞹝=1EE5D + 𞹟=1EE5F + + diff --git a/testing/web-platform/mozilla/tests/mathml/mathvariant/mathvariant-tailed.html b/testing/web-platform/mozilla/tests/mathml/mathvariant/mathvariant-tailed.html new file mode 100644 index 0000000000..43fbca5e80 --- /dev/null +++ b/testing/web-platform/mozilla/tests/mathml/mathvariant/mathvariant-tailed.html @@ -0,0 +1,48 @@ + + + + +mathvariant tailed + + + + + + + + + +

Test passes if all the equalities below are true.

+ ج=1EE42 + ح=1EE47 + ي=1EE49 + ل=1EE4B + ن=1EE4D + س=1EE4E + ع=1EE4F + ص=1EE51 + ق=1EE52 + ش=1EE54
+ خ=1EE57 + ض=1EE59 + غ=1EE5B + ں=1EE5D + ٯ=1EE5F + + -- cgit v1.2.3