Run same tests for layout-2020 and layout-2013 (#30092)

Most tests were only being run for layout-2013, not for layout-2020.
This wasn't great since layout-2020 is now the default.

So this patch unifies the lists of included tests for both layouts.
For layout-2013 this implies adding css/css-content/, css/css-logical/
and css/css-masking/clip/.
For layout-2020 this implies adding several additional css tests, and
also tests like dom/, js/, html/, etc.
This commit is contained in:
Oriol Brufau 2023-08-15 02:28:32 +02:00 committed by GitHub
parent 78c7011240
commit 963104e5fc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4797 changed files with 679983 additions and 5390 deletions

View file

@ -0,0 +1,6 @@
[image-orientation-computed.html]
[Property image-orientation value 'from-image']
expected: FAIL
[Property image-orientation value 'none']
expected: FAIL

View file

@ -0,0 +1,6 @@
[image-orientation-valid.html]
[e.style['image-orientation'\] = "from-image" should set the property value]
expected: FAIL
[e.style['image-orientation'\] = "none" should set the property value]
expected: FAIL

View file

@ -0,0 +1,6 @@
[image-rendering-computed.html]
[Property image-rendering value 'smooth']
expected: FAIL
[Property image-rendering value 'high-quality']
expected: FAIL

View file

@ -0,0 +1,6 @@
[image-rendering-valid.html]
[e.style['image-rendering'\] = "smooth" should set the property value]
expected: FAIL
[e.style['image-rendering'\] = "high-quality" should set the property value]
expected: FAIL

View file

@ -0,0 +1,36 @@
[image-resolution-valid.html]
[e.style['image-resolution'\] = "1dpi" should set the property value]
expected: FAIL
[e.style['image-resolution'\] = "2dpcm from-image" should set the property value]
expected: FAIL
[e.style['image-resolution'\] = "3dppx from-image snap" should set the property value]
expected: FAIL
[e.style['image-resolution'\] = "4dpi snap" should set the property value]
expected: FAIL
[e.style['image-resolution'\] = "from-image" should set the property value]
expected: FAIL
[e.style['image-resolution'\] = "from-image 5dpcm" should set the property value]
expected: FAIL
[e.style['image-resolution'\] = "from-image 6dppx snap" should set the property value]
expected: FAIL
[e.style['image-resolution'\] = "from-image snap" should set the property value]
expected: FAIL
[e.style['image-resolution'\] = "snap 7.5dpi" should set the property value]
expected: FAIL
[e.style['image-resolution'\] = "snap -8dpcm from-image" should set the property value]
expected: FAIL
[e.style['image-resolution'\] = "snap from-image" should set the property value]
expected: FAIL
[e.style['image-resolution'\] = "snap from-image 0dppx" should set the property value]
expected: FAIL

View file

@ -0,0 +1,18 @@
[object-fit-computed.html]
[Property object-fit value 'contain']
expected: FAIL
[Property object-fit value 'cover']
expected: FAIL
[Property object-fit value 'cover scale-down']
expected: FAIL
[Property object-fit value 'fill']
expected: FAIL
[Property object-fit value 'none']
expected: FAIL
[Property object-fit value 'scale-down']
expected: FAIL

View file

@ -0,0 +1,27 @@
[object-fit-valid.html]
[e.style['object-fit'\] = "contain" should set the property value]
expected: FAIL
[e.style['object-fit'\] = "contain scale-down" should set the property value]
expected: FAIL
[e.style['object-fit'\] = "cover" should set the property value]
expected: FAIL
[e.style['object-fit'\] = "cover scale-down" should set the property value]
expected: FAIL
[e.style['object-fit'\] = "fill" should set the property value]
expected: FAIL
[e.style['object-fit'\] = "none" should set the property value]
expected: FAIL
[e.style['object-fit'\] = "scale-down" should set the property value]
expected: FAIL
[e.style['object-fit'\] = "scale-down contain" should set the property value]
expected: FAIL
[e.style['object-fit'\] = "scale-down cover" should set the property value]
expected: FAIL

View file

@ -0,0 +1,48 @@
[object-position-computed.html]
[Property object-position value '10% center']
expected: FAIL
[Property object-position value 'right 30% top 60px']
expected: FAIL
[Property object-position value '-20% -30px']
expected: FAIL
[Property object-position value '30px center']
expected: FAIL
[Property object-position value '40px top']
expected: FAIL
[Property object-position value 'right 20% bottom 10%']
expected: FAIL
[Property object-position value 'right bottom']
expected: FAIL
[Property object-position value 'center 50px']
expected: FAIL
[Property object-position value 'center bottom']
expected: FAIL
[Property object-position value 'left center']
expected: FAIL
[Property object-position value 'left bottom']
expected: FAIL
[Property object-position value 'right 40%']
expected: FAIL
[Property object-position value 'center top']
expected: FAIL
[Property object-position value 'center']
expected: FAIL
[Property object-position value 'center center']
expected: FAIL
[Property object-position value 'right 20px bottom 10px']
expected: FAIL

View file

@ -0,0 +1,54 @@
[object-position-valid.html]
[e.style['object-position'\] = "10%" should set the property value]
expected: FAIL
[e.style['object-position'\] = "right 30% top 60px" should set the property value]
expected: FAIL
[e.style['object-position'\] = "-20% -30px" should set the property value]
expected: FAIL
[e.style['object-position'\] = "30px center" should set the property value]
expected: FAIL
[e.style['object-position'\] = "40px top" should set the property value]
expected: FAIL
[e.style['object-position'\] = "bottom 10% right 20%" should set the property value]
expected: FAIL
[e.style['object-position'\] = "bottom right" should set the property value]
expected: FAIL
[e.style['object-position'\] = "center 50px" should set the property value]
expected: FAIL
[e.style['object-position'\] = "center bottom" should set the property value]
expected: FAIL
[e.style['object-position'\] = "center left" should set the property value]
expected: FAIL
[e.style['object-position'\] = "left" should set the property value]
expected: FAIL
[e.style['object-position'\] = "left bottom" should set the property value]
expected: FAIL
[e.style['object-position'\] = "left center" should set the property value]
expected: FAIL
[e.style['object-position'\] = "right 40%" should set the property value]
expected: FAIL
[e.style['object-position'\] = "top" should set the property value]
expected: FAIL
[e.style['object-position'\] = "top center" should set the property value]
expected: FAIL
[e.style['object-position'\] = "center" should set the property value]
expected: FAIL
[e.style['object-position'\] = "center center" should set the property value]
expected: FAIL