diff options
Diffstat (limited to 'testing/web-platform/meta/mathml/presentation-markup/spaces')
5 files changed, 30 insertions, 0 deletions
diff --git a/testing/web-platform/meta/mathml/presentation-markup/spaces/mspace-width-height-001.html.ini b/testing/web-platform/meta/mathml/presentation-markup/spaces/mspace-width-height-001.html.ini new file mode 100644 index 0000000000..e3a885f287 --- /dev/null +++ b/testing/web-platform/meta/mathml/presentation-markup/spaces/mspace-width-height-001.html.ini @@ -0,0 +1,12 @@ +[mspace-width-height-001.html] + [width attribute + width property] + expected: FAIL + + [height/depth attributes + height property] + expected: FAIL + + [height attribute + height property] + expected: FAIL + + [depth attribute + height property] + expected: FAIL diff --git a/testing/web-platform/meta/mathml/presentation-markup/spaces/space-like-001.html.ini b/testing/web-platform/meta/mathml/presentation-markup/spaces/space-like-001.html.ini new file mode 100644 index 0000000000..bbc051a934 --- /dev/null +++ b/testing/web-platform/meta/mathml/presentation-markup/spaces/space-like-001.html.ini @@ -0,0 +1,3 @@ +[space-like-001.html] + [space-like menclose] + expected: FAIL diff --git a/testing/web-platform/meta/mathml/presentation-markup/spaces/space-like-003.html.ini b/testing/web-platform/meta/mathml/presentation-markup/spaces/space-like-003.html.ini new file mode 100644 index 0000000000..8e6fe6a443 --- /dev/null +++ b/testing/web-platform/meta/mathml/presentation-markup/spaces/space-like-003.html.ini @@ -0,0 +1,5 @@ +[space-like-003.html] + [mi is not space-like] + expected: + if os == "android": FAIL + diff --git a/testing/web-platform/meta/mathml/presentation-markup/spaces/space-like-004.html.ini b/testing/web-platform/meta/mathml/presentation-markup/spaces/space-like-004.html.ini new file mode 100644 index 0000000000..56a1dc8b59 --- /dev/null +++ b/testing/web-platform/meta/mathml/presentation-markup/spaces/space-like-004.html.ini @@ -0,0 +1,8 @@ +[space-like-004.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [complex non-space-like subtree, from in-flow children] + expected: FAIL + + [complex space-like subtree, from in-flow children] + expected: FAIL diff --git a/testing/web-platform/meta/mathml/presentation-markup/spaces/space-vertical-align.tentative.html.ini b/testing/web-platform/meta/mathml/presentation-markup/spaces/space-vertical-align.tentative.html.ini new file mode 100644 index 0000000000..27215bed9e --- /dev/null +++ b/testing/web-platform/meta/mathml/presentation-markup/spaces/space-vertical-align.tentative.html.ini @@ -0,0 +1,2 @@ +[space-vertical-align.tentative.html] + expected: FAIL |