Update web-platform-tests to revision 8da19eeb64e1dbcc32cabc2961a44e15635d116f

This commit is contained in:
WPT Sync Bot 2019-07-04 10:26:17 +00:00
parent b32bff3b97
commit 120d9aa5dc
298 changed files with 9286 additions and 3047 deletions

View file

@ -3,7 +3,7 @@
<head>
<meta charset="utf-8">
<title>mo axis height</title>
<link rel="help" href="https://mathml-refresh.github.io/mathml-core/#tokenmo">
<link rel="help" href="https://mathml-refresh.github.io/mathml-core/#operator-fence-separator-or-accent-mo">
<meta name="assert" content="Element mo correctly uses the axis height parameter from the MATH table.">
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>

View file

@ -3,7 +3,8 @@
<head>
<meta charset="utf-8"/>
<title>&lt;mo&gt; dynamic form</title>
<link rel="help" href="https://mathml-refresh.github.io/mathml-core/#tokenmo">
<link rel="help" href="https://mathml-refresh.github.io/mathml-core/#operator-fence-separator-or-accent-mo">
<link rel="help" href="https://mathml-refresh.github.io/mathml-core/#dom-and-javascript">
<meta name="assert" content="This test verifies that the form of the operators (and thus their spacing) is updated when you change the child list.">
<link rel="match" href="mo-form-dynamic-ref.html">

View file

@ -3,7 +3,7 @@
<head>
<meta charset="utf-8"/>
<title>form fallback</title>
<link rel="help" href="https://mathml-refresh.github.io/mathml-core/#tokenmo">
<link rel="help" href="https://mathml-refresh.github.io/mathml-core/#operator-fence-separator-or-accent-mo">
<meta name="assert" content="Verify fallback to postfix/prefix forms.">
<link rel="match" href="mo-form-fallback-ref.html">
</head>

View file

@ -3,7 +3,7 @@
<head>
<meta charset="utf-8"/>
<title>form plus/minus</title>
<link rel="help" href="https://mathml-refresh.github.io/mathml-core/#tokenmo">
<link rel="help" href="https://mathml-refresh.github.io/mathml-core/#operator-fence-separator-or-accent-mo">
<meta name="assert" content="Verifies behavior of form of plus/minus etc.">
<link rel="match" href="mo-form-minus-plus-ref.html">
</head>

View file

@ -3,7 +3,7 @@
<head>
<meta charset="utf-8"/>
<title>&lt;mo&gt; form attribute</title>
<link rel="help" href="https://mathml-refresh.github.io/mathml-core/#tokenmo">
<link rel="help" href="https://mathml-refresh.github.io/mathml-core/#operator-fence-separator-or-accent-mo">
<meta name="assert" content="Verifies behavior of form attribute.">
<link rel="match" href="mo-form-ref.html">
</head>

View file

@ -3,7 +3,7 @@
<head>
<meta charset="utf-8"/>
<title>&lt;mo&gt; movablelimits default value</title>
<link rel="help" href="https://mathml-refresh.github.io/mathml-core/#tokenmo">
<link rel="help" href="https://mathml-refresh.github.io/mathml-core/#operator-fence-separator-or-accent-mo">
<meta name="assert" content="Verifies default value of movablelimits for some operators.">
<link rel="match" href="mo-movablelimits-default-ref.html">
</head>

View file

@ -3,7 +3,8 @@
<head>
<meta charset="utf-8"/>
<title>Test dynamically removing movablelimits attribute</title>
<link rel="help" href="https://mathml-refresh.github.io/mathml-core/#tokenmo">
<link rel="help" href="https://mathml-refresh.github.io/mathml-core/#operator-fence-separator-or-accent-mo">
<link rel="help" href="https://mathml-refresh.github.io/mathml-core/#dom-and-javascript">
<meta name="assert" content="Verifies dynamically removing movablelimits.">
<link rel="match" href="mo-movablelimits-dynamic-ref.html">
<script>

View file

@ -3,7 +3,7 @@
<head>
<meta charset="utf-8"/>
<title>&lt;mo&gt; movablelimits</title>
<link rel="help" href="https://mathml-refresh.github.io/mathml-core/#tokenmo">
<link rel="help" href="https://mathml-refresh.github.io/mathml-core/#operator-fence-separator-or-accent-mo">
<meta name="assert" content="Verifies effect of movablelimits on mo in both displaystyle modes.">
<link rel="match" href="mo-movablelimits-ref.html">
</head>

View file

@ -3,7 +3,7 @@
<head>
<meta charset="utf-8">
<title>&lt;mo&gt; paint lspace rspace</title>
<link rel="help" href="https://mathml-refresh.github.io/mathml-core/#tokenmo">
<link rel="help" href="https://mathml-refresh.github.io/mathml-core/#operator-fence-separator-or-accent-mo">
<meta name="assert" content="Verifies values for lspace and rspace for element mo in LTR and RTL modes.">
<link rel="match" href="mo-paint-lspace-rspace-ref.html">
</head>