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:
Servo WPT Sync 2025-02-09 02:38:02 +01:00 committed by GitHub
parent df73d02932
commit a284bbd29d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
487 changed files with 12243 additions and 4352 deletions

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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