mirror of
https://github.com/servo/servo.git
synced 2025-08-11 08:25:32 +01:00
Sync WPT with upstream (04-10-2023) (#30493)
* Update web-platform-tests to revision b'dfda99176a5d552fb1129fa353b7e4c69f6ed92c' * fix linter errors after WPT import Signed-off-by: Mukilan Thiyagarajan <mukilan@igalia.com> * Update expectations --------- Signed-off-by: Mukilan Thiyagarajan <mukilan@igalia.com> Co-authored-by: Mukilan Thiyagarajan <mukilan@igalia.com> Co-authored-by: sagudev <16504129+sagudev@users.noreply.github.com>
This commit is contained in:
parent
92defbb4ef
commit
c06ec90151
2986 changed files with 82877 additions and 27441 deletions
|
@ -0,0 +1,2 @@
|
|||
[hanging-punctuation-first-002.html]
|
||||
expected: FAIL
|
|
@ -28,3 +28,81 @@
|
|||
|
||||
[e.style['text-autospace'\] = "punctuation ideograph-alpha ideograph-numeric" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['text-autospace'\] = "ideograph-alpha insert" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['text-autospace'\] = "ideograph-numeric insert" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['text-autospace'\] = "ideograph-alpha ideograph-numeric insert" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['text-autospace'\] = "punctuation insert" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['text-autospace'\] = "punctuation normal insert" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['text-autospace'\] = "punctuation ideograph-alpha insert" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['text-autospace'\] = "insert ideograph-alpha" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['text-autospace'\] = "insert ideograph-numeric" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['text-autospace'\] = "insert ideograph-alpha ideograph-numeric" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['text-autospace'\] = "insert punctuation" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['text-autospace'\] = "insert punctuation normal" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['text-autospace'\] = "insert punctuation ideograph-alpha" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['text-autospace'\] = "insert punctuation ideograph-alpha ideograph-numeric" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['text-autospace'\] = "ideograph-alpha replace" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['text-autospace'\] = "ideograph-numeric replace" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['text-autospace'\] = "ideograph-alpha ideograph-numeric replace" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['text-autospace'\] = "punctuation replace" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['text-autospace'\] = "punctuation normal replace" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['text-autospace'\] = "punctuation ideograph-alpha replace" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['text-autospace'\] = "replace ideograph-alpha" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['text-autospace'\] = "replace ideograph-numeric" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['text-autospace'\] = "replace ideograph-alpha ideograph-numeric" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['text-autospace'\] = "replace punctuation" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['text-autospace'\] = "replace punctuation normal" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['text-autospace'\] = "replace punctuation ideograph-alpha" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['text-autospace'\] = "replace punctuation ideograph-alpha ideograph-numeric" should set the property value]
|
||||
expected: FAIL
|
||||
|
|
|
@ -0,0 +1,24 @@
|
|||
[text-spacing-trim-computed.html]
|
||||
[Property text-spacing-trim value 'auto']
|
||||
expected: FAIL
|
||||
|
||||
[Property text-spacing-trim value 'space-all']
|
||||
expected: FAIL
|
||||
|
||||
[Property text-spacing-trim value 'trim-auto']
|
||||
expected: FAIL
|
||||
|
||||
[Property text-spacing-trim value 'trim-all']
|
||||
expected: FAIL
|
||||
|
||||
[Property text-spacing-trim value 'allow-end']
|
||||
expected: FAIL
|
||||
|
||||
[Property text-spacing-trim value 'space-first']
|
||||
expected: FAIL
|
||||
|
||||
[Property text-spacing-trim value 'allow-end space-first']
|
||||
expected: FAIL
|
||||
|
||||
[Property text-spacing-trim value 'space-first allow-end']
|
||||
expected: FAIL
|
|
@ -0,0 +1,24 @@
|
|||
[text-spacing-trim-valid.html]
|
||||
[e.style['text-spacing-trim'\] = "auto" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['text-spacing-trim'\] = "space-all" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['text-spacing-trim'\] = "trim-auto" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['text-spacing-trim'\] = "trim-all" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['text-spacing-trim'\] = "allow-end" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['text-spacing-trim'\] = "space-first" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['text-spacing-trim'\] = "allow-end space-first" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['text-spacing-trim'\] = "space-first allow-end" should set the property value]
|
||||
expected: FAIL
|
|
@ -28,3 +28,54 @@
|
|||
|
||||
[e.style['text-wrap'\] = "revert-layer" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['text-wrap'\] = "auto" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['text-wrap'\] = "wrap auto" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['text-wrap'\] = "wrap balance" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['text-wrap'\] = "wrap pretty" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['text-wrap'\] = "wrap stable" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['text-wrap'\] = "auto wrap" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['text-wrap'\] = "balance wrap" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['text-wrap'\] = "pretty wrap" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['text-wrap'\] = "stable wrap" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['text-wrap'\] = "nowrap auto" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['text-wrap'\] = "nowrap balance" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['text-wrap'\] = "nowrap pretty" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['text-wrap'\] = "nowrap stable" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['text-wrap'\] = "auto nowrap" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['text-wrap'\] = "balance nowrap" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['text-wrap'\] = "pretty nowrap" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['text-wrap'\] = "stable nowrap" should set the property value]
|
||||
expected: FAIL
|
||||
|
|
|
@ -1,6 +0,0 @@
|
|||
[word-boundary-detection-computed.html]
|
||||
[Property word-boundary-detection value 'normal']
|
||||
expected: FAIL
|
||||
|
||||
[Property word-boundary-detection value 'manual']
|
||||
expected: FAIL
|
|
@ -1,6 +0,0 @@
|
|||
[word-boundary-detection-valid.html]
|
||||
[e.style['word-boundary-detection'\] = "normal" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['word-boundary-detection'\] = "manual" should set the property value]
|
||||
expected: FAIL
|
|
@ -1,9 +0,0 @@
|
|||
[word-boundary-expansion-computed.html]
|
||||
[Property word-boundary-expansion value 'none']
|
||||
expected: FAIL
|
||||
|
||||
[Property word-boundary-expansion value 'space']
|
||||
expected: FAIL
|
||||
|
||||
[Property word-boundary-expansion value 'ideographic-space']
|
||||
expected: FAIL
|
|
@ -1,9 +0,0 @@
|
|||
[word-boundary-expansion-valid.html]
|
||||
[e.style['word-boundary-expansion'\] = "none" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['word-boundary-expansion'\] = "space" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['word-boundary-expansion'\] = "ideographic-space" should set the property value]
|
||||
expected: FAIL
|
|
@ -13,3 +13,6 @@
|
|||
|
||||
[e.style['word-break'\] = "auto-phrase" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['word-break'\] = "manual" should set the property value]
|
||||
expected: FAIL
|
||||
|
|
|
@ -0,0 +1,15 @@
|
|||
[word-space-transform-computed.html]
|
||||
[Property word-space-transform value 'none']
|
||||
expected: FAIL
|
||||
|
||||
[Property word-space-transform value 'space']
|
||||
expected: FAIL
|
||||
|
||||
[Property word-space-transform value 'ideographic-space']
|
||||
expected: FAIL
|
||||
|
||||
[Property word-space-transform value 'space auto-phrase']
|
||||
expected: FAIL
|
||||
|
||||
[Property word-space-transform value 'ideographic-space auto-phrase']
|
||||
expected: FAIL
|
|
@ -0,0 +1,21 @@
|
|||
[word-space-transform-valid.html]
|
||||
[e.style['word-space-transform'\] = "none" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['word-space-transform'\] = "space" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['word-space-transform'\] = "ideographic-space" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['word-space-transform'\] = "space auto-phrase" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['word-space-transform'\] = "ideographic-space auto-phrase" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['word-space-transform'\] = "auto-phrase space" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['word-space-transform'\] = "auto-phrase ideographic-space" should set the property value]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[tab-size-integer-005.html]
|
||||
expected: CRASH
|
|
@ -0,0 +1,2 @@
|
|||
[text-autospace-001.html]
|
||||
expected: ERROR
|
|
@ -0,0 +1,2 @@
|
|||
[text-autospace-dynamic-001.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[text-autospace-first-line-001.html]
|
||||
[text-autospace-first-line-001]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[text-autospace-ligature-001.html]
|
||||
expected: ERROR
|
|
@ -0,0 +1,2 @@
|
|||
[text-autospace-no-001.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,5 @@
|
|||
[text-spacing-trim-colon-001.html?class=chws,vrl]
|
||||
expected: FAIL
|
||||
|
||||
[text-spacing-trim-colon-001.html?class=halt,vrl]
|
||||
expected: FAIL
|
|
@ -0,0 +1,27 @@
|
|||
[text-spacing-trim-combinations-001.html]
|
||||
["国((国"]
|
||||
expected: FAIL
|
||||
|
||||
["国・(国"]
|
||||
expected: FAIL
|
||||
|
||||
["国)(国"]
|
||||
expected: FAIL
|
||||
|
||||
["国 (国"]
|
||||
expected: FAIL
|
||||
|
||||
["国))国"]
|
||||
expected: FAIL
|
||||
|
||||
["国)・国"]
|
||||
expected: FAIL
|
||||
|
||||
["国) 国"]
|
||||
expected: FAIL
|
||||
|
||||
["国(((国"]
|
||||
expected: FAIL
|
||||
|
||||
["国)))国"]
|
||||
expected: FAIL
|
|
@ -0,0 +1,5 @@
|
|||
[text-spacing-trim-dot-001.html?class=chws,vrl]
|
||||
expected: FAIL
|
||||
|
||||
[text-spacing-trim-dot-001.html?class=halt,vrl]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[text-transform-capitalize-035.html]
|
||||
expected: FAIL
|
|
@ -1,2 +0,0 @@
|
|||
[text-space-collapse-discard-001.xht]
|
||||
expected: FAIL
|
|
@ -1,2 +0,0 @@
|
|||
[text-space-collapse-preserve-breaks-001.xht]
|
||||
expected: FAIL
|
|
@ -1,2 +0,0 @@
|
|||
[text-space-trim-trim-inner-001.xht]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[text-wrap-balance-float-001.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[text-wrap-balance-float-002.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[text-wrap-balance-float-003.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[text-wrap-balance-float-004.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[text-wrap-balance-float-005.html]
|
||||
expected: FAIL
|
|
@ -1,6 +0,0 @@
|
|||
[trailing-space-position-001.html]
|
||||
[CSS Test: Positions of trailing collapsible spaces 1]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Test: Positions of trailing collapsible spaces 3]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[white-space-collapse-discard-001.xht]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[white-space-collapse-preserve-breaks-001.xht]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[white-space-trim-discard-inner-001.xht]
|
||||
expected: FAIL
|
|
@ -1,2 +0,0 @@
|
|||
[word-boundary-001.html]
|
||||
expected: FAIL
|
|
@ -1,2 +0,0 @@
|
|||
[word-boundary-002.html]
|
||||
expected: FAIL
|
|
@ -1,2 +0,0 @@
|
|||
[word-boundary-003.html]
|
||||
expected: FAIL
|
|
@ -1,2 +0,0 @@
|
|||
[word-boundary-004.html]
|
||||
expected: FAIL
|
|
@ -1,2 +0,0 @@
|
|||
[word-boundary-005.html]
|
||||
expected: FAIL
|
|
@ -1,2 +0,0 @@
|
|||
[word-boundary-006.html]
|
||||
expected: FAIL
|
|
@ -1,2 +0,0 @@
|
|||
[word-boundary-007.html]
|
||||
expected: FAIL
|
|
@ -1,2 +0,0 @@
|
|||
[word-boundary-008.html]
|
||||
expected: FAIL
|
|
@ -1,2 +0,0 @@
|
|||
[word-boundary-009.html]
|
||||
expected: FAIL
|
|
@ -1,2 +0,0 @@
|
|||
[word-boundary-010.html]
|
||||
expected: FAIL
|
|
@ -1,2 +0,0 @@
|
|||
[word-boundary-011.html]
|
||||
expected: FAIL
|
|
@ -1,2 +0,0 @@
|
|||
[word-boundary-012.html]
|
||||
expected: FAIL
|
|
@ -1,2 +0,0 @@
|
|||
[word-boundary-013.html]
|
||||
expected: FAIL
|
|
@ -1,2 +0,0 @@
|
|||
[word-boundary-014.html]
|
||||
expected: FAIL
|
|
@ -1,2 +0,0 @@
|
|||
[word-boundary-102.html]
|
||||
expected: FAIL
|
|
@ -1,2 +0,0 @@
|
|||
[word-boundary-103.html]
|
||||
expected: FAIL
|
|
@ -1,2 +0,0 @@
|
|||
[word-boundary-104.html]
|
||||
expected: FAIL
|
|
@ -1,2 +0,0 @@
|
|||
[word-boundary-105.html]
|
||||
expected: FAIL
|
|
@ -1,2 +0,0 @@
|
|||
[word-boundary-107.html]
|
||||
expected: FAIL
|
|
@ -1,2 +0,0 @@
|
|||
[word-boundary-108.html]
|
||||
expected: FAIL
|
|
@ -1,2 +0,0 @@
|
|||
[word-boundary-109.html]
|
||||
expected: FAIL
|
|
@ -1,2 +0,0 @@
|
|||
[word-boundary-110.html]
|
||||
expected: FAIL
|
|
@ -1,2 +0,0 @@
|
|||
[word-boundary-112.html]
|
||||
expected: FAIL
|
|
@ -1,2 +0,0 @@
|
|||
[word-boundary-113.html]
|
||||
expected: FAIL
|
|
@ -1,2 +0,0 @@
|
|||
[word-boundary-114.html]
|
||||
expected: FAIL
|
|
@ -1,2 +0,0 @@
|
|||
[word-boundary-115.html]
|
||||
expected: FAIL
|
|
@ -1,2 +0,0 @@
|
|||
[word-boundary-116.html]
|
||||
expected: FAIL
|
|
@ -1,2 +0,0 @@
|
|||
[word-boundary-117.html]
|
||||
expected: FAIL
|
|
@ -1,2 +0,0 @@
|
|||
[word-boundary-118.html]
|
||||
expected: FAIL
|
|
@ -1,2 +0,0 @@
|
|||
[word-boundary-119.html]
|
||||
expected: FAIL
|
|
@ -1,2 +0,0 @@
|
|||
[word-boundary-120.html]
|
||||
expected: FAIL
|
|
@ -1,2 +0,0 @@
|
|||
[word-boundary-121.html]
|
||||
expected: FAIL
|
|
@ -1,2 +0,0 @@
|
|||
[word-boundary-122.html]
|
||||
expected: FAIL
|
|
@ -1,2 +0,0 @@
|
|||
[word-boundary-123.html]
|
||||
expected: FAIL
|
|
@ -1,2 +0,0 @@
|
|||
[word-boundary-124.html]
|
||||
expected: FAIL
|
|
@ -1,2 +0,0 @@
|
|||
[word-boundary-125.html]
|
||||
expected: FAIL
|
|
@ -1,2 +0,0 @@
|
|||
[word-boundary-126.html]
|
||||
expected: FAIL
|
|
@ -1,2 +0,0 @@
|
|||
[word-boundary-127.html]
|
||||
expected: FAIL
|
|
@ -1,2 +0,0 @@
|
|||
[word-boundary-128.html]
|
||||
expected: FAIL
|
|
@ -1,2 +0,0 @@
|
|||
[word-boundary-129.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[word-break-normal-002.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[word-break-normal-003.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[word-break-normal-th-001.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[word-space-transform-001.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[word-space-transform-002.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[word-space-transform-003.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[word-space-transform-004.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[word-space-transform-005.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[word-space-transform-006.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[word-space-transform-007.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[word-space-transform-008.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[word-space-transform-009.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[word-space-transform-010.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[word-space-transform-011.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[word-space-transform-012.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[word-space-transform-013.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[word-space-transform-014.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[word-space-transform-016.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[word-space-transform-017.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[word-space-transform-018.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[word-space-transform-019.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[word-space-transform-023.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[word-space-transform-030.html]
|
||||
expected: FAIL
|
Loading…
Add table
Add a link
Reference in a new issue