mirror of
https://github.com/servo/servo.git
synced 2025-09-30 08:39:16 +01:00
Update web-platform-tests to revision b'cb53e377321267af4f5a1f05b3b851aab6fa8ede' (#32313)
This commit is contained in:
parent
8868c1372b
commit
b44d064fae
364 changed files with 7960 additions and 1600 deletions
|
@ -0,0 +1,2 @@
|
|||
[font-size-adjust-ic-height.tentative.html]
|
||||
expected: FAIL
|
|
@ -70,3 +70,6 @@
|
|||
|
||||
[CSS Fonts Module Level 4: parsing @font-palette-values 24]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Fonts Module Level 4: parsing @font-palette-values 25]
|
||||
expected: FAIL
|
||||
|
|
|
@ -100,3 +100,6 @@
|
|||
|
||||
[CSS Fonts Module Level 4: parsing @font-palette-values 33]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Fonts Module Level 4: parsing @font-palette-values 34]
|
||||
expected: FAIL
|
||||
|
|
|
@ -0,0 +1,27 @@
|
|||
[scroll-markers-computed.tentative.html]
|
||||
[Property scroll-markers value 'initial']
|
||||
expected: FAIL
|
||||
|
||||
[Property scroll-markers value 'inherit']
|
||||
expected: FAIL
|
||||
|
||||
[Property scroll-markers value 'unset']
|
||||
expected: FAIL
|
||||
|
||||
[Property scroll-markers value 'revert']
|
||||
expected: FAIL
|
||||
|
||||
[Property scroll-markers value 'none']
|
||||
expected: FAIL
|
||||
|
||||
[Property scroll-markers value 'before']
|
||||
expected: FAIL
|
||||
|
||||
[Property scroll-markers value 'after']
|
||||
expected: FAIL
|
||||
|
||||
[The scroll-markers property shows up in CSSStyleDeclaration enumeration]
|
||||
expected: FAIL
|
||||
|
||||
[The scroll-markers property shows up in CSSStyleDeclaration.cssText]
|
||||
expected: FAIL
|
|
@ -0,0 +1,21 @@
|
|||
[scroll-markers-valid.tentative.html]
|
||||
[e.style['scroll-markers'\] = "initial" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['scroll-markers'\] = "inherit" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['scroll-markers'\] = "unset" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['scroll-markers'\] = "revert" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['scroll-markers'\] = "none" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['scroll-markers'\] = "before" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['scroll-markers'\] = "after" should set the property value]
|
||||
expected: FAIL
|
|
@ -0,0 +1,24 @@
|
|||
[highlight-pseudos-computed-001.tentative.html]
|
||||
[getComputedStyle() for ::search-text]
|
||||
expected: FAIL
|
||||
|
||||
[getComputedStyle() for ::search-text: should return an empty CSSStyleDeclaration]
|
||||
expected: FAIL
|
||||
|
||||
[getComputedStyle() for ::search-text) should return an empty CSSStyleDeclaration]
|
||||
expected: FAIL
|
||||
|
||||
[getComputedStyle() for ::search-text( should return an empty CSSStyleDeclaration]
|
||||
expected: FAIL
|
||||
|
||||
[getComputedStyle() for ::search-text(foo) should return an empty CSSStyleDeclaration]
|
||||
expected: FAIL
|
||||
|
||||
[getComputedStyle() for ::search-text() should return an empty CSSStyleDeclaration]
|
||||
expected: FAIL
|
||||
|
||||
[getComputedStyle() for :::search-text should return an empty CSSStyleDeclaration]
|
||||
expected: FAIL
|
||||
|
||||
[getComputedStyle() for ::search-text. should return an empty CSSStyleDeclaration]
|
||||
expected: FAIL
|
|
@ -0,0 +1,36 @@
|
|||
[highlight-pseudos-001.tentative.html]
|
||||
["::search-text" should be a valid selector]
|
||||
expected: FAIL
|
||||
|
||||
[".a::search-text" should be a valid selector]
|
||||
expected: FAIL
|
||||
|
||||
["div ::search-text" should be a valid selector]
|
||||
expected: FAIL
|
||||
|
||||
["::part(my-part)::search-text" should be a valid selector]
|
||||
expected: FAIL
|
||||
|
||||
["::search-text:current" should be a valid selector]
|
||||
expected: FAIL
|
||||
|
||||
[".a::search-text:current" should be a valid selector]
|
||||
expected: FAIL
|
||||
|
||||
["div ::search-text:current" should be a valid selector]
|
||||
expected: FAIL
|
||||
|
||||
["::part(my-part)::search-text:current" should be a valid selector]
|
||||
expected: FAIL
|
||||
|
||||
["::search-text:not(:current)" should be a valid selector]
|
||||
expected: FAIL
|
||||
|
||||
[".a::search-text:not(:current)" should be a valid selector]
|
||||
expected: FAIL
|
||||
|
||||
["div ::search-text:not(:current)" should be a valid selector]
|
||||
expected: FAIL
|
||||
|
||||
["::part(my-part)::search-text:not(:current)" should be a valid selector]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[disconnected-element-001.html]
|
||||
expected: TIMEOUT
|
Loading…
Add table
Add a link
Reference in a new issue