mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Update web-platform-tests to revision 8da19eeb64e1dbcc32cabc2961a44e15635d116f
This commit is contained in:
parent
b32bff3b97
commit
120d9aa5dc
298 changed files with 9286 additions and 3047 deletions
|
@ -3,7 +3,8 @@
|
|||
<head>
|
||||
<meta charset="utf-8"/>
|
||||
<title>Class</title>
|
||||
<link rel="help" href="https://mathml-refresh.github.io/mathml-core/#mathmltree"/>
|
||||
<link rel="help" href="https://mathml-refresh.github.io/mathml-core/#attributes-common-to-html-and-mathml-elements">
|
||||
<link rel="help" href="https://mathml-refresh.github.io/mathml-core/#css-styling">
|
||||
<link rel="match" href="class-1-ref.html"/>
|
||||
<meta name="assert" content="Verify that the class attribute affects CSS selectors.">
|
||||
<style>
|
||||
|
|
|
@ -3,7 +3,8 @@
|
|||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>Class</title>
|
||||
<link rel="help" href="https://mathml-refresh.github.io/mathml-core/#mathmltree">
|
||||
<link rel="help" href="https://mathml-refresh.github.io/mathml-core/#attributes-common-to-html-and-mathml-elements">
|
||||
<link rel="help" href="https://mathml-refresh.github.io/mathml-core/#dom-and-javascript">
|
||||
<meta name="assert" content="Verify whether the getElementsByClassName() works for MathML elements.">
|
||||
<script src="/resources/testharness.js"></script>
|
||||
<script src="/resources/testharnessreport.js"></script>
|
||||
|
|
|
@ -3,7 +3,8 @@
|
|||
<head>
|
||||
<meta charset="utf-8"/>
|
||||
<title>Color Attributes</title>
|
||||
<link rel="help" href="https://mathml-refresh.github.io/mathml-core/#mathmltree"/>
|
||||
<link rel="help" href="https://mathml-refresh.github.io/mathml-core/#css-styling">
|
||||
<link rel="help" href="https://mathml-refresh.github.io/mathml-core/#legacy-mathml-style-attributes">
|
||||
<meta name="assert" content="Verify that the mathcolor and mathbackground attributes are supported on the math element.">
|
||||
<link rel="match" href="color-attributes-1-ref.html"/>
|
||||
<style>
|
||||
|
|
|
@ -3,7 +3,8 @@
|
|||
<head>
|
||||
<meta charset="utf-8"/>
|
||||
<title>MathML display attribute</title>
|
||||
<link rel="help" href="https://mathml-refresh.github.io/mathml-core/#mathmltree">
|
||||
<link rel="help" href="https://mathml-refresh.github.io/mathml-core/#css-styling">
|
||||
<link rel="help" href="https://mathml-refresh.github.io/mathml-core/#the-top-level-math-element">
|
||||
<meta name="assert" content="Verify that the display attribute on the math element is supported and impacts centering and line breaking with surrounding content.">
|
||||
<script src="/resources/testharness.js"></script>
|
||||
<script src="/resources/testharnessreport.js"></script>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<head>
|
||||
<meta charset="utf-8"/>
|
||||
<title>Dynamic MathML DOM</title>
|
||||
<link rel="help" href="https://mathml-refresh.github.io/mathml-core/#dom"/>
|
||||
<link rel="help" href="https://mathml-refresh.github.io/mathml-core/#dom-and-javascript"/>
|
||||
<link rel="match" href="dynamic-1-ref.html"/>
|
||||
<meta name="assert" content="Verify that the MathML DOM tree can be modified via javascript and that the rendering is correctly updated.">
|
||||
<style>
|
||||
|
|
|
@ -3,7 +3,8 @@
|
|||
<head>
|
||||
<meta charset="utf-8"/>
|
||||
<title>href click</title>
|
||||
<link rel="help" href="https://mathml-refresh.github.io/mathml-core/#mathmltree">
|
||||
<link rel="help" href="https://mathml-refresh.github.io/mathml-core/#attributes-common-to-html-and-mathml-elements">
|
||||
<link rel="help" href="https://mathml-refresh.github.io/mathml-core/#dom-and-javascript">
|
||||
<link rel="match" href="href-click-1-ref.html"/>
|
||||
<meta name="assert" content="Verify that a click on a link moves to the target.">
|
||||
<script type="text/javascript">
|
||||
|
|
|
@ -3,7 +3,8 @@
|
|||
<head>
|
||||
<meta charset="utf-8"/>
|
||||
<title>href click</title>
|
||||
<link rel="help" href="https://mathml-refresh.github.io/mathml-core/#mathmltree">
|
||||
<link rel="help" href="https://mathml-refresh.github.io/mathml-core/#attributes-common-to-html-and-mathml-elements">
|
||||
<link rel="help" href="https://mathml-refresh.github.io/mathml-core/#dom-and-javascript">
|
||||
<link rel="match" href="href-click-2-ref.html"/>
|
||||
<meta name="assert" content="Verify that a click on an element bubbles to an ancestor link.">
|
||||
<script type="text/javascript">
|
||||
|
|
|
@ -3,7 +3,8 @@
|
|||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>href click</title>
|
||||
<link rel="help" href="https://mathml-refresh.github.io/mathml-core/#mathmltree">
|
||||
<link rel="help" href="https://mathml-refresh.github.io/mathml-core/#attributes-common-to-html-and-mathml-elements">
|
||||
<link rel="help" href="https://mathml-refresh.github.io/mathml-core/#dom-and-javascript">
|
||||
<script src="/resources/testharness.js"></script>
|
||||
<script src="/resources/testharnessreport.js"></script>
|
||||
<script src="/resources/testdriver.js"></script>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<head>
|
||||
<meta charset="utf-8"/>
|
||||
<title>MathML inside foreignObject</title>
|
||||
<link rel="help" href="https://mathml-refresh.github.io/mathml-core/#dom"/>
|
||||
<link rel="help" href="https://mathml-refresh.github.io/mathml-core/#html-and-svg">
|
||||
<link rel="match" href="integration-point-1-ref.html"/>
|
||||
<meta name="assert" content="Verify that MathML can be used inside a foreignObject element.">
|
||||
</head>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<head>
|
||||
<meta charset="utf-8"/>
|
||||
<title>MathML as a phrasing content</title>
|
||||
<link rel="help" href="https://mathml-refresh.github.io/mathml-core/#dom"/>
|
||||
<link rel="help" href="https://mathml-refresh.github.io/mathml-core/#html-and-svg">
|
||||
<link rel="match" href="integration-point-2-ref.html"/>
|
||||
<meta name="assert" content="Verify that MathML can be used at positions where phrasing content is accepted.">
|
||||
<style type="text/css">
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<head>
|
||||
<meta charset="utf-8"/>
|
||||
<title>phrasing content inside mtext</title>
|
||||
<link rel="help" href="https://mathml-refresh.github.io/mathml-core/#dom"/>
|
||||
<link rel="help" href="https://mathml-refresh.github.io/mathml-core/#html-and-svg">
|
||||
<link rel="match" href="integration-point-3-ref.html"/>
|
||||
<meta name="assert" content="Verify that <mtext> can contain phrasing content">
|
||||
<style type="text/css">
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<head>
|
||||
<meta charset="utf-8"/>
|
||||
<title>SVG requiredExtensions</title>
|
||||
<link rel="help" href="https://mathml-refresh.github.io/mathml-core/#dom"/>
|
||||
<link rel="help" href="https://mathml-refresh.github.io/mathml-core/#html-and-svg">
|
||||
<link rel="match" href="required-extensions-2-ref.html"/>
|
||||
<meta name="assert" content="Verify that a foreignObject with MathML used as a requiredExtensions value is selected for display in a SVG switch element.">
|
||||
</head>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<head>
|
||||
<meta charset="utf-8"/>
|
||||
<title>Unique identifier</title>
|
||||
<link rel="help" href="https://mathml-refresh.github.io/mathml-core/#mathmltree"/>
|
||||
<link rel="help" href="https://mathml-refresh.github.io/mathml-core/#attributes-common-to-html-and-mathml-elements">
|
||||
<link rel="match" href="unique-identifier-1-ref.html"/>
|
||||
<meta name="assert" content="Verify that the id on a MathML element can be used as a fragment identifier in order to force initial scrolling.">
|
||||
</head>
|
||||
|
|
|
@ -3,7 +3,8 @@
|
|||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>Unique Identifier</title>
|
||||
<link rel="help" href="https://mathml-refresh.github.io/mathml-core/#mathmltree">
|
||||
<link rel="help" href="https://mathml-refresh.github.io/mathml-core/#attributes-common-to-html-and-mathml-elements">
|
||||
<link rel="help" href="https://mathml-refresh.github.io/mathml-core/#dom-and-javascript">
|
||||
<meta name="assert" content="Verify whether the getElementById() works for MathML elements.">
|
||||
<script src="/resources/testharness.js"></script>
|
||||
<script src="/resources/testharnessreport.js"></script>
|
||||
|
|
|
@ -3,7 +3,8 @@
|
|||
<head>
|
||||
<meta charset="utf-8"/>
|
||||
<title>Unique Identifier</title>
|
||||
<link rel="help" href="https://mathml-refresh.github.io/mathml-core/#mathmltree"/>
|
||||
<link rel="help" href="https://mathml-refresh.github.io/mathml-core/#attributes-common-to-html-and-mathml-elements">
|
||||
<link rel="help" href="https://mathml-refresh.github.io/mathml-core/#css-styling">
|
||||
<link rel="match" href="unique-identifier-3-ref.html"/>
|
||||
<meta name="assert" content="Verify that the id attribute affects CSS selectors.">
|
||||
<style>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue