1
0
Fork 0
firefox/testing/web-platform/meta/css/css-syntax/declarations-trim-whitespace.html.ini
Daniel Baumann 5e9a113729
Adding upstream version 140.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-25 09:37:52 +02:00

21 lines
425 B
INI

[declarations-trim-whitespace.html]
expected:
if (os == "android") and fission: [TIMEOUT, OK]
[--foo-3:bar ;]
expected: FAIL
[--foo-4: bar ;]
expected: FAIL
[--foo-5: bar !important;]
expected: FAIL
[--foo-6: bar !important ;]
expected: FAIL
[--foo-9:bar (then ws until end of rule)]
expected: FAIL
[--foo-2: bar;]
expected:
if (os == "linux") and not debug: [PASS, FAIL]