Revert "Backport several style changes from Gecko (5) (#30099)" (#30104)

This reverts commit 8e15389cae.
This commit is contained in:
Oriol Brufau 2023-08-16 08:24:42 +02:00 committed by GitHub
parent 8e15389cae
commit d6ae8dc112
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
152 changed files with 4622 additions and 5862 deletions

View file

@ -1,4 +1,34 @@
[viewport-units-media-queries.html]
[@media(width:100vi) applies]
expected: FAIL
[@media(width:100svw) applies]
expected: FAIL
[@media(width:100svi) applies]
expected: FAIL
[@media(width:100svmax) applies]
expected: FAIL
[@media(width:100lvw) applies]
expected: FAIL
[@media(width:100lvi) applies]
expected: FAIL
[@media(width:100lvmax) applies]
expected: FAIL
[@media(width:100dvw) applies]
expected: FAIL
[@media(width:100dvi) applies]
expected: FAIL
[@media(width:100dvmax) applies]
expected: FAIL
[@media(height:100vh) applies]
expected: FAIL

View file

@ -0,0 +1,60 @@
[viewport-units-parsing.html]
[e.style['width'\] = "1vi" should set the property value]
expected: FAIL
[e.style['width'\] = "1vb" should set the property value]
expected: FAIL
[e.style['width'\] = "1svw" should set the property value]
expected: FAIL
[e.style['width'\] = "1svh" should set the property value]
expected: FAIL
[e.style['width'\] = "1svi" should set the property value]
expected: FAIL
[e.style['width'\] = "1svb" should set the property value]
expected: FAIL
[e.style['width'\] = "1svmin" should set the property value]
expected: FAIL
[e.style['width'\] = "1svmax" should set the property value]
expected: FAIL
[e.style['width'\] = "1lvw" should set the property value]
expected: FAIL
[e.style['width'\] = "1lvh" should set the property value]
expected: FAIL
[e.style['width'\] = "1lvi" should set the property value]
expected: FAIL
[e.style['width'\] = "1lvb" should set the property value]
expected: FAIL
[e.style['width'\] = "1lvmin" should set the property value]
expected: FAIL
[e.style['width'\] = "1lvmax" should set the property value]
expected: FAIL
[e.style['width'\] = "1dvw" should set the property value]
expected: FAIL
[e.style['width'\] = "1dvh" should set the property value]
expected: FAIL
[e.style['width'\] = "1dvi" should set the property value]
expected: FAIL
[e.style['width'\] = "1dvb" should set the property value]
expected: FAIL
[e.style['width'\] = "1dvmin" should set the property value]
expected: FAIL
[e.style['width'\] = "1dvmax" should set the property value]
expected: FAIL