mirror of
https://github.com/servo/servo
synced 2026-04-27 01:55:03 +02:00
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.
109 lines
5.0 KiB
INI
109 lines
5.0 KiB
INI
[image-set-computed.sub.html]
|
|
[Property background-image value 'image-set(url(http://web-platform.test/example.png) 1x)']
|
|
expected: FAIL
|
|
|
|
[Property background-image value '-webkit-image-set(url(http://web-platform.test/example.png) 1x)']
|
|
expected: FAIL
|
|
|
|
[Property background-image value 'image-set(url(http://web-platform.test/example.png) 1x, 'http://web-platform.test/example.png' 2x)']
|
|
expected: FAIL
|
|
|
|
[Property background-image value '-webkit-image-set(url(http://web-platform.test/example.png) 1x, 'http://web-platform.test/example.png' 2x)']
|
|
expected: FAIL
|
|
|
|
[Property background-image value 'image-set(url("http://web-platform.test/example.png") 1dppx)']
|
|
expected: FAIL
|
|
|
|
[Property background-image value '-webkit-image-set(url("http://web-platform.test/example.png") 1dppx)']
|
|
expected: FAIL
|
|
|
|
[Property background-image value 'image-set(url(http://web-platform.test/example.png) 48dpi)']
|
|
expected: FAIL
|
|
|
|
[Property background-image value '-webkit-image-set(url(http://web-platform.test/example.png) 48dpi)']
|
|
expected: FAIL
|
|
|
|
[Property background-image value 'image-set(url(http://web-platform.test/example.png) 2400dpcm, 'http://web-platform.test/example.png' 2x)']
|
|
expected: FAIL
|
|
|
|
[Property background-image value '-webkit-image-set(url(http://web-platform.test/example.png) 2400dpcm, 'http://web-platform.test/example.png' 2x)']
|
|
expected: FAIL
|
|
|
|
[Property background-image value 'image-set('http://web-platform.test/example.jpeg' 240dpi, url(http://web-platform.test/example.png) 3.5x)']
|
|
expected: FAIL
|
|
|
|
[Property background-image value '-webkit-image-set('http://web-platform.test/example.jpeg' 240dpi, url(http://web-platform.test/example.png) 3.5x)']
|
|
expected: FAIL
|
|
|
|
[Property background-image value 'image-set(linear-gradient(black, white) 1x)']
|
|
expected: FAIL
|
|
|
|
[Property background-image value '-webkit-image-set(linear-gradient(black, white) 1x)']
|
|
expected: FAIL
|
|
|
|
[Property background-image value 'image-set(url(http://web-platform.test/example.png) 1x type('image/png'))']
|
|
expected: FAIL
|
|
|
|
[Property background-image value '-webkit-image-set(url(http://web-platform.test/example.png) 1x type('image/png'))']
|
|
expected: FAIL
|
|
|
|
[Property background-image value 'image-set(url(http://web-platform.test/example.png) type('image/png'))']
|
|
expected: FAIL
|
|
|
|
[Property background-image value '-webkit-image-set(url(http://web-platform.test/example.png) type('image/png'))']
|
|
expected: FAIL
|
|
|
|
[Property background-image value 'image-set(url(http://web-platform.test/example.png) type('image/png') 1x)']
|
|
expected: FAIL
|
|
|
|
[Property background-image value '-webkit-image-set(url(http://web-platform.test/example.png) type('image/png') 1x)']
|
|
expected: FAIL
|
|
|
|
[Property content value 'image-set(url('http://web-platform.test/example.png') 192dpi, linear-gradient(black, white) 1x)']
|
|
expected: FAIL
|
|
|
|
[Property content value '-webkit-image-set(url('http://web-platform.test/example.png') 192dpi, linear-gradient(black, white) 1x)']
|
|
expected: FAIL
|
|
|
|
[Property background-image value 'image-set(url("http://web-platform.test/example.png") type("image/unsupported"))']
|
|
expected: FAIL
|
|
|
|
[Property background-image value '-webkit-image-set(url("http://web-platform.test/example.png") type("image/unsupported"))']
|
|
expected: FAIL
|
|
|
|
[Property background-image value 'image-set(url("http://web-platform.test/example.png") 2x type("image/unsupported"), url("http://web-platform.test/example.png") 1x type("image/unsupported"))']
|
|
expected: FAIL
|
|
|
|
[Property background-image value '-webkit-image-set(url("http://web-platform.test/example.png") 2x type("image/unsupported"), url("http://web-platform.test/example.png") 1x type("image/unsupported"))']
|
|
expected: FAIL
|
|
|
|
[Property background-image value 'image-set(url('http://web-platform.test/example.png') calc(1x * 2))']
|
|
expected: FAIL
|
|
|
|
[Property background-image value '-webkit-image-set(url('http://web-platform.test/example.png') calc(1x * 2))']
|
|
expected: FAIL
|
|
|
|
[Property background-image value 'image-set(url('http://web-platform.test/example.png') calc(6dppx / 3))']
|
|
expected: FAIL
|
|
|
|
[Property background-image value '-webkit-image-set(url('http://web-platform.test/example.png') calc(6dppx / 3))']
|
|
expected: FAIL
|
|
|
|
[Property background-image value 'image-set(url('http://web-platform.test/example.png') calc(100dpi - 4dpi))']
|
|
expected: FAIL
|
|
|
|
[Property background-image value '-webkit-image-set(url('http://web-platform.test/example.png') calc(100dpi - 4dpi))']
|
|
expected: FAIL
|
|
|
|
[Property background-image value 'image-set(url('http://web-platform.test/example.png') calc(37dpcm + 0.79532dpcm))']
|
|
expected: FAIL
|
|
|
|
[Property background-image value '-webkit-image-set(url('http://web-platform.test/example.png') calc(37dpcm + 0.79532dpcm))']
|
|
expected: FAIL
|
|
|
|
[Property background-image value 'image-set(url('http://web-platform.test/example.png') calc(-1 * 1x))']
|
|
expected: FAIL
|
|
|
|
[Property background-image value '-webkit-image-set(url('http://web-platform.test/example.png') calc(-1 * 1x))']
|
|
expected: FAIL
|