mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-27 18:17:22 +02:00
Tests: Resync imported WPT tests
This commit is contained in:
committed by
Shannon Booth
parent
dda3cb99b7
commit
504a8e6d1d
Notes:
github-actions[bot]
2026-04-04 21:38:15 +00:00
Author: https://github.com/tcl3 Commit: https://github.com/LadybirdBrowser/ladybird/commit/504a8e6d1d3 Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/8776 Reviewed-by: https://github.com/shannonbooth ✅
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user