Tests: Resync imported WPT tests

This commit is contained in:
Tim Ledbetter
2026-04-04 17:18:58 +01:00
committed by Shannon Booth
parent dda3cb99b7
commit 504a8e6d1d
Notes: github-actions[bot] 2026-04-04 21:38:15 +00:00
306 changed files with 6274 additions and 2460 deletions

View File

@@ -112,7 +112,7 @@
}
function family_name() {
var values = ['Arial', {actual: "'Lucida Grande'", serialized: '"Lucida Grande"'}];
var values = ['Arial', {actual: "'Lucida Grande'", serialized: 'Lucida Grande'}];
return iterable(values);
}
@@ -264,6 +264,11 @@
}
var properties = [
['alignment-baseline', {
'values': ['baseline', 'text-bottom', 'alphabetic', 'ideographic', 'middle',
'central', 'mathematical', 'text-top', 'inherit'],
'initial': 'baseline'
}],
['background-attachment', {
'values': ['scroll', 'fixed', 'inherit'],
'initial': 'scroll',
@@ -288,6 +293,14 @@
'values': ['repeat', 'repeat-x', 'repeat-y', 'no-repeat', 'inherit'],
'initial': 'repeat',
}],
['baseline-shift', {
'values': ['sub', 'super', 'top', 'center', 'bottom', percentage, length, 'inherit'],
'initial': '0',
}],
['baseline-source', {
'values': ['auto', 'first', 'last', 'inherit'],
'initial': 'auto',
}],
//background
['border-collapse', {
'values': ['collapse', 'separate', 'inherit'],
@@ -576,11 +589,6 @@
'values': ['normal', 'embed', 'bidi-override', 'inherit'],
'initial': 'normal',
}],
['vertical-align', {
'values': ['baseline', 'sub', 'super', 'top', 'text-top', 'middle', 'bottom', 'text-bottom',
percentage, length, 'inherit'],
'initial': 'baseline',
}],
['visibility', {
'values': ['visible', 'hidden', 'collapse', 'inherit'],
'initial': 'visible',