Remove duplicate MathML tests
https://bugs.webkit.org/show_bug.cgi?id=202979

Patch by Rob Buis <rbuis@igalia.com> on 2019-10-17
Reviewed by Frédéric Wang.

Commit r251187 removed operators/mo-form-fallback-expected.html by
accident, add it again.

* web-platform-tests/mathml/presentation-markup/operators/mo-form-fallback-expected.html: Added.

git-svn-id: http://svn.webkit.org/repository/webkit/trunk@251253 268f45cc-cd09-0410-ab3c-d52691b4dbfc
diff --git a/LayoutTests/imported/w3c/ChangeLog b/LayoutTests/imported/w3c/ChangeLog
index 5b6037b..748fd30 100644
--- a/LayoutTests/imported/w3c/ChangeLog
+++ b/LayoutTests/imported/w3c/ChangeLog
@@ -1,3 +1,15 @@
+2019-10-17  Rob Buis  <rbuis@igalia.com>
+
+        Remove duplicate MathML tests
+        https://bugs.webkit.org/show_bug.cgi?id=202979
+
+        Reviewed by Frédéric Wang.
+
+        Commit r251187 removed operators/mo-form-fallback-expected.html by
+        accident, add it again.
+
+        * web-platform-tests/mathml/presentation-markup/operators/mo-form-fallback-expected.html: Added.
+
 2019-10-16  Antti Koivisto  <antti@apple.com>
 
         [CSS Shadow Parts] Import css/css-shadow-parts/simple-inline.html WPT
diff --git a/LayoutTests/imported/w3c/web-platform-tests/mathml/presentation-markup/operators/mo-form-fallback-expected.html b/LayoutTests/imported/w3c/web-platform-tests/mathml/presentation-markup/operators/mo-form-fallback-expected.html
new file mode 100644
index 0000000..8d964eb
--- /dev/null
+++ b/LayoutTests/imported/w3c/web-platform-tests/mathml/presentation-markup/operators/mo-form-fallback-expected.html
@@ -0,0 +1,15 @@
+<!DOCTYPE html>
+<html>
+  <head>
+    <meta charset="utf-8"/>
+    <title>form fallback</title>
+  </head>
+  <body>
+
+    <math>
+      <mo stretchy="true">(</mo> <mspace height="3em" depth="3em"/> <mo stretchy="true">)</mo>
+      <mo stretchy="true">(</mo> <mspace height="3em" depth="3em"/> <mo stretchy="true">)</mo>
+    </math>
+
+  </body>
+</html>