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

@ -3,7 +3,7 @@
<head>
<meta charset="utf-8">
<title>Fraction</title>
<link rel="help" href="http://www.mathml-association.org/MathMLinHTML5/S3.html#SS3.SSS2">
<link rel="help" href="https://mathml-refresh.github.io/mathml-core/#mfrac">
<meta name="assert" content="Verify fraction metrics for different sizes of numerator and denominator.">
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>

View file

@ -3,7 +3,7 @@
<head>
<meta charset="utf-8">
<title>fractions bar</title>
<link rel="help" href="http://www.mathml-association.org/MathMLinHTML5/S3.html#SS3.SSS2">
<link rel="help" href="https://mathml-refresh.github.io/mathml-core/#mfrac">
<meta name="assert" content="Verifies painting of the fraction bar">
<link rel="match" href="frac-bar-001-ref.html">
<style type="text/css">

View file

@ -3,7 +3,7 @@
<head>
<meta charset="utf-8">
<title>Fraction bar color</title>
<link rel="help" href="http://www.mathml-association.org/MathMLinHTML5/S3.html#SS3.SSS2">
<link rel="help" href="https://mathml-refresh.github.io/mathml-core/#mfrac">
<meta name="assert" content="The CSS color property has an effect on the fraction bar.">
<link rel="mismatch" href="frac-color-001-notref.html">
</head>

View file

@ -3,7 +3,7 @@
<head>
<meta charset="utf-8">
<title>fractions color</title>
<link rel="help" href="http://www.mathml-association.org/MathMLinHTML5/S3.html#SS3.SSS2">
<link rel="help" href="https://mathml-refresh.github.io/mathml-core/#mfrac">
<meta name="assert" content="Verifies the color attribute affects the fraction bar">
<link rel="match" href="frac-color-002-ref.html">
</head>

View file

@ -3,7 +3,7 @@
<head>
<meta charset="utf-8">
<title>fractions linethickness</title>
<link rel="help" href="http://www.mathml-association.org/MathMLinHTML5/S3.html#SS3.SSS2">
<link rel="help" href="https://mathml-refresh.github.io/mathml-core/#mfrac">
<meta name="assert" content="Verifies 'thin', 'medium', 'thick' and unitless values for the linethickness attribute of the mfrac element">
<link rel="match" href="frac-linethickness-001-ref.html">
<style type="text/css">

View file

@ -3,7 +3,7 @@
<head>
<meta charset="utf-8">
<title>fractions linethickness</title>
<link rel="help" href="http://www.mathml-association.org/MathMLinHTML5/S3.html#SS3.SSS2">
<link rel="help" href="https://mathml-refresh.github.io/mathml-core/#mfrac">
<meta name="assert" content="Verifies fraction with negative, percent and named space linethickness values.">
<link rel="match" href="frac-linethickness-002-ref.html">
<style type="text/css">

View file

@ -3,7 +3,7 @@
<head>
<meta charset="utf-8">
<title>fractions linethickness</title>
<link rel="help" href="http://www.mathml-association.org/MathMLinHTML5/S3.html#SS3.SSS2">
<link rel="help" href="https://mathml-refresh.github.io/mathml-core/#mfrac">
<meta name="assert" content="Verifies fraction with 0px bar.">
<link rel="mismatch" href="frac-linethickness-003-notref.html">
</head>

View file

@ -3,7 +3,8 @@
<head>
<meta charset="utf-8">
<title>Fraction mrow</title>
<link rel="help" href="http://www.mathml-association.org/MathMLinHTML5/S3.html#SS3.SSS2">
<link rel="help" href="https://mathml-refresh.github.io/mathml-core/#mfrac">
<link rel="help" href="https://mathml-refresh.github.io/mathml-core/#mrow">
<meta name="assert" content="This test that <mrow> elements can be used as numerator and denominator of fractions.">
<link rel="match" href="frac-mrow-001-ref.html">
</head>

View file

@ -3,7 +3,7 @@
<head>
<meta charset="utf-8">
<title>Fraction numalign denomalign</title>
<link rel="help" href="http://www.mathml-association.org/MathMLinHTML5/S3.html#SS3.SSS2">
<link rel="help" href="https://mathml-refresh.github.io/mathml-core/#mfrac">
<meta name="assert" content="This fraction alignment with the numalign/denomalign attributes.">
<link rel="match" href="frac-numalign-denomalign-001-ref.html">
</head>

View file

@ -3,7 +3,7 @@
<head>
<meta charset="utf-8">
<title>Fraction parameters</title>
<link rel="help" href="http://www.mathml-association.org/MathMLinHTML5/S3.html#SS3.SSS2">
<link rel="help" href="https://mathml-refresh.github.io/mathml-core/#mfrac">
<meta name="assert" content="Element mfrac correctly uses the fraction parameters from the MATH table.">
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>

View file

@ -3,7 +3,7 @@
<head>
<meta charset="utf-8">
<title>Stack parameters</title>
<link rel="help" href="http://www.mathml-association.org/MathMLinHTML5/S3.html#SS3.SSS2">
<link rel="help" href="https://mathml-refresh.github.io/mathml-core/#mfrac">
<meta name="assert" content="Element mfrac correctly uses the stack parameters from the MATH table.">
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>

View file

@ -3,7 +3,7 @@
<head>
<meta charset="utf-8">
<title>Fraction bar visibility</title>
<link rel="help" href="http://www.mathml-association.org/MathMLinHTML5/S3.html#SS3.SSS2">
<link rel="help" href="https://mathml-refresh.github.io/mathml-core/#mfrac">
<meta name="assert" content="The CSS visible property affects the rendering of the fraction bar.">
<link rel="match" href="frac-visibility-001-ref.html">
</head>