mirror of
https://github.com/servo/servo.git
synced 2025-08-16 02:45:36 +01:00
Update web-platform-tests to revision b'1a5b13545ae58e468ed11e4c21912a3faf3355ea' (#35384)
Signed-off-by: WPT Sync Bot <ghbot+wpt-sync@servo.org>
This commit is contained in:
parent
df73d02932
commit
a284bbd29d
487 changed files with 12243 additions and 4352 deletions
|
@ -1,3 +1,9 @@
|
|||
[font-style-computed.html]
|
||||
[Property font-style value 'oblique calc(30deg + (sign(20cqw - 10px) * 5deg))']
|
||||
expected: FAIL
|
||||
|
||||
[Property font-style value 'oblique 0deg']
|
||||
expected: FAIL
|
||||
|
||||
[Property font-style value 'oblique calc(10deg - 10deg)']
|
||||
expected: FAIL
|
||||
|
|
|
@ -1,3 +1,6 @@
|
|||
[font-style-valid.html]
|
||||
[e.style['font-style'\] = "oblique calc(30deg + (sign(2cqw - 10px) * 5deg))" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['font-style'\] = "oblique 0deg" should set the property value]
|
||||
expected: FAIL
|
||||
|
|
|
@ -40,3 +40,24 @@
|
|||
|
||||
[Property font-synthesis value 'weight style small-caps position']
|
||||
expected: FAIL
|
||||
|
||||
[Property font-synthesis value 'oblique-only']
|
||||
expected: FAIL
|
||||
|
||||
[Property font-synthesis value 'oblique-only small-caps']
|
||||
expected: FAIL
|
||||
|
||||
[Property font-synthesis value 'oblique-only position']
|
||||
expected: FAIL
|
||||
|
||||
[Property font-synthesis value 'oblique-only small-caps position']
|
||||
expected: FAIL
|
||||
|
||||
[Property font-synthesis value 'weight oblique-only']
|
||||
expected: FAIL
|
||||
|
||||
[Property font-synthesis value 'weight oblique-only small-caps']
|
||||
expected: FAIL
|
||||
|
||||
[Property font-synthesis value 'weight oblique-only small-caps position']
|
||||
expected: FAIL
|
||||
|
|
|
@ -4,3 +4,6 @@
|
|||
|
||||
[e.style['font-synthesis-style'\] = "none" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['font-synthesis-style'\] = "oblique-only" should set the property value]
|
||||
expected: FAIL
|
||||
|
|
|
@ -40,3 +40,30 @@
|
|||
|
||||
[e.style['font-synthesis'\] = "position weight small-caps style" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['font-synthesis'\] = "oblique-only" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['font-synthesis'\] = "oblique-only weight" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['font-synthesis'\] = "small-caps oblique-only" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['font-synthesis'\] = "oblique-only weight small-caps" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['font-synthesis'\] = "oblique-only small-caps weight " should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['font-synthesis'\] = "small-caps oblique-only weight " should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['font-synthesis'\] = "position oblique-only" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['font-synthesis'\] = "position weight oblique-only" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['font-synthesis'\] = "position weight small-caps oblique-only" should set the property value]
|
||||
expected: FAIL
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue