Update web-platform-tests to revision 8805f23ef629338b6d28ae25cc13839e99acea1b

This commit is contained in:
WPT Sync Bot 2019-02-23 21:02:04 -05:00
parent e12c76982d
commit 8c91d13e13
2211 changed files with 4488 additions and 6801 deletions

View file

@ -81,7 +81,7 @@ for mathvariant in mathvariantTransforms:
reftest.write(source % mathvariant)
reftestReference.write(source % ("%s (reference)" % mathvariant))
source ='\
<link rel="help" href="http://www.mathml-association.org/MathMLinHTML5/S2.html#SS3.SSS1.tab2"/>\n\
<link rel="help" href="https://mathml-refresh.github.io/mathml-core/#cssproperties"/>\n\
<link rel="match" href="mathvariant-%s-ref.html"/>\n\
<meta name="assert" content="Verify that a single-char <mtext> with a %s mathvariant is equivalent to an <mtext> with the transformed unicode character.">\n'
reftest.write(source % (mathvariant, mathvariant))