-
Notifications
You must be signed in to change notification settings - Fork 2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bug 1637507 [wpt PR 23558] - MathML: Regenerate tests for the operato…
…r dictionary, a=testonly Automatic update from web-platform-tests MathML: Regenerate tests for the operator dictionary (#23558) - Update to the latest dictionary entries. - Remove accent tests since default is true. w3c/mathml#151 (comment) - Split into smaller files to reduce timeout risks. -- wpt-commits: 46fe8740553c7e481dee30ab11165decc49cb100 wpt-pr: 23558
- Loading branch information
1 parent
d45d238
commit 1fbea66
Showing
33 changed files
with
762 additions
and
46 deletions.
There are no files selected for viewing
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
31 changes: 31 additions & 0 deletions
31
...-platform/tests/mathml/presentation-markup/operators/operator-dictionary-largeop-005.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<meta charset="utf-8"> | ||
<title>Operator dictionary</title> | ||
<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/#dictionary-based-attributes"> | ||
<link rel="help" href="https://mathml-refresh.github.io/mathml-core/#operator-dictionary"> | ||
<link rel="help" href="https://mathml-refresh.github.io/mathml-core/#stretchy-operator-axis"> | ||
<meta name="assert" content="Verify default properties for characters that are in the operator dictionary, as well as for U+00A0 NO-BREAK SPACE"> | ||
<meta name="timeout" content="long"> | ||
<script src="/resources/testharness.js"></script> | ||
<script src="/resources/testharnessreport.js"></script> | ||
<script src="/mathml/support/feature-detection.js"></script> | ||
<script src="/mathml/support/operator-dictionary.js"></script> | ||
<script src="./support/operator-dictionary-tests.js"></script> | ||
<link rel="stylesheet" href="./support/operator-dictionary-tests.css"/> | ||
<script> | ||
setup({ explicit_done: true }); | ||
window.addEventListener("load", () => { document.fonts.ready.then(runTests); }); | ||
async function runTests() { | ||
let json = await fetchOperatorDictionary(); | ||
OperatorDictionaryTests.run(json, "largeop", 4); | ||
done(); | ||
} | ||
</script> | ||
</head> | ||
<body> | ||
<div id="log"></div> | ||
</body> | ||
</html> |
31 changes: 31 additions & 0 deletions
31
...-platform/tests/mathml/presentation-markup/operators/operator-dictionary-largeop-006.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<meta charset="utf-8"> | ||
<title>Operator dictionary</title> | ||
<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/#dictionary-based-attributes"> | ||
<link rel="help" href="https://mathml-refresh.github.io/mathml-core/#operator-dictionary"> | ||
<link rel="help" href="https://mathml-refresh.github.io/mathml-core/#stretchy-operator-axis"> | ||
<meta name="assert" content="Verify default properties for characters that are in the operator dictionary, as well as for U+00A0 NO-BREAK SPACE"> | ||
<meta name="timeout" content="long"> | ||
<script src="/resources/testharness.js"></script> | ||
<script src="/resources/testharnessreport.js"></script> | ||
<script src="/mathml/support/feature-detection.js"></script> | ||
<script src="/mathml/support/operator-dictionary.js"></script> | ||
<script src="./support/operator-dictionary-tests.js"></script> | ||
<link rel="stylesheet" href="./support/operator-dictionary-tests.css"/> | ||
<script> | ||
setup({ explicit_done: true }); | ||
window.addEventListener("load", () => { document.fonts.ready.then(runTests); }); | ||
async function runTests() { | ||
let json = await fetchOperatorDictionary(); | ||
OperatorDictionaryTests.run(json, "largeop", 5); | ||
done(); | ||
} | ||
</script> | ||
</head> | ||
<body> | ||
<div id="log"></div> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
31 changes: 31 additions & 0 deletions
31
...orm/tests/mathml/presentation-markup/operators/operator-dictionary-movablelimits-003.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<meta charset="utf-8"> | ||
<title>Operator dictionary</title> | ||
<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/#dictionary-based-attributes"> | ||
<link rel="help" href="https://mathml-refresh.github.io/mathml-core/#operator-dictionary"> | ||
<link rel="help" href="https://mathml-refresh.github.io/mathml-core/#stretchy-operator-axis"> | ||
<meta name="assert" content="Verify default properties for characters that are in the operator dictionary, as well as for U+00A0 NO-BREAK SPACE"> | ||
<meta name="timeout" content="long"> | ||
<script src="/resources/testharness.js"></script> | ||
<script src="/resources/testharnessreport.js"></script> | ||
<script src="/mathml/support/feature-detection.js"></script> | ||
<script src="/mathml/support/operator-dictionary.js"></script> | ||
<script src="./support/operator-dictionary-tests.js"></script> | ||
<link rel="stylesheet" href="./support/operator-dictionary-tests.css"/> | ||
<script> | ||
setup({ explicit_done: true }); | ||
window.addEventListener("load", () => { document.fonts.ready.then(runTests); }); | ||
async function runTests() { | ||
let json = await fetchOperatorDictionary(); | ||
OperatorDictionaryTests.run(json, "movablelimits", 2); | ||
done(); | ||
} | ||
</script> | ||
</head> | ||
<body> | ||
<div id="log"></div> | ||
</body> | ||
</html> |
31 changes: 31 additions & 0 deletions
31
...orm/tests/mathml/presentation-markup/operators/operator-dictionary-movablelimits-004.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<meta charset="utf-8"> | ||
<title>Operator dictionary</title> | ||
<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/#dictionary-based-attributes"> | ||
<link rel="help" href="https://mathml-refresh.github.io/mathml-core/#operator-dictionary"> | ||
<link rel="help" href="https://mathml-refresh.github.io/mathml-core/#stretchy-operator-axis"> | ||
<meta name="assert" content="Verify default properties for characters that are in the operator dictionary, as well as for U+00A0 NO-BREAK SPACE"> | ||
<meta name="timeout" content="long"> | ||
<script src="/resources/testharness.js"></script> | ||
<script src="/resources/testharnessreport.js"></script> | ||
<script src="/mathml/support/feature-detection.js"></script> | ||
<script src="/mathml/support/operator-dictionary.js"></script> | ||
<script src="./support/operator-dictionary-tests.js"></script> | ||
<link rel="stylesheet" href="./support/operator-dictionary-tests.css"/> | ||
<script> | ||
setup({ explicit_done: true }); | ||
window.addEventListener("load", () => { document.fonts.ready.then(runTests); }); | ||
async function runTests() { | ||
let json = await fetchOperatorDictionary(); | ||
OperatorDictionaryTests.run(json, "movablelimits", 3); | ||
done(); | ||
} | ||
</script> | ||
</head> | ||
<body> | ||
<div id="log"></div> | ||
</body> | ||
</html> |
31 changes: 31 additions & 0 deletions
31
...orm/tests/mathml/presentation-markup/operators/operator-dictionary-movablelimits-005.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<meta charset="utf-8"> | ||
<title>Operator dictionary</title> | ||
<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/#dictionary-based-attributes"> | ||
<link rel="help" href="https://mathml-refresh.github.io/mathml-core/#operator-dictionary"> | ||
<link rel="help" href="https://mathml-refresh.github.io/mathml-core/#stretchy-operator-axis"> | ||
<meta name="assert" content="Verify default properties for characters that are in the operator dictionary, as well as for U+00A0 NO-BREAK SPACE"> | ||
<meta name="timeout" content="long"> | ||
<script src="/resources/testharness.js"></script> | ||
<script src="/resources/testharnessreport.js"></script> | ||
<script src="/mathml/support/feature-detection.js"></script> | ||
<script src="/mathml/support/operator-dictionary.js"></script> | ||
<script src="./support/operator-dictionary-tests.js"></script> | ||
<link rel="stylesheet" href="./support/operator-dictionary-tests.css"/> | ||
<script> | ||
setup({ explicit_done: true }); | ||
window.addEventListener("load", () => { document.fonts.ready.then(runTests); }); | ||
async function runTests() { | ||
let json = await fetchOperatorDictionary(); | ||
OperatorDictionaryTests.run(json, "movablelimits", 4); | ||
done(); | ||
} | ||
</script> | ||
</head> | ||
<body> | ||
<div id="log"></div> | ||
</body> | ||
</html> |
31 changes: 31 additions & 0 deletions
31
...orm/tests/mathml/presentation-markup/operators/operator-dictionary-movablelimits-006.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<meta charset="utf-8"> | ||
<title>Operator dictionary</title> | ||
<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/#dictionary-based-attributes"> | ||
<link rel="help" href="https://mathml-refresh.github.io/mathml-core/#operator-dictionary"> | ||
<link rel="help" href="https://mathml-refresh.github.io/mathml-core/#stretchy-operator-axis"> | ||
<meta name="assert" content="Verify default properties for characters that are in the operator dictionary, as well as for U+00A0 NO-BREAK SPACE"> | ||
<meta name="timeout" content="long"> | ||
<script src="/resources/testharness.js"></script> | ||
<script src="/resources/testharnessreport.js"></script> | ||
<script src="/mathml/support/feature-detection.js"></script> | ||
<script src="/mathml/support/operator-dictionary.js"></script> | ||
<script src="./support/operator-dictionary-tests.js"></script> | ||
<link rel="stylesheet" href="./support/operator-dictionary-tests.css"/> | ||
<script> | ||
setup({ explicit_done: true }); | ||
window.addEventListener("load", () => { document.fonts.ready.then(runTests); }); | ||
async function runTests() { | ||
let json = await fetchOperatorDictionary(); | ||
OperatorDictionaryTests.run(json, "movablelimits", 5); | ||
done(); | ||
} | ||
</script> | ||
</head> | ||
<body> | ||
<div id="log"></div> | ||
</body> | ||
</html> |
31 changes: 31 additions & 0 deletions
31
...-platform/tests/mathml/presentation-markup/operators/operator-dictionary-spacing-001.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<meta charset="utf-8"> | ||
<title>Operator dictionary</title> | ||
<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/#dictionary-based-attributes"> | ||
<link rel="help" href="https://mathml-refresh.github.io/mathml-core/#operator-dictionary"> | ||
<link rel="help" href="https://mathml-refresh.github.io/mathml-core/#stretchy-operator-axis"> | ||
<meta name="assert" content="Verify default properties for characters that are in the operator dictionary, as well as for U+00A0 NO-BREAK SPACE"> | ||
<meta name="timeout" content="long"> | ||
<script src="/resources/testharness.js"></script> | ||
<script src="/resources/testharnessreport.js"></script> | ||
<script src="/mathml/support/feature-detection.js"></script> | ||
<script src="/mathml/support/operator-dictionary.js"></script> | ||
<script src="./support/operator-dictionary-tests.js"></script> | ||
<link rel="stylesheet" href="./support/operator-dictionary-tests.css"/> | ||
<script> | ||
setup({ explicit_done: true }); | ||
window.addEventListener("load", () => { document.fonts.ready.then(runTests); }); | ||
async function runTests() { | ||
let json = await fetchOperatorDictionary(); | ||
OperatorDictionaryTests.run(json, "lspace/rspace", 0); | ||
done(); | ||
} | ||
</script> | ||
</head> | ||
<body> | ||
<div id="log"></div> | ||
</body> | ||
</html> |
31 changes: 31 additions & 0 deletions
31
...-platform/tests/mathml/presentation-markup/operators/operator-dictionary-spacing-002.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<meta charset="utf-8"> | ||
<title>Operator dictionary</title> | ||
<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/#dictionary-based-attributes"> | ||
<link rel="help" href="https://mathml-refresh.github.io/mathml-core/#operator-dictionary"> | ||
<link rel="help" href="https://mathml-refresh.github.io/mathml-core/#stretchy-operator-axis"> | ||
<meta name="assert" content="Verify default properties for characters that are in the operator dictionary, as well as for U+00A0 NO-BREAK SPACE"> | ||
<meta name="timeout" content="long"> | ||
<script src="/resources/testharness.js"></script> | ||
<script src="/resources/testharnessreport.js"></script> | ||
<script src="/mathml/support/feature-detection.js"></script> | ||
<script src="/mathml/support/operator-dictionary.js"></script> | ||
<script src="./support/operator-dictionary-tests.js"></script> | ||
<link rel="stylesheet" href="./support/operator-dictionary-tests.css"/> | ||
<script> | ||
setup({ explicit_done: true }); | ||
window.addEventListener("load", () => { document.fonts.ready.then(runTests); }); | ||
async function runTests() { | ||
let json = await fetchOperatorDictionary(); | ||
OperatorDictionaryTests.run(json, "lspace/rspace", 1); | ||
done(); | ||
} | ||
</script> | ||
</head> | ||
<body> | ||
<div id="log"></div> | ||
</body> | ||
</html> |
31 changes: 31 additions & 0 deletions
31
...-platform/tests/mathml/presentation-markup/operators/operator-dictionary-spacing-003.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<meta charset="utf-8"> | ||
<title>Operator dictionary</title> | ||
<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/#dictionary-based-attributes"> | ||
<link rel="help" href="https://mathml-refresh.github.io/mathml-core/#operator-dictionary"> | ||
<link rel="help" href="https://mathml-refresh.github.io/mathml-core/#stretchy-operator-axis"> | ||
<meta name="assert" content="Verify default properties for characters that are in the operator dictionary, as well as for U+00A0 NO-BREAK SPACE"> | ||
<meta name="timeout" content="long"> | ||
<script src="/resources/testharness.js"></script> | ||
<script src="/resources/testharnessreport.js"></script> | ||
<script src="/mathml/support/feature-detection.js"></script> | ||
<script src="/mathml/support/operator-dictionary.js"></script> | ||
<script src="./support/operator-dictionary-tests.js"></script> | ||
<link rel="stylesheet" href="./support/operator-dictionary-tests.css"/> | ||
<script> | ||
setup({ explicit_done: true }); | ||
window.addEventListener("load", () => { document.fonts.ready.then(runTests); }); | ||
async function runTests() { | ||
let json = await fetchOperatorDictionary(); | ||
OperatorDictionaryTests.run(json, "lspace/rspace", 2); | ||
done(); | ||
} | ||
</script> | ||
</head> | ||
<body> | ||
<div id="log"></div> | ||
</body> | ||
</html> |
31 changes: 31 additions & 0 deletions
31
...-platform/tests/mathml/presentation-markup/operators/operator-dictionary-spacing-004.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<meta charset="utf-8"> | ||
<title>Operator dictionary</title> | ||
<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/#dictionary-based-attributes"> | ||
<link rel="help" href="https://mathml-refresh.github.io/mathml-core/#operator-dictionary"> | ||
<link rel="help" href="https://mathml-refresh.github.io/mathml-core/#stretchy-operator-axis"> | ||
<meta name="assert" content="Verify default properties for characters that are in the operator dictionary, as well as for U+00A0 NO-BREAK SPACE"> | ||
<meta name="timeout" content="long"> | ||
<script src="/resources/testharness.js"></script> | ||
<script src="/resources/testharnessreport.js"></script> | ||
<script src="/mathml/support/feature-detection.js"></script> | ||
<script src="/mathml/support/operator-dictionary.js"></script> | ||
<script src="./support/operator-dictionary-tests.js"></script> | ||
<link rel="stylesheet" href="./support/operator-dictionary-tests.css"/> | ||
<script> | ||
setup({ explicit_done: true }); | ||
window.addEventListener("load", () => { document.fonts.ready.then(runTests); }); | ||
async function runTests() { | ||
let json = await fetchOperatorDictionary(); | ||
OperatorDictionaryTests.run(json, "lspace/rspace", 3); | ||
done(); | ||
} | ||
</script> | ||
</head> | ||
<body> | ||
<div id="log"></div> | ||
</body> | ||
</html> |
Oops, something went wrong.